[Ajuda] SetVehicleVelocity Help pls...
#2

Vocк estб fazendo isso errado

pawn Код:
if(!strcmp(cmdtext, "/speed", true)) {
    if(!IsPlayerInAnyVehicle(playerid)) return 0;
    new Float:x, Float:y, Float:z;
    new vehid = GetPlayerVehicleID(playerid);
    GetVehicleVelocity(vehid, x, y, z); SetVehicleVelocity(vehid, x + (x / 4), y + (y / 4), z + (z / 4));
    return 1;
}
Tem uma include que faz isso utilizando uma tecla ao invйs de comando
Reply


Messages In This Thread
SetVehicleVelocity Help pls... - by jonathan_agv - 28.01.2013, 18:24
Re: SetVehicleVelocity Help pls... - by Dwayne-Pheonix - 28.01.2013, 18:30
Re: SetVehicleVelocity Help pls... - by jonathan_agv - 28.01.2013, 18:48
Re: SetVehicleVelocity Help pls... - by jonathan_agv - 28.01.2013, 18:51
Re: SetVehicleVelocity Help pls... - by Dwayne-Pheonix - 28.01.2013, 18:53
Re: SetVehicleVelocity Help pls... - by DartakousLien - 28.01.2013, 18:53
Re: SetVehicleVelocity Help pls... - by jonathan_agv - 28.01.2013, 18:54
Re: SetVehicleVelocity Help pls... - by DartakousLien - 28.01.2013, 18:56
Re: SetVehicleVelocity Help pls... - by jonathan_agv - 28.01.2013, 18:57
Re: SetVehicleVelocity Help pls... - by jonathan_agv - 28.01.2013, 19:00

Forum Jump:


Users browsing this thread: 2 Guest(s)