Login bug
#2

Use OnPlayerRequestSpawn
pawn Код:
public OnPlayerRequestSpawn(playerid)
{
    if(login[playerid]/*change this to ur own variable*/ == 0) // 0 = not logged in and 1 = logged in
    {
        SendClientMessage(playerid,colors,message); // u must change the colors and the message
        Kick(playerid);
    }
    return 1;
}
Reply


Messages In This Thread
Login bug - by SantarioLeone - 22.10.2011, 13:50
Re: Login bug - by RoboN1X - 22.10.2011, 14:07
Re: Login bug - by Norn - 23.10.2011, 16:51
Re: Login bug - by SantarioLeone - 23.10.2011, 16:57

Forum Jump:


Users browsing this thread: 1 Guest(s)