Need help with /boost and /bounce.
#2

Got this pastebin on a boost system, hope you get the boost cmd from it - http://pastebin.com/NeRP3WZy

About the bounce cmd, here ya go, credits don't go to me -:

pawn Код:
if(!strcmp(cmdtext, "/bounce", true))
    {
        if (IsPlayerInAnyVehicle(playerid) && GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
    {
    new Float:vx, Float:vy, Float:vz;
    GetVehicleVelocity(GetPlayerVehicleID(playerid), vx, vy, vz);
    SetVehicleVelocity(GetPlayerVehicleID(playerid), vx, vy, vz * 0.25);
   
    }
        return 1;
    }
Reply


Messages In This Thread
Need help with /boost and /bounce. - by LeeXian99 - 23.03.2013, 04:39
Re: Need help with /boost and /bounce. - by Dzines4SAMP - 23.03.2013, 04:47
Re: Need help with /boost and /bounce. - by LeeXian99 - 23.03.2013, 04:54

Forum Jump:


Users browsing this thread: 1 Guest(s)