[HELP] Dropping players on connect
Hello, have problems, when players want you on server, they just dropped on connecting at server.
Code:
Dropped Linka from serverCode:
SZ_GetSpace: overflow on unnamedMeta list Code:
Currently running plugins:plugins.ini Code:
; Glavni mod |
Re: [HELP] Dropping players on connect
hide the IPs
|
Re: [HELP] Dropping players on connect
Nonsteam no support.
Remove Reunion 178.90.227.245:36625:reconnect. This client has weird port he might flooded your server |
Re: [HELP] Dropping players on connect
PHP Code:
This simply means that players do not want to play on your stinking server and for that reason players canceled download of resources. |
Re: [HELP] Dropping players on connect
Quote:
Nobody flood server just something happend but I don't know what... :/ Quote:
People, I said they not cancel, something other happpend's but I don't know what, I tryed many things but nothing... And nbex and nsv and again not work :/ Something dropping players on connect or maybe in 50% downloading just stop I don't know what happend but, 10/15 players join and all the others not... |
Re: [HELP] Dropping players on connect
1.Players do not want to waste time on your buggy mod and they just stop download resources.
2. PHP Code:
|
Re: [HELP] Dropping players on connect
Quote:
|
Re: [HELP] Dropping players on connect
I had the same problem but idk how it got fixed. i just reinstalled addons and restarted the server. check your logs file it might show something
|
Re: [HELP] Dropping players on connect
first solution go server.cfg trying
sv_timeout 65 sv_minupdaterate 66 sv_minupdaterate 20 sv_unlag 1 Clientport port Clientport is "port" if dosent work the first way search this ligne on dproto.cfg FakePlayers_AntiReconnect = 1 **recommanded** you maybe flooded with fake player #include <amxmodx> static const PLUGIN[] = "Anti Fake Players", VERSION[] = "1.0", AUTHOR[] = "scosmyn"; public plugin_init() register_plugin(PLUGIN,VERSION,AUTHOR); public client_connect(id) { if(is_user_bot(id) || is_user_hltv(id)) { server_cmd("kick #%i",get_user_userid(id)) } } |
Re: [HELP] Dropping players on connect
Can someone confirm that plugin that Yassinec posted works??
I have exact same problems,its fake players exploit because i had a different exploit attacks about 2 weeks ago and i found a fix for it but they attack with this one at the moment... |
| All times are GMT -4. The time now is 17:49. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.