SA-MP Forums Archive
How To make Jump Forward ? Help please :( - 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: How To make Jump Forward ? Help please :( (/showthread.php?tid=422118)



How To make Jump Forward ? Help please :( - arititlez - 12.03.2013

I use

Quote:

if (!strcmp("/jump", cmdtext))
{
new Float:Velocity[3];
GetPlayerVelocity(playerid, Velocity[0], Velocity[1], Velocity[2]);
SetPlayerVelocity(playerid, Velocity[0] + 1.0, Velocity[1] + 1.0, Velocity[2]);
return 1;
}

not jump Forward

jump back font

Help please


Re: How To make Jump Forward ? Help please :( - Misiur - 12.03.2013

Add some Z velocity (third argument), because now probably player simply stops moment after velocity is applied due to friction


Re: How To make Jump Forward ? Help please :( - arititlez - 12.03.2013

Fix Commands please


Re: How To make Jump Forward ? Help please :( - arititlez - 12.03.2013

You See in ******* min 3.55 up

https://www.youtube.com/watch?v=IRrR...wijj1Q&index=9

to fast jump and run

i want fix commands use in video

and create bomb in min 5.33 How to make


Re: How To make Jump Forward ? Help please :( - arititlez - 12.03.2013

i not make it 2 day in fix fast-jump Useless