Popped tires
#1

I remember there was a function for the damage status of a vehicle. Any ways of spawning a vehicle with popped tires?
Reply
#2

pawn Код:
new vid, panels, doors, lights, tires;

vid = CreateVehicle(...);
GetVehicleDamageStatus(vid, panels, doors, lights, tires);
UpdateVehicleDamageStatus(vid, panels, doors, lights, 15);
Reply
#3

Ah, alright man. Thanks!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)