28.03.2010, 17:15
This is what i have:
i want it also to check an see if they have 10$. Can anyone help?
pawn Код:
if(GetPlayerHealth(playerid, < 90))
{
SetPlayerHealth(playerid, HP + 10);
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_DRINK_SPRUNK);
}