Vehicle speed 0
#7

Try it with OnPlayerUpdate, if that didn't work try it with the inverse velocity, that should move him constantly forward and backwards (no clue if that actually works)

pawn Код:
new
    Float: vX,
    Float: vY,
    Float: vZ
;
GetVehicleVelocity(vehicleid, vX, vY, vZ);
SetVehicleVelocity(vehicleid, -vX, -vY, -vZ);
Reply


Messages In This Thread
Vehicle speed 0 - by VincenzoDrift - 24.12.2014, 19:25
Re: Vehicle speed 0 - by Abagail - 24.12.2014, 19:30
Re: Vehicle speed 0 - by VincenzoDrift - 24.12.2014, 20:14
Re: Vehicle speed 0 - by VincenzoDrift - 25.12.2014, 20:16
Re: Vehicle speed 0 - by therainycat - 25.12.2014, 20:49
Re: Vehicle speed 0 - by VincenzoDrift - 26.12.2014, 09:39
AW: Vehicle speed 0 - by Nero_3D - 26.12.2014, 10:43

Forum Jump:


Users browsing this thread: 1 Guest(s)