28.03.2010, 15:57
OK forget my last topic but when a player vehicle is smoking, going to explode can i make something that auto-fixes my car and sends player a message in COLOR_KRED?
new vehicleid = GetPlayerVehicleID(playerid); new Float:VehHealth; GetVehicleHealth(vehicleid,VehHealth); if(VehHealth <= 50) return RepairVehicle(GetPlayerVehicleID(playerid));