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

PHP код:
new TempoPerguntaTimerPM[MAX_PLAYERS];
forward PerguntaPM(playerid);
public 
OnPlayerKeyStateChange(playeridnewkeysoldkeys

   if(
newkeys == KEY_SECONDARY_ATTACK//pergunta1a 
    

   if(
IsPlayerInRangeOfPoint(playerid,2.0380.5,2501.9004,16.5000)) 
    
ShowPlayerDialog(playeridpergunta_1DIALOG_STYLE_LIST"Quem й(sгo) o(s) lider(es) do Batalhгo?""GuiH\nGuiH e Leo\nK2\nK2 e GuiH\nK2 e Leo""Responder""");
TimerPM[playerid] = SetTimerEx("PerguntaPM"1000true"i"playerid); 
    } 
          return 
1
         }
public 
PerguntaPM(playerid);
{
TempoPergunta++;
if(
TempoPergunta == 15)
{
KillTimer(TimerPM[playerid]);
Kick(playerid);
}
return 
1;

Nгo sei se funciona, testa ae :v
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: 3 Guest(s)