11.06.2013, 21:51
it's not showing the Kick, i have a 0.3x
not show dis
Here the code
not show dis
Код:
format(string, sizeof(string), "%s has been kicked (Failed Logins)",pname);
Код:
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); }