SA-MP Forums Archive
[Ajuda] Colocar um Timer em Dialog - 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] Colocar um Timer em Dialog (/showthread.php?tid=431130)



Colocar um Timer em Dialog - Pedro_Teixeira - 16.04.2013

Ola , eu tou prestes acabando o meu gm de rpg, mas queria adicionar um detalh que й o de colocar um timer no botгo avanзar no toturial para os players nгo poderem avanзar sem ler, ja tentei de algumas maneiras mas nгo funcionou.

A maneira que eu tentei foi colocar um timer depois do dialog, mas dessa maneira acho que o timer nгo estб "ligado" ao botгo avanзar.

Alguma sugestгo?
Obrigado pela vossa atenзгo


Re: Colocar um Timer em Dialog - Gleisson_. - 16.04.2013

Clique aqui


Re: Colocar um Timer em Dialog - Pedro_Teixeira - 16.04.2013

Sim, eu sei isso, mas o que quero dizer й o seguinte:
pawn Код:
public OnPlayerSpawn(playerid)
{
    // Anti-Spawnkill (5 seconds)
 
    // Set their health very high so they can't be killed
    SetPlayerHealth(playerid, 999999);
 
    // Notify them
    SendClientMessage(playerid, -1, "You are protected against spawn-killing for 5 seconds.");
 
    // Start a 5 second timer to end the anti-spawnkill
    SetTimerEx("EndAntiSpawnKill", 5000, false, "i", playerid);
}
vendo esse ai, estб definido no: OnPlayerSpawn, mas em vez do onplayerspawn eu quero por no botгo de avanзar. Como posso fazer isso?


Re: Colocar um Timer em Dialog - StringBR - 16.04.2013

OnPlayerRequestSpawn


Re: Colocar um Timer em Dialog - Gleisson_. - 16.04.2013

Olha, no botгo de avanзar mesmo, nгo tem como, mais oque vocк pode fazer neste caso й:

Retornar o OnPlayerRequestSpawn a 0, assim nгo aparecendo a seleзгo de skins..

Depois disso, crie em OnPlayerRequestSpawn ou OnPlayerSpawn,

Umas text draw's selecionбveis, e algumas contendo skins...

Crie com os botхes '<<' '>>' e 'Avancar'.

Acho que assim ficaria muito fodбstico, e inovador



Re: Colocar um Timer em Dialog - Pedro_Teixeira - 17.04.2013

vlw ^^