tuning cars...
#1

guys i want on player enter vehicle automaticlu the car get tuned and i have something like this:

pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid)
{
    if(vehicleid == vehicle)
    {
        AddVehicleComponent(vehicle, 1010);
        AddVehicleComponent(vehicle, 1079);
    }
    else if(vehicleid == vehicle1)
    {
        AddVehicleComponent(vehicle, 1010);
        AddVehicleComponent(vehicle, 1079);
    }
    return 1;
}
the vehicle1 dont work when ill get in car what is the problem ?

and please someone tell me the code to make all yellow arrows to desapear cause i forget it

Thanks !!!
Reply


Messages In This Thread
tuning cars... - by Rafa - 31.10.2010, 12:14
Re: tuning cars... - by introzen - 31.10.2010, 12:21
Re: tuning cars... - by ColdXX - 31.10.2010, 12:23
Re: tuning cars... - by Rafa - 31.10.2010, 12:27
Re: tuning cars... - by Rafa - 31.10.2010, 22:01
Re: tuning cars... - by Rafa - 31.10.2010, 22:25
Re: tuning cars... - by (SF)Noobanatior - 01.11.2010, 06:04

Forum Jump:


Users browsing this thread: 1 Guest(s)