Deleting all components from a car
#4

pawn Code:
new
   id = GetPlayerVehicleID(playerid);
for(new x; x < 1194 && x > 999; x++) {
    RemoveVehicleComponent(id, x);
}
This would be the best, I guess.
Reply


Messages In This Thread
Deleting all components from a car - by thimo - 05.04.2011, 14:27
Re: Deleting all components from a car - by Vince - 05.04.2011, 14:49
Re: Deleting all components from a car - by Mmartin - 05.04.2011, 14:55
Re: Deleting all components from a car - by Alby Fire - 05.04.2011, 14:58
Re: Deleting all components from a car - by thimo - 06.04.2011, 05:56

Forum Jump:


Users browsing this thread: 1 Guest(s)