[AJUDA]Quiz com dialog com tempo para responder
#4

PHP код:

new TempoPergunta;
new 
TimerPergunta[MAX_PLAYERS];
forward PerguntaPM(playerid);
public 
PerguntaPM(playerid)
{
    
TempoPergunta++;
    if(
TempoPergunta == 15)
    {
        
KillTimer(TimerPergunta[playerid]);
        
Kick(playerid);
    }
    return 
1;
} 
Adiciona isso na hora que aparecer a pergunta :

PHP код:

TimerPergunta
[playerid] = SetTimerEx("PerguntaPM", 1000, true, "i", playerid); 
Nгo testei , porйm nгo apresentou nenhum erro no compilador.
Reply


Messages In This Thread
[AJUDA]Quiz com dialog com tempo para responder - by GuiH - 29.06.2018, 18:07
Re: [AJUDA]Quiz com dialog com tempo para responder - by Cauezin - 29.06.2018, 18:18
Re: [AJUDA]Quiz com dialog com tempo para responder - by GuiH - 29.06.2018, 18:45
Re: [AJUDA]Quiz com dialog com tempo para responder - by Cauezin - 29.06.2018, 19:16
Re: [AJUDA]Quiz com dialog com tempo para responder - by GuiH - 29.06.2018, 20:04
Re: [AJUDA]Quiz com dialog com tempo para responder - by Cauezin - 29.06.2018, 20:38
Re: [AJUDA]Quiz com dialog com tempo para responder - by GuiH - 29.06.2018, 20:57
Re: [AJUDA]Quiz com dialog com tempo para responder - by Cauezin - 29.06.2018, 21:03

Forum Jump:


Users browsing this thread: 1 Guest(s)