Posts: 162
Threads: 61
Joined: Aug 2010
Hi every one im making a event system but i need help saving the player pos if some one can show me what i have to do thanks.
Posts: 162
Threads: 61
Joined: Aug 2010
Posts: 162
Threads: 61
Joined: Aug 2010
Quote:
Originally Posted by Jochemd
At the top:
And somewhere, at the place where you want to save it (event start)?
pawn Код:
GetPlayerPos(playerid,Pos[0],Pos[1],Pos[2]);
|
2 things i want to ask is that for max players so it wont get bug and to set it do i just do SetPlayerPos(playerid,Pos[0],Pos[1],Pos[2]);
Posts: 162
Threads: 61
Joined: Aug 2010
Quote:
Originally Posted by yarrum3
2 things i want to ask is that for max players so it wont get bug and to set it do i just do SetPlayerPos(playerid,Pos[0],Pos[1],Pos[2]);
|
i Just try the getplayerpos part and it is giving me a tag mismatch
Posts: 162
Threads: 61
Joined: Aug 2010
well i still can't get this shit to work