09.01.2012, 19:45
Problem.
09.01.2012, 19:54
Check your AddPlayerClass() coordinates.
09.01.2012, 20:14
My mistake. ok i remove that,but now i go to coord 0.0 0.0 0.0,how to make that coordinates,in what you are? when you stop spectate,you go in that coordinates,where you been,and in others things.
09.01.2012, 20:27
on top add
on your spectate command add
and your specoff code
pawn Код:
new SpecX[MAX_PLAYERS],SpecY[MAX_PLAYERS],SpecZ[MAX_PLAYERS],Float:X,Float:Y,Float:Z
pawn Код:
GetPlayerPos(playerid,X,Y,Z);
SpecX[playerid] = X;
SpecY[playerid] = Y;
SpecZ[playerid] = Z;
pawn Код:
SetPlayerPos(playerid,SpecX[playerid],SpecY[playerid],SpecZ[playerid]);
« Next Oldest | Next Newest »
Users browsing this thread: 1 Guest(s)