Login script help.
#2

pawn Код:
public OnPlayerRequestSpawn(playerid)
{
// PREVENT SPAWN WITHOUT LOGIN

    if(YourIfLoggedInCheck){
    // Do something
    return 0;
    }
   
return 1;
}
Reply


Messages In This Thread
Login script help. - by Jmarr - 28.08.2010, 15:28
Re: Login script help. - by Mike Garber - 28.08.2010, 15:30

Forum Jump:


Users browsing this thread: 1 Guest(s)