Convert Player Velocity - 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: Convert Player Velocity (
/showthread.php?tid=605050)
Convert Player Velocity -
NeXoR - 13.04.2016
Hey guys, how can I convert Player Velocity (X, Y, Z from GetPlayerVelocity) to MoveObject speed
Re: Convert Player Velocity -
NeXoR - 14.04.2016
Hmm?
Re: Convert Player Velocity -
bigboy81 - 14.04.2016
GetPlayerVelocity(playerid, x, y, z);
MoveObject(objectid, objectposx, objectposy, objectposz, x);
Something like this? Try i didin't test.
Re: Convert Player Velocity -
NeXoR - 14.04.2016
No chance it would work tho ...