[Ajuda] Sistema de fome .....
#6

Quote:
Originally Posted by LucasPlays
Посмотреть сообщение
Entгo eu estou pensando em colocar tipo os certos itens pra eles comerem , exemplo sabe aqueles hotdog tipo aquele objeto ? entгo eu vou colocar ele , aquela latinha de refrigererante eu vou colocar tambem entгo da fica um pouco mas complicado nй , mas eu vou usar estes comandos de base vlw mt obrigado +REP
Bom faz assim amigo..

pawn Код:
CMD:hotdog(playerid, params[])
{
    #pragma unused params
    if(IsPlayerInRangeOfPoint(playerid, 5, /*CORDENADA QUE VOCК DESEJA.*/))
    {
        if(GetPVarInt(playerid,"Fome") <= 0)
        {
            SendClientMessage(playerid, -1,"Vocк nгo estб com fome.");
            SetPVarInt(playerid,"Fome",0);
            return 1;
        }
        SetPVarInt(playerid,"Fome",GetPVarInt(playerid,"Fome")-15);
        SetProgressBarValue(FomeB, GetPVarInt(playerid,"Fome"));
        UpdateProgressBar(FomeB,playerid);
        GivePlayerMoney(playerid, -2);
        SendClientMessage(playerid,-1,"Vocк comeu um HotDog por 2$ Reais.");
    }
    else
    {
        SendClientMessage(playerid,-1,"Vocк nгo estб na barraquinha do Biel.");
        return 1;
    }
    return 1;
}
Reply


Messages In This Thread
Sistema de fome ..... - by LucasPlays - 14.03.2014, 20:55
Re: Sistema de fome ..... - by GabrielRibeiro - 14.03.2014, 21:01
Re: Sistema de fome ..... - by LucasPlays - 14.03.2014, 21:04
Re: Sistema de fome ..... - by GabrielRibeiro - 14.03.2014, 21:36
Re: Sistema de fome ..... - by LucasPlays - 14.03.2014, 21:44
Re: Sistema de fome ..... - by GabrielRibeiro - 14.03.2014, 21:52
Re: Sistema de fome ..... - by LucasPlays - 14.03.2014, 21:59
Re: Sistema de fome ..... - by GabrielRibeiro - 14.03.2014, 22:04
Re: Sistema de fome ..... - by LucasPlays - 14.03.2014, 22:14
Re: Sistema de fome ..... - by GabrielRibeiro - 14.03.2014, 22:16

Forum Jump:


Users browsing this thread: 3 Guest(s)