SA-MP Forums Archive
[Ajuda] Settime -' ? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Settime -' ? (/showthread.php?tid=541986)



Settime -' ? - cardososem - 16.10.2014

Boa Noite. Criei uma Settime:

Код:
SetTimer("PromocaoDinheiro", 360*10000, true); // Settime de 1 Hora
Para Poder Setar 1 Ponto por hora! para um sistema de promoзгo que fica no RG! entгo... Criei:

Код:
 forward PromocaoDinheiro(playerid);
public PromocaoDinheiro(playerid)
{
    SendClientMessage(playerid, -1, "Voce Acaba De Ganhar 1 Ponto de Promocao.");
    return true;
}
Aparecia a Mensagem para o Player!

Sу que nгo sei como colocar para setar esse ponto de promoзгo! tinha colocado: ґ

Код:
forward HorasJogadas(playerid);
public HorasJogadas(playerid)
{
    if(PlayerInfo[playerid][pPromocaoDinheiro] < 1)
    SendClientMessage(playerid, -1, "Voce Acaba De Ganhar 1 De Score Por Estar Jogando A 5 Horas.");
    PlayerInfo[playerid][pPromocaoDinheiro]++;
    return true;
}
e nгo Setou:/ k
Como posso Colocar para setar ? -'


Re: Settime -' ? - fdsda - 16.10.2014

sei la, mil tretas.


Re: Settime -' ? - PedexM - 16.10.2014

Estб Funзгo pode te ajudar


Re: Settime -' ? - cardososem - 16.10.2014

mas tipo й para setar para uma funзгo especifica :/


Re: Settime -' ? - focaximubh - 16.10.2014

pawn Код:
new Gpscr;
    Gpscr = GetPlayerScore(playerid);
    SetPlayerScore(playerid, Gpscr += 1);
Rapaiz faz tempo que nгo uso esta funзгo mais axo que й assim que pode resolver teu problema '-'


Re: Settime -' ? - ArthurxD - 16.10.2014

Tenta aн, nao sei se vai dar
pawn Код:
forward HorasJogadas(playerid);
public HorasJogadas(playerid)
{
    PlayerInfo[playerid][pPromocaoDinheiro]++;
    SetPlayerScore(playerid, GetPlayerScore(playerid)+1);
    SendClientMessage(playerid, -1, "Voce Acaba De Ganhar 1 De Score Por Estar Jogando A 5 Horas.");
    return true;
}



Re: Settime -' ? - cardososem - 16.10.2014

Funcionou vlw ae gente +rep