Map help. - 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: Map help. (
/showthread.php?tid=466771)
Map help. -
Tuntun - 29.09.2013
A guy gave me a map his object id like this:
MyObjectFormat(669,-1377.0000000,2625.6999500,53.1000000,0.0000000,0.0 000000,0.0000000,250); //Object number 102
So how can i convert it to CreateObject or CreateDynamicObject? Convertffs can't convert it.
Re: Map help. -
Tropicali - 29.09.2013
pawn Код:
CreateObject(669,-1377.0000000,2625.6999500,53.1000000,0.0000000,0.0 000000,0.0000000,250); //Object number 102