[Ajuda] Settimer
#2

Crie um SetTimerEx e uma booleana:
PHP код:
new bool:passar[MAX_PLAYERS]; 
Nas etapas do tutorial, adicione a SetTimerEx:
PHP код:
SetTimerEx("ProximoTutorial"5000false"i"playerid); 
Crie uma public para executar a booleana:
PHP код:
forward ProximoTutorial();
public 
ProximoTutorial()
{
    
passar[playerid] = true;

Caso seja em dialog, sendo necessбrio apertar o ENTER para prosseguir, adicione na бrea do diбlogo do tutorial:
PHP код:
if(passar[playerid] == false) return SendClientMessage(playerid, -1,"Leia o tutorial."); 
Espero ter ajudado.
Reply


Messages In This Thread
Settimer - by PauloShadow - 21.11.2013, 20:24
Re: Settimer - by Ley - 21.11.2013, 20:52
Re: Settimer - by PauloShadow - 21.11.2013, 21:18
Re: Settimer - by PT - 21.11.2013, 21:45
Re: Settimer - by Ley - 21.11.2013, 22:00
Re: Settimer - by PauloShadow - 21.11.2013, 22:04
Re: Settimer - by PauloShadow - 21.11.2013, 22:40
Re: Settimer - by Ley - 21.11.2013, 23:09

Forum Jump:


Users browsing this thread: 1 Guest(s)