#3

Example of a 5 parameter MoveDynamicObject function:
pawn Код:
MoveDynamicObject(objectid, Float:X, Float:Y, Float:Z, speed);
For version 0.3d+ you may have to use the 8 parameter function, including Rotation floats.
pawn Код:
MoveDynamicObject(objectid, Float:X, Float:Y, Float:Z, speed, Float:RotX, Float:RotY, Float:RotZ);
It's related, or equal to the MoveObject function. https://sampwiki.blast.hk/wiki/MoveObject
Reply


Messages In This Thread
help - by Fernado - 15.09.2012, 21:14
Re: help - by [LB]BlAcK_DeViL - 15.09.2012, 21:17
Re: help - by clarencecuzz - 15.09.2012, 23:58

Forum Jump:


Users browsing this thread: 1 Guest(s)