01.09.2010, 10:54
I need help with that... I have this:
It is a mothership Painjob... But the Painjob appears only after destroy this vehicle... I have no errors, I need just help, can anyone tell how to make this painjob appears without that destroy?
Код:
public OnVehicleSpawn(vehicleid) { SetVehicleToRespawn(mothership); ChangeVehiclePaintjob(mothership,0); return 1; }