Velocity change problem
#3

agreed. if you check for positive velocity, then only when driving north or east will trigger that axis. simply dont check for any speed, try:
Code:
new Float:X, Float:Y, Float:Z;
GetVehicleVelocity(GetPlayerVehicleID(playerid),X,Y,Z);
X=-X;
Y=-Y;
Z=-Z;
SetVehicleVelocity(GetPlayerVehicleID(playerid),X,Y,Z);
Reply


Messages In This Thread
Velocity change problem - by Libra_PL - 21.08.2011, 15:01
Re: Velocity change problem - by veyron - 21.08.2011, 15:17
Re: Velocity change problem - by Babul - 21.08.2011, 15:19
Re: Velocity change problem - by Libra_PL - 21.08.2011, 16:01

Forum Jump:


Users browsing this thread: 1 Guest(s)