[Projeto] Colocando timer em toturial
#4

Erro meu, lhe passei um cуdigo errado, estou fazendo um aqui, aguarde por favor,
boa noite.

@EDIT:

Ficaria como algo assim, veja:

PHP код:
new LiberouTuto[MAX_PLAYERS];
public 
OnDialogResponse(playeriddialogidresponselistiteminputtext[])
{
    if(
dialogid == SuaDialog)//identifica o id do dialog.
    
{
        if(
response)//Caso ele clique no primeiro botгo
        
{
                if(
LiberouTuto[playerid] == 1)
                {
                    
SendClientMessage(playeridCOR"Parabйns! Vocк sabe seu nome e por isso ganharб 1000 Reais!!!");
                    
GivePlayerMoney(playerid1000);
                 } else {
                    
SendClientMessage(playerid, -1"ERRO: Espere no mнnimo 15 segundos para poder avanзar seu Tutorial");
                 }
                return 
1;
            }
        }
        else 
//caso ele click no segundo botгo
        
{
            
SendClientMessage(playeridCOR"Vocк clicou no segundo botгo, o dialog desaparecerб que nem mбgica e vocк serб kickado!!!!!");
            
Kick(playerid);
        }
    }
    return 
1;

Ae vocк tambйm deve adicionar esse SetTimerEx no local onde vai mostrar a primeira dialog ao player:

PHP код:
new Timer1[MAX_PLAYERS];
Timer1[playerid] = SetTimerEx("LiberarTuto"15000false"d"playerid);
forward LiberarTuto(playerid);
public 
LiberarTuto(playerid)
{
    
LiberouTuto[playerid] = 1;
    return 
1;

Tenha uma boa noite !
Reply


Messages In This Thread
Colocando timer em toturial - by Pedro_Teixeira - 15.04.2013, 19:33
Re: Colocando timer em toturial - by Gleisson_. - 15.04.2013, 19:40
Re: Colocando timer em toturial - by Pedro_Teixeira - 16.04.2013, 16:55
Re: Colocando timer em toturial - by Gleisson_. - 16.04.2013, 21:19

Forum Jump:


Users browsing this thread: 2 Guest(s)