PD ramp slow open - 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: PD ramp slow open (
/showthread.php?tid=538696)
PD ramp slow open -
osman2571 - 23.09.2014
I need code who movedynamicobject to rotation with speed.
Seample i use:
- SetDynamicObjectRot(lspddoor1,0.0000, 0.0000, -105.0000);
- lspddoor1 = CreateDynamicObject(1500, 1560.81909, -1680.82727, 15.30740, 0.00000, 0.00000, 0.00000);
i ****** it and in function setobjectrot can't set float speed.
i try to make function about moveobject with speed like this
MoveDynamicObject(1500, 1560.81909, -1680.82727, 15.30740, 0.00000, 0.00000, 0.00000, 0.5);
Not work
Re: PD ramp slow open -
PMH - 23.09.2014
MoveDynamicObject(lspddoor1, 1560.81909, -1680.82727, 15.30740, 0.00000, 0.00000, 0.00000, 0.5);
i think this was the problem..
Re: PD ramp slow open -
osman2571 - 23.09.2014
no thats is not the problem