24.04.2012, 20:17
I have a problem with this reserved car script.
I have this , right :
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
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;
}
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