Player position
#3

I can't see how random spawns can affect your spectating, unless you have forgot to write a if statement in OnPlayerSpawn that says something like:

pawn Код:
If(SpectateMode == 1)
{
     SetPlayerPos(playerid, savedPos[0], SavedPos[1], SavedPos[2]);
     SpectateMode = 0;
     return 1;
}
But unless I can see your code this is all I can do to help.
Reply


Messages In This Thread
Player position - by Ananisiki - 19.03.2014, 02:33
Re: Player position - by BenTaylorUK - 19.03.2014, 03:05
Re: Player position - by azzerking - 19.03.2014, 06:38

Forum Jump:


Users browsing this thread: 1 Guest(s)