13.01.2017, 17:29
Alot of those CLEO mods are always updating :/
So the better way is to ban his IP using the SAMP.BAN file
Note : you must know his IP when he join, example:
Sorry if i went wrong in last script xD
So the better way is to ban his IP using the SAMP.BAN file
Quote:
IP bans can be added/removed using the RCON banip and unbanip commands (SendRconCommand). |
Quote:
public OnPlayerConnect(playerid) { new plrIP[16]; GetPlayerIp(playerid, plrIP, sizeof(plrIP)); SendClientMessage(playerid, 0xFFFFFFFF, plrIP); // Replace this with another that sends message to admins , varies on your script. return 1; } |