Stoping the player from spawning not workin
#2

Here is a way you stop people from spawning

pawn Код:
public OnPlayerRequestSpawn(playerid)
{
    if(conditionhere == true)
    {
        //The player won't spawn
        return 0;
    }
    //Player will spawn
    return 1;
}
Reply


Messages In This Thread
Stoping the player from spawning not workin - by -Rebel Son- - 20.07.2010, 06:55
Re: Stoping the player from spawning not workin - by [HiC]TheKiller - 20.07.2010, 10:02
Re: Stoping the player from spawning not workin - by Betamaster - 20.07.2010, 10:30

Forum Jump:


Users browsing this thread: 1 Guest(s)