10.04.2010, 12:33
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:
it keeps the same height, even if i make it z+1000.0
Why is this and how can i solve it?
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);
Why is this and how can i solve it?