help saving playerpos
#1

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.
Reply
#2

At the top:
pawn Код:
new Pos[3];
And somewhere, at the place where you want to save it (event start)?
pawn Код:
GetPlayerPos(playerid,Pos[0],Pos[1],Pos[2]);
Reply
#3

ok i will try
Reply
#4

Quote:
Originally Posted by Jochemd
Посмотреть сообщение
At the top:
pawn Код:
new Pos[3];
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]);
Reply
#5

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
Reply
#6

well i still can't get this shit to work
Reply
#7

i created such a filterscript while ago u can check it here : https://sampforum.blast.hk/showthread.php?tid=139532
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)