21.03.2010, 21:13
k i made a command /heal but i wanted to make if the player which should be healed has 100 health the healer gets an error but it doesnt work , if player like has 13 hp it says the error , so anyone know why??
Код:
new Float:Health; GetPlayerHealth(id,Health); if(Health >= 100) return SendClientMessage(playerid, COLOR_RED, "Server: That player does not need to be healed by a medic.");