10.02.2015, 15:18
Quote:
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);