[HELP] Extra Speed
#2

In your
Код:
if (strcmp("/speed", cmdtext, true, 10) == 0)
    {
        new Float:x, Float:y, Float:z;
        GetVehicleVelocity(GetPlayerVehicleID(playerid), x, y, z);
        SetVehicleVelocity(GetPlayerVehicleID(playerid) ,x ,y+0.3 ,z);
        return 1;
    }
I guess it should be
SetVehicleVelocity(GetPlayerVehicleID(playerid) ,x=0.3 ,y+0.3 ,z+0.3);
Reply


Messages In This Thread
[HELP] Extra Speed - by Larsey123IsMe - 07.01.2011, 08:53
Re: [HELP] Extra Speed - by bhaveshnande - 07.01.2011, 09:11
Re: [HELP] Extra Speed - by Larsey123IsMe - 07.01.2011, 09:37
Re: [HELP] Extra Speed - by veyron - 07.01.2011, 10:51
Re: [HELP] Extra Speed - by Voldemort - 07.01.2011, 11:01
Re: [HELP] Extra Speed - by veyron - 07.01.2011, 11:56

Forum Jump:


Users browsing this thread: 1 Guest(s)