Reserved Vehicles
#1

I have a problem with this reserved car script.
I have this , right :

pawn Код:
public OnVehicleSpawn(vehicleid)
{
    if(vehicleid == SampleCar1)
    {
        AddVehicleComponent(SampleCar1, 1036);//Right Alien Sideskirt
        AddVehicleComponent(SampleCar1, 1040);//Left Alien Sideskirt
        AddVehicleComponent(SampleCar1, 1034);//Alien Exhaust
        AddVehicleComponent(SampleCar1, 1172);//Front Bumper X-Flow
        AddVehicleComponent(SampleCar1, 1148);//Rear Bumper Alien
        AddVehicleComponent(SampleCar1, 1035);//X-Flow Roof Vent
        AddVehicleComponent(SampleCar1, Cutter_Wheel);
    }
    return 1;
}
and some other stuff to make the car resevred.
Anywayz, when I do /mycar to call mycar, it isn't modded.. Untill i respawn it with driving it into the water or blowing it up..
Need help!

- Kudoz
Reply


Messages In This Thread
Reserved Vehicles - by Kudoz - 24.04.2012, 20:17
Re: Reserved Vehicles - by ViniBorn - 24.04.2012, 20:26
Re: Reserved Vehicles - by Kudoz - 25.04.2012, 05:21
Re: Reserved Vehicles - by Ballu Miaa - 25.04.2012, 05:39
Re: Reserved Vehicles - by Jikesh - 25.04.2012, 06:07
Re: Reserved Vehicles - by Ballu Miaa - 25.04.2012, 06:09
Re: Reserved Vehicles - by Kudoz - 25.04.2012, 10:22
Re: Reserved Vehicles - by Kudoz - 26.04.2012, 20:18
Re: Reserved Vehicles - by Ballu Miaa - 27.04.2012, 03:27
Re: Reserved Vehicles - by Kudoz - 03.05.2012, 09:27

Forum Jump:


Users browsing this thread: 1 Guest(s)