Not showing Kick
#1

it's not showing the Kick, i have a 0.3x
not show dis
Код:
format(string, sizeof(string), "%s has been kicked (Failed Logins)",pname);
Here the code
Код:
if(FailLogin[playerid] == MAX_FAIL_LOGINS)
{
             new pname[MAX_PLAYER_NAME];
             SendClientMessage(playerid, 0xFFFFFFFF, TXT_WrongPassword);
             GetPlayerName(playerid, pname, sizeof(pname));
             new string[128];
	     format(string, sizeof(string), "%s has been kicked (Failed Logins)",pname);
             SendClientMessageToAll(-1, string);
             Kick(playerid);
}
Reply


Messages In This Thread
Not showing Kick - by DerickClark - 11.06.2013, 21:51
Re: Not showing Kick - by feartonyb - 11.06.2013, 22:12
Re: Not showing Kick - by Scenario - 11.06.2013, 23:33
Re: Not showing Kick - by RALL0 - 11.06.2013, 23:37
Re: Not showing Kick - by DaTa[X] - 11.06.2013, 23:51

Forum Jump:


Users browsing this thread: 2 Guest(s)