Jump to content

All Activity

This stream auto-updates

  1. Earlier
  2. Hi I run a bf4 server have done for years to keep it alive all of a sudden you have to ready up now for the game to start people from both sides have to tick the box we never used to the game would just start. we never had this issue I cant seem to fix this issue any idea in the settings we run conquest and domation maps hopefully some can help.
  3. situs depo 10k

    Depo 10K - Deposit Kecil, Manfaat Besar
    Solusi tepat buat kamu yang ingin isi saldo mulai dari 10 ribu. Praktis, cepat, dan aman setiap saat.

    https://situsdepo10k.sport.blog/

    Terpercaya (37).png

  4. We run our server through NFO, and sometime last year the map round #'s have been re-setting from 1 to 2. Originally we thought it was a prank by one of our own, but that's not the case. Within hours of cleaning the map list, and starting over, at least half were swapped to "2". This also happened before our nightly server reboot of BF4. Just looking to see if anyone has insight on the matter. Thanks for reading.
  5. GDZIE JEST ! Łącze do pobranie wtyczki
  6. Is there any help any more for things like this? [TB] ERROR checking for Update: System.Net.WebException: Error: NameResolutionFailure at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x00044] in <33b19a7ad5234d94abf4fd9b47566616>:0 at System.Net.WebConnection.InitConnection (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x000cc] in <33b19a7ad5234d94abf4fd9b47566616>:0 at System.Net.WebOperation.Run () [0x0009a] in <33b19a7ad5234d94abf4fd9b47566616>:0 at System.Net.WebCompletionSource`1[T].WaitForCompletion () [0x00094] in <33b19a7ad5234d94abf4fd9b47566616>:0 at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task`1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func`1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <33b19a7ad5234d94abf4fd9b47566616>:0 at System.Net.HttpWebRequest.GetResponse () [0x00016] in <33b19a7ad5234d94abf4fd9b47566616>:0 at System.Net.WebClient.GetWebResponse (System.Net.WebRequest request) [0x00000] in <33b19a7ad5234d94abf4fd9b47566616>:0 at System.Net.WebClient.DownloadBits (System.Net.WebRequest request, System.IO.Stream writeStream) [0x000e6] in <33b19a7ad5234d94abf4fd9b47566616>:0 at System.Net.WebClient.DownloadDataInternal (System.Uri address, System.Net.WebRequest& request) [0x00061] in <33b19a7ad5234d94abf4fd9b47566616>:0 at System.Net.WebClient.DownloadString (System.Uri address) [0x00011] in <33b19a7ad5234d94abf4fd9b47566616>:0 at System.Net.WebClient.DownloadString (System.String address) [0x00008] in <33b19a7ad5234d94abf4fd9b47566616>:0 at (wrapper remoting-invoke-with-check) System.Net.WebClient.DownloadString(string) at PRoConEvents.TrueBalancer.UpdateCheck () [0x00034] in <db39b814cc494de7bfb584fdea4a5543>:0
  7. How do i get this to work? i get fail when i am locked into procon
  8. Hello! Please help with the MULTIbalancer settings in air superiority and infantry superiority mode, it is not possible to configure this plugin so that Scrambler works well, Teams Will Be Scrambled is not prescribed at the end of the round, and you need to manually prescribe @mb scramble on every time. I would be very grateful for your help.
  9. hello i am having problems with my rcon specifically the votemap can you help me
  10. Hello , Is this screenshot taken from Procon ? Or another that i don't know ? My eyes are burned and the full white make them wet when too long Would be very nice if anyone can answer me , or give a link to this prog Have a nice day all
  11. This limit will check for how many times a player kills with flare. On the first kill, it will send a warning on chat, on the second kill, it will kick the player. Set limit to evaluate OnKill, set action to None Set first_check to this Expression: Code: ! Regex.Match(kill.Weapon, @"(U_Handflare)", RegexOptions.IgnoreCase).Success Set second_check to this Code: Code: double count = limit.Activations(player.Name); if (count == 1) plugin.SendGlobalMessage(plugin.R("%p_n%, flares not allowed on this server, do not use %w_n% again! Next time kick")); else if (count > 1) plugin.KickPlayerWithMessage(player.Name, plugin.R("%p_n%, kicked you for using %w_n% ")); return false;
  12. Hi, is there any option to kick someone who is using flare from the server or when they throw flare? thx.
  13. Can anyone help me I need a code to block players who want to change teams only VIPs can how to do this
  14. alguem pode me ajudar preciso de um code para bloquear os players que querem trocar de time apenas vips podem tem como fazer isso
  15. Tem alguma coisa que bloqueia os jogadores de se moverem de time e só os vips consegu
  16. estou tentando colocar essas regras aqui no insane mas da erro / Cria uma lista para as regras do servidor List<string> Rules = new List<string>(); Rules.Add("--- SERVER RULES ---"); Rules.Add("No Cheating, Glitching, Statspadding!"); Rules.Add("No Baserape or spawncamping"); Rules.Add("No mainbase camping"); // Verifica se a última mensagem no chat começa com "!rules" if (player.LastChat != null && player.LastChat.StartsWith("!rules")) { // Limita a quantidade de ativações para evitar spam if (limit.Activations(player.Name) >= 2) { // Itera sobre cada regra e envia uma mensagem ao jogador foreach (string Rule in Rules) { if (player.TeamId != null && player.SquadId != null) { plugin.SendSquadMessage(player.TeamId, player.SquadId, Rule); } else { plugin.SendPrivateMessage(player.Name, "Error: Could not retrieve your team or squad information."); break; // Interrompe para evitar mais erros } } } else { plugin.SendPrivateMessage(player.Name, "You have reached the limit for viewing rules."); } } else { plugin.SendPrivateMessage(player.Name, "Use '!rules' to view the server rules."); }
  17. Nie martw się jestem w podobnej sytuacji co ty servery od strony battlefield 3 TO ZWYKŁE GÓWNO !!!...
  18. Hello everyone. How to remove the restriction of one type of weapon for VIP players, but at the same time so that everyone without exception would be killed for using another type. Please show an example.
  19. hi it's been 4 days that i'm getting an error in Adkats : [AdKats] ALTER TABLE adkats_settings MODIFY setting_value varchar(10000) [AdKats] ERROR-7613: [AdKats tables not present or valid in the database. Have you run the AdKats database setup script yet? If so, are your tables InnoDB?] [AdKats] INFO: Shutting down AdKats. [AdKats] SUCCESS: Database timing confirmed. [AdKats] AdKats 7.6.1.3 Disabled! =( here's a screenshot :https://prnt.sc/o9nbuv1E_DZG can anyone help, i tried for hours, running the script again, etc,,, note : everything was working for years with no issues
  20. hello all I am a bit late to the party in terms of hosting a bf4 server but anyways ill get to the point, I am using the vote map plugin and getting the following error. "[10:20:17 02] xVotemap: ERROR checking for Update: System.Net.WebException: The remote name could not be resolved: 'forum.myrcon.com' at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request) at System.Net.WebClient.DownloadString(Uri address) at PRoConEvents.xVotemap.UpdateCheck() in C:\Users\ethan\OneDrive\Desktop\procon\Plugins\BF4\xVotemap.cs:line 1232" was wondering if anyone could help me out. I check in vsstudio to check if anything was wrong but nothing seems out of place and or wrong so I am seeking some help from you guys.
  21. Is it possible to remove the 10 minute timeout from the "killme" command?
  22. hi! Is it possible, for example, using Rсon or other means, to count how many planes were destroyed during a round?
  23. I want to alter the tickets, making them different on each map. How can I solve it? My version is 1.5.4.0
  24. Hey all! Rented a server from NFO Servers. I am trying to install some plugins to help with auto voting and such. But the FTP I can login to on NFO doesnt have any folders other then logs... I can login to procon via the client, but how do I FTP into procon it self? Thanks for helping the noob!
  1. Load more activity
×
×
  • Create New...

Important Information

Please review our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.