Raised This Month: $ Target: $400
 0% 

[HELP] Dropping players on connect


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Yassinec
Member
Join Date: May 2017
Old 05-20-2017 , 19:46   Re: [HELP] Dropping players on connect
Reply With Quote #1

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))
}
}
__________________
Steam:Yassinec
Yassinec is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 17:49.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode