CMD:comer(playerid,params[])
{
SetPVarInt(playerid,"Fome",GetPVarInt(playerid,"Fome")-15);
SetProgressBarValue(FomeB, GetPVarInt(playerid,"Fome"));
UpdateProgressBar(FomeB,playerid);
SendClientMessage(playerid,-1,"Vocк comeu e sua fome diminuiu");
return 1;
}