SA-MP Forums Archive
Getting a player's location - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Getting a player's location (/showthread.php?tid=299705)



Getting a player's location - TaMeD - 27.11.2011

I've seen this forever, and everywhere - but I can't work out how to do it without spending a gazillion hours getting specific co-ordinates.

How can I find out what someone's location is i.e. Angelpine?

Any help is greatly appreciated


Re: Getting a player's location - -Rebel Son- - 27.11.2011

there is a filterscript somewhere on here that shows the location in a gametext like you stated, if thats not what you need you can open the pwn, see how they get it, and study it to learn how they pinpoint it exactly


Re: Getting a player's location - TaMeD - 27.11.2011

Found an include. Thanks


Re: Getting a player's location - Mr_Scripter - 27.11.2011

pawn Код:
GetPlayerPos(playerid, x, y, z);
https://sampwiki.blast.hk/wiki/GetPlayerPos