10.02.2015, 16:00
Quote:
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. |
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"