Printing floats - 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: Printing floats (
/showthread.php?tid=428391)
Fixed -
BigGroter - 05.04.2013
Solved!
Re: Printing floats -
L.Hudson - 05.04.2013
Can you show us everything related to "Door1" ?
Re: Printing floats -
BigGroter - 05.04.2013
Fixed.
Re: Printing floats -
Pottus - 05.04.2013
You've created a Dynamic Object that is why....
Код:
GetDynamicObjectPos(objectid, &Float:x, &Float:y, &Float:z);
Re: Printing floats -
BigGroter - 05.04.2013
Thank you.