28.01.2014, 14:31
I added this to my CMD:
And everytime i type the CMD it retunrs "This vehicle is too damaged!".When my car has full HP it returns too.Why is that ?
PHP код:
new Float:health;
new veh = GetPlayerVehicleID(playerid);
GetVehicleHealth(veh, health);
if(health >= 650) return SendClientMessage(playerid, COLOR_RED, "This vehicle is too damaged!");