tuning cars...
#3

If by yellow arrows u mean enterrable places ,use
pawn Код:
DisableInteriorEnterExits();
Try to remove the "else" from your code.
Oh and u made a mistake at OnPlayerEnterVehicle

pawn Код:
else if(vehicleid == vehicle1)
    {
        AddVehicleComponent(vehicle1, 1010);
        AddVehicleComponent(vehicle1, 1079);
    }
U added AddVehicleComponent(vehicle,1010) istead of AddVehicleCOmponent(vehicle1,1010);
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)