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

