12.02.2011, 13:33
Lets make it a bit more clear
new carid = GetPlayerVehicleID(playerid);
GetVehicleVelocity(GetPlayerVehicleID(carid), X, Y, Z);
or if we put it together
GetVehicleVelocity(GetPlayerVehicleID(GetPlayerVehicleID(playerid)), X, Y, Z);
And use %.0f instead of %d in format because its a float
new carid = GetPlayerVehicleID(playerid);
GetVehicleVelocity(GetPlayerVehicleID(carid), X, Y, Z);
or if we put it together
GetVehicleVelocity(GetPlayerVehicleID(GetPlayerVehicleID(playerid)), X, Y, Z);
And use %.0f instead of %d in format because its a float