[DUDA] Con SetVehicleVelocity
#5

Код:
stock IncreaseSpeed(vehicleid,Float:speed) // Aquн da error
{ //By OTACON
new Float:Velocity[4];
SetVehicleVelocity(vehicleid,0,0,0); // Y aquн tambiйn
GetVehicleVelocity(vehicleid,Velocity[0],Velocity[1],Velocity[2]);
GetVehicleZAngle(vehicleid,Velocity[3]);
Velocity[0] = Velocity[0] + (speed/speed * floatsin(-Velocity[3], degrees));
Velocity[1] = Velocity[1] + (speed/speed * floatcos(-Velocity[3], degrees));
SetVehicleVelocity(vehicleid,Velocity[0],Velocity[1],Velocity[2]);}
} //<---- esta de mas
Код:
 IncreaseSpeed(GetPlayerVehicleID(playerid),-5.0); //esta mal, el valor debe ser positivo si no ira para atras :D.
mira el ejemplo de uso .

pero esta funcion es nada mas para levantar la velocidad, si tu kieres establecer una nueva velocidad a los vehiculos utiliza lo que te pasaron arriba.

saludos.
Reply


Messages In This Thread
[DUDA] Con SetVehicleVelocity - by Waashaa - 23.01.2014, 17:10
Respuesta: [DUDA] Con SetVehicleVelocity - by OTACON - 23.01.2014, 17:41
Respuesta: [DUDA] Con SetVehicleVelocity - by Waashaa - 23.01.2014, 18:10
Respuesta: [DUDA] Con SetVehicleVelocity - by MugiwaraNoLuffy - 23.01.2014, 19:54
Respuesta: [DUDA] Con SetVehicleVelocity - by OTACON - 24.01.2014, 04:15
Respuesta: [DUDA] Con SetVehicleVelocity - by Waashaa - 24.01.2014, 18:50

Forum Jump:


Users browsing this thread: 1 Guest(s)