Login script help.
#1

I'm trying to make my script so that before the player is allowed to select their class they either have to login or register, if they login in they skip the skin selection and if they register they are sent to the skin selection.

Thanks.
Reply
#2

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)