24.01.2010, 02:12
Put the following after "new Float:health;"
Код:
if(GetPlayerHealth(playerid,health) >= 150)
{
SendClientMessage(playerid,0xAA3333AA,"You have enough for now.");
return 2;
}

