i and str
#2

here you go

pawn Код:
if(GetPVarInt(playerid, "WrongPass") == 3)
{
         for(new i=0; i<=MAX_PLAYERS; i++)
    {
        new str[128];
        SendClientMessage(playerid, 0xF60000AA, "Max password tries exceeded!!");
        GetPlayerName(i, str, 24);
        format(str, 100, "**(AUTO KICK)** %s(%d) Failed to login - Registered Playername", str,i);
        Kick(playerid);
    }
}
Reply


Messages In This Thread
i and str - by MEC - 29.01.2011, 10:32
Re: i and str - by Steven Paul - 29.01.2011, 10:42
Re: i and str - by MEC - 29.01.2011, 18:40

Forum Jump:


Users browsing this thread: 2 Guest(s)