Speed Decrease
#1

I wonder how can i make a speed decreaser..... Let me explain.. When a player is in a veh and type a command his vehicle losing and losing its speed till it stops..
Reply
#2

https://sampwiki.blast.hk/wiki/SetVehicleVelocity
Reply
#3

You can experiment with GetVehicleVelocity and SetVehicleVelocity, but the you'll achieve the smoothest effect with this
pawn Код:
new veh = GetPlayerVehicleID(playerid);
RemovePlayerFromVehicle(playerid);
PutPlayerInVehicle(playerid, veh, 1);
Reply
#4

Can you plz tell me a number velocity that makes vehicle runs with 1/2 of it's speed?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)