Ackslimit help +2rep
#1

Warning: client excedded 'ackslimit'... Limit: 5000/sec
[part] pig has left the server
Reply
#2

Refer to this thread: http://forum.sa-mp.com/showpost.php?...45&postcount=1

You can change the value of it in the server.cfg by setting "ackslimit 5000" for an example. Its not effecting the server in anyway whats so ever though.
Reply
#3

Quote:
Originally Posted by Death1300
Посмотреть сообщение
Refer to this thread: http://forum.sa-mp.com/showpost.php?...45&postcount=1

You can change the value of it in the server.cfg by setting "ackslimit 5000" for an example.
pawn Код:
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 added this code on my gm but have errors.
Reply
#4

bump
Reply
#5

You are only allowed to bump once every 24 hours, not 7 minutes. Read the forum rules.

"Client exceeded ackslimit - 5000" means the server is sending over 5000 messages to a client, or a client is sending over 5000 messages to the server.
You might have a very big or infinite loop in your script that could cause this.
Reply
#6

Quote:
Originally Posted by CalvinC
Посмотреть сообщение
You are only allowed to bump once every 24 hours, not 7 minutes. Read the forum rules.

"Client exceeded ackslimit - 5000" means the server is sending over 5000 messages to a client, or a client is sending over 5000 messages to the server.
You might have a very big or infinite loop in your script that could cause this.
but where i put this code?
pawn Код:
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);
pawn Код:
D:\Server Samp\gamemodes\abc.pwn(19) : error 021: symbol already defined: "BlockIpAddress"
D:\Server Samp\gamemodes\abc.pwn(20) : error 021: symbol already defined: "UnBlockIpAddress"
D:\Server Samp\gamemodes\abc.pwn(21) : error 021: symbol already defined: "SendDeathMessageToPlayer"
D:\Server Samp\gamemodes\abc.pwn(22) : error 021: symbol already defined: "CreateExplosionForPlayer"
Reply
#7

As it says in the error messages, they are already defined.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)