Remove Spawn Bar Command
#7

Public OnPlayerConnect
TogglePlayerSpectating(playerid, 1);

If you have a register or login put

TogglePlayerSpectating(playerid, 0);

if you don't have that then make a function and a timer

Note i used this and if you push f4 and die it skipps class selection and just respawns you.. but mine set to spawn at last saved position...

pawn Код:
public OnPlayerRequestClass(playerid)
{
    SetTimer("SpawnPlayer",100,false);
    return 1;
}
forward SpawnPlayer(playerid);
public SpawnPlayer(playerid)
{
        SetPlayerInterior(playerid,0);
        SetPlayerPos(playerid, 1683.3362,-2326.4019,13.5469);
        SetPlayerFacingAngle(playerid, 357.8167);
    SpawnPlayer(playerid);
    return 1;
}
Reply


Messages In This Thread
Remove Spawn Bar Command - by Little Jimmy - 19.11.2010, 15:52
Re: Remove Spawn Bar Command - by The_Moddler - 19.11.2010, 15:56
Re: Remove Spawn Bar Command - by Scenario - 19.11.2010, 15:56
AW: Remove Spawn Bar Command - by Meta - 19.11.2010, 16:08
Re: AW: Remove Spawn Bar Command - by The_Moddler - 19.11.2010, 16:14
Re: Remove Spawn Bar Command - by Little Jimmy - 27.11.2010, 15:27
Re: Remove Spawn Bar Command - by Buzzbomb - 27.11.2010, 16:02
Re: Remove Spawn Bar Command - by Little Jimmy - 29.11.2010, 10:50

Forum Jump:


Users browsing this thread: 1 Guest(s)