01.07.2012, 12:42
(
Последний раз редактировалось Jarnu; 01.07.2012 в 12:44.
Причина: EDIT
)
though .. for that i suggest you to use NameKick system..
example code
by the way thats not a Script request thread.. post this thingy here: https://sampforum.blast.hk/showthread.php?tid=187229
example code
pawn Код:
if (dUserINT(PlayerName2(playerid)).("banned") == 1)
{
SendClientMessage(playerid, red, "This name is banned from this server!");
format(string,sizeof(string),"%s ID:%d was auto kicked. Reason: Name banned from server",PlayerName,playerid);
SendClientMessageToAll(grey, string);
}