[Ajuda] Avancar o tutorial so em 10 segundos
#6

pawn Код:
new bool:LiberadoTutorial[MAX_PLAYERS] = true;

forward Tutorial(playerid);
public Tutorial(playerid)
{
    if(LiberadoTutorial[playerid] == true)
    {  
        // Code do tutorial
        SetTimerEx("EsperandoTutorial", false, "d", playerid);
    }
    else
    {
        SendClientMessage(playerid, -1, "Espere ser liberado para o tutorial.");
    }

}

forward EsperandoTutorial(playerid);
public EsperandoTutorial(playerid)
{
    LiberadoTutorial[playerid] = false;
    SendClientMessage(playerid, -1, "* Vocк foi liberado para seguir o tutorial ...");
    return 1;
}
A lуgica tae
Reply


Messages In This Thread
Avancar o tutorial so em 10 segundos - by Junior_Cunha - 09.01.2013, 10:18
Re: Avancar o tutorial so em 10 segundos - by TreePuncher - 09.01.2013, 10:52
Respuesta: Avancar o tutorial so em 10 segundos - by oOFotherOo - 09.01.2013, 11:09
Re: Avancar o tutorial so em 10 segundos - by Q.I - 09.01.2013, 11:14
Re: Avancar o tutorial so em 10 segundos - by Junior_Cunha - 09.01.2013, 15:09
Re: Avancar o tutorial so em 10 segundos - by Maklister - 09.01.2013, 15:16

Forum Jump:


Users browsing this thread: 4 Guest(s)