#2

this should work

pawn Код:
if(gPlayerLogTries[playerid] == 3)
{
new string[128];
new name[MAX_PLAYER_NAME+1];
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string), "%s has been kicked for 3 incorrect password attemps.",name);
SendClientMessageToAll(0xF81414, string);
Kick(playerid);
Reply


Messages In This Thread
Spam - by CurlyPwn - 22.05.2013, 10:51
Re: Spam - by Xoomer - 22.05.2013, 10:55
Re: Spam - by CurlyPwn - 22.05.2013, 11:13
Re: Spam - by Xoomer - 22.05.2013, 11:24
Re: Spam - by CurlyPwn - 22.05.2013, 11:33
Re: Spam - by Dj_maryo1993 - 22.05.2013, 11:39
Re: Spam - by CurlyPwn - 22.05.2013, 21:42

Forum Jump:


Users browsing this thread: 1 Guest(s)