Saving weapons when spectating
#2

When you disable TogglePlayerSpectating, OnPlayerSpawn gets called. So under OnPlayerSpawn, add
pawn Код:
if(Spectating[playerid] == true)
{
    //give weapons
    // set pos
    Spectating[playerid] = false;
    return 1;
    //etc.
}
Reply


Messages In This Thread
Saving weapons when spectating - by glbracer - 13.07.2013, 17:10
Re: Saving weapons when spectating - by Threshold - 13.07.2013, 17:16

Forum Jump:


Users browsing this thread: 1 Guest(s)