13.02.2018, 11:03
How to resolve this? It happens usually..
into Ongamemodeinit?
Код:
SendRconCommand("reloadbans");
SendRconCommand("reloadbans");
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);
Код:
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); or just put ackslimit on 3000 ? |