[FilterScript] [FS] Vehicle Hopping System!
#1

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
Reply
#2

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

Woah, pretty cool ... and easy to do. Good job.
Reply
#4

Thank You :P
Reply
#5

Nice jobs. 5/5 added to server.
Reply
#6

Thanks :P
Reply
#7

Nice
Reply
#8

Not Bad Not Bad
Reply
#9

Not so original, but it's nice anyway.
Reply
#10

looks nice
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)