26.11.2014, 18:14
(
Последний раз редактировалось Raweresh; 26.11.2014 в 18:56.
)
Код:
new Float:Health; GetPlayerHealth(playerid,Health); if(Health >= 100.0) { SendClientMessage(...); //Player can't buy it. return 1; } //Player can buy it.