SA-MP Forums Archive
[FilterScript] [FS] Vehicle Hopping System! - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [FS] Vehicle Hopping System! (/showthread.php?tid=298273)



[FS] Vehicle Hopping System! - forgottenkings - 20.11.2011

Vehicle Hopping System
Description:This is a Simple Bunny Hopping System Created By The Best (well thats me :P)

PHP код:
#include a_samp
#define PRESSED(%0) (((newkeys & (%0)) == (%0)) && ((oldkeys & (%0)) != (%0))
public OnPlayerKeyStateChange(playeridnewkeysoldkeys)
{
    if (
PRESSED(KEY_SUBMISSION)))
    {
    if (
IsPlayerInAnyVehicle(playerid))
    {
    if (
GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
    {
        new
            
Float:x,
            
Float:y,
            
Float:z;
        
GetVehicleVelocity(GetPlayerVehicleID(playerid),x,y,z);
        
SetVehicleVelocity(GetPlayerVehicleID(playerid),x,y,0.3);
    }
    }
    }
    return 
1;

[ame]http://www.youtube.com/watch?v=2kseixvAr28[/ame]

PasteBin: Click Me!

Direct: Click Me!

Forgotten Kings Inspiring your Game



Re: [FS] Vehicle Hopping System! - Tee - 20.11.2011

Nice release, I'll give you a rep for that . Actually, I'd be the first one to do that.


Re: [FS] Vehicle Hopping System! - antonio112 - 20.11.2011

Woah, pretty cool ... and easy to do. Good job.


Re: [FS] Vehicle Hopping System! - forgottenkings - 20.11.2011

Thank You :P


Re: [FS] Vehicle Hopping System! - Astralis - 20.11.2011

Nice jobs. 5/5 added to server.


Re: [FS] Vehicle Hopping System! - forgottenkings - 20.11.2011

Thanks :P


Re: [FS] Vehicle Hopping System! - Hansolue - 13.03.2012

Nice


Re: [FS] Vehicle Hopping System! - Arnold_Collins - 13.03.2012

Not Bad Not Bad


Re: [FS] Vehicle Hopping System! - [DOG]irinel1996 - 13.03.2012

Not so original, but it's nice anyway.


Re: [FS] Vehicle Hopping System! - scottygraham1990 - 16.03.2012

looks nice