Ele Problem - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Ele Problem (
/showthread.php?tid=397589)
Ele Problem -
The.Game - 05.12.2012
i got my problem with ele
Код:
Ele = CreateObject(18769,-1299.58000000,-7.15000000,12.53000000,0.00000000,0.00000000,44.86000000);
i want to change the world ID of it so i will need to use CreatDynamicObject
but when i change it to
Код:
Ele = CreateDynamicObject(18769,-1299.58000000,-7.15000000,12.53000000,0.00000000,0.00000000,44.86000000);
the object just dont move, only move with CreateObject
what can i do ?
Re: Ele Problem -
iGetty - 05.12.2012
Try MoveDynamicObject instead of MoveObject.
Also, use the correct section of the forums next time. "Scripting Help".
Re: Ele Problem -
The.Game - 05.12.2012
Hi man sorry I got mistaken with the sections
But thanks it work
Thanks for you're help