14.09.2009, 21:58
On your ahelp command, you should include a define for COLOR_GREY.
on your Heal command, you should check and see if the person has atleast 800 dollars, and if not then they get a message "Not enough money"
This should work.
on your Heal command, you should check and see if the person has atleast 800 dollars, and if not then they get a message "Not enough money"
pawn Код:
if(GetPlayerMoney(playerid, < 800)
{
SendClientMessage(playerid,COLOR_RED,"Not enough money!");
}