SA-MP Forums Archive
help about coordinates - 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: help about coordinates (/showthread.php?tid=493281)



help about coordinates - Equuuuin0X - 07.02.2014

So, I've made maps,and I was wondering to make teleports.

I copied the coordinates of one of my map's object, but when I placed it on SetPlayerPos, it says tag mismatch...

and tried ingame the command, it teleports me onto the sky..


Re: help about coordinates - Wizzy951 - 07.02.2014

If you had shown the code, someone would have helped you yet. I think that you're copying the angle too.


Re: help about coordinates - Equuuuin0X - 07.02.2014

Код:
	CreateDynamicObject(18450,2124.55100000,2256.78800000,273.30400000,0.00000000,43.83100000,-89.38100000); //
I guess so, so how should I make it not angle ?


Re: help about coordinates - Wizzy951 - 07.02.2014

Quote:
Originally Posted by Equuuuin0X
Посмотреть сообщение
Код:
	CreateDynamicObject(18450,2124.55100000,2256.78800000,273.30400000,0.00000000,43.83100000,-89.38100000); //
I guess so, so how should I make it not angle ?
pawn Код:
SetPlayerPos(playerid, 2124.55,2256.78,273.30); //not tested but it should look like this)