SA-MP Forums Archive
[HELP] Coordinates from Cell in LSPD? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP] Coordinates from Cell in LSPD? (/showthread.php?tid=86944)



[HELP] Coordinates from Cell in LSPD? - FreddeN - 17.07.2009

I'm creating a /jail cmd, but I dont know how to get the coords inside the cell that is closed in LSPD.

Thanks


Re: [HELP] Coordinates from Cell in LSPD? - Sergei - 17.07.2009

pawn Код:
SetPlayerPos(playa, 264.6288,77.5742,1001.0391);



Re: [HELP] Coordinates from Cell in LSPD? - FreddeN - 17.07.2009

Quote:
Originally Posted by Sergiy
pawn Код:
SetPlayerPos(playa, 264.6288,77.5742,1001.0391);
Thanks,