SA-MP Forums Archive
Velocity Problem - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Velocity Problem (/showthread.php?tid=140758)



Velocity Problem - gangstajoe - 10.04.2010

Hi,
I got a launch script, but it won't work.
It should launch someone really high, but it don't. just a few foot.

my code:
Код:
new Float:x,Float:y,Float:z;
GetPlayerVelocity(playerid,x,y,z);
SetPlayerVelocity(playerid,x,y,z+20.0);
it keeps the same height, even if i make it z+1000.0
Why is this and how can i solve it?


Re: Velocity Problem - ¤Adas¤ - 10.04.2010

Same problem. It is strange. Probably SA-MP bug.