Speedboost
#4

pawn Код:
stock AddVehicleSpeed(vid, Float:howmuch)
{
    static Float:T[3];
    GetVehicleVelocity(vid, T[0], T[1], T[2]);
    return SetVehicleVelocity(vid,T[0] * howmuch , T[1] * howmuch , T[2]);
}
pawn Код:
stock JumpVehicle(vid, Float:howmuch)
{
    static Float:T[3];
    GetVehicleVelocity(vid, T[0], T[1], T[2]);
    return SetVehicleVelocity(vid,T[0], T[1], T[2]*howmuch);
}
Reply


Messages In This Thread
Speedboost - by MP2 - 19.07.2011, 15:49
Re: Speedboost - by eDz0r - 19.07.2011, 16:34
Re: Speedboost - by dowster - 19.07.2011, 17:00
Re: Speedboost - by Sasino97 - 19.07.2011, 17:17
Re: Speedboost - by MP2 - 19.07.2011, 17:26
Re: Speedboost - by dowster - 19.07.2011, 18:14
Re: Speedboost - by MP2 - 19.07.2011, 19:50
Re: Speedboost - by dowster - 19.07.2011, 20:13
Re: Speedboost - by iPLEOMAX - 19.07.2011, 20:21
Re: Speedboost - by dowster - 19.07.2011, 20:31

Forum Jump:


Users browsing this thread: 2 Guest(s)