Server banned you from this server -
tbedy - 13.02.2018
How to resolve this? It happens usually..
Код:
SendRconCommand("reloadbans");
into Ongamemodeinit?
Re: Server banned you from this server -
ChristolisTV - 13.02.2018
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.
Re: Server banned you from this server -
Mugala - 13.02.2018
you probably have a limit problems (ackslimit) increase these limits from your server.cfg
Re: Server banned you from this server -
tbedy - 13.02.2018
[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 ?
Re: Server banned you from this server -
Kaperstone - 13.02.2018
Increase the ackslimit in your server.cfg
https://sampwiki.blast.hk/wiki/Server.cfg#Networking
Re: Server banned you from this server -
tbedy - 13.02.2018
Код:
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 ?
Re: Server banned you from this server -
Mugala - 13.02.2018
you just have to put ackslimit 3000 or more than 3000, in your server.cfg
Re: Server banned you from this server -
PepsiCola23 - 13.02.2018
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