Abaut the spawn box << >> Spawn
#5

I got a better way.
pawn Код:
public OnPlayerRequestClass( playerid, classid )
{
    return 0;
}
pawn Код:
public OnPlayerRequestSpawn( playerid )
{
    if( gPlayerInfo[ playerid ][ Logged ] < 1 ) // Change gPlayerInfo to your own var.
        return 0;
}
Reply


Messages In This Thread
Abaut the spawn box << >> Spawn - by Adnan Pasic - 19.02.2011, 13:18
Re: Abaut the spawn box << >> Spawn - by xRyder - 19.02.2011, 13:22
Re: Abaut the spawn box << >> Spawn - by Adnan Pasic - 19.02.2011, 13:36
Re: Abaut the spawn box << >> Spawn - by xRyder - 19.02.2011, 13:43
Re: Abaut the spawn box << >> Spawn - by Mean - 19.02.2011, 16:04

Forum Jump:


Users browsing this thread: 1 Guest(s)