20.03.2019, 10:43 
	
	
	
		i want pwn code of making car tires bullet proof
	
	
	
	
public OnVehicleDamageStatusUpdate(vehicleid, playerid)
{
    new panels, doors, lights, tires;    
    GetVehicleDamageStatus(vehicleid, panels, doors, lights, tires);
    UpdateVehicleDamageStatus(vehicleid, panels, doors, lights, 0);
    return 1;
} 
| Besides your post is really unfriendly, you should be more polite, here is some code: PHP код: 
 |