Server banned you from this server
#1

How to resolve this? It happens usually..

Код:
SendRconCommand("reloadbans");
into Ongamemodeinit?
Reply
#2

I am sorry, can you please explain more about your problem? As I kind of understood, you need to put SendRconCommand() wherever you want an RCON command to be executed.
Reply
#3

you probably have a limit problems (ackslimit) increase these limits from your server.cfg
Reply
#4

[12:51:40] [warning] client exceeded 'ackslimit' 109.92.105.85:54899 (108 Limit: 1000/sec
[12:51:51] [part] Pietro_Savastano has left the server (0:0)

EDIT: what number i should put (now is 1000)

what is limit, and what is 'ackslimit' at all ?
Reply
#5

Increase the ackslimit in your server.cfg
https://sampwiki.blast.hk/wiki/Server.cfg#Networking
Reply
#6

Код:
forward OnIncomingConnection(playerid, ip_address[], port);
native BlockIpAddress(ip_address[], timems); // blocks an IP address from further communication (wildcards allowed)
native UnBlockIpAddress(ip_address[]); // IP unblock
native SendDeathMessageToPlayer(playerid, killer, killee, weapon);
native CreateExplosionForPlayer(playerid, Float:X, Float:Y, Float:Z, type, Float:Radius);
i just need to put this in GM ?


or just put ackslimit on 3000 ?
Reply
#7

you just have to put ackslimit 3000 or more than 3000, in your server.cfg
Reply
#8

Quote:
Originally Posted by tbedy
Посмотреть сообщение
Код:
forward OnIncomingConnection(playerid, ip_address[], port);
native BlockIpAddress(ip_address[], timems); // blocks an IP address from further communication (wildcards allowed)
native UnBlockIpAddress(ip_address[]); // IP unblock
native SendDeathMessageToPlayer(playerid, killer, killee, weapon);
native CreateExplosionForPlayer(playerid, Float:X, Float:Y, Float:Z, type, Float:Radius);
i just need to put this in GM ?


or just put ackslimit on 3000 ?
just add a new line in server.cfg
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)