[Ajuda] Criaзгo de SetTimer.
#4

@edit

pawn Код:
forward callback0(playerid);
new varss;



varss = SetTimer("callback0", 1000, true );


public callback0(playerid)
{

    return 1;
}

public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    ShowPlayerDialog(playerid, DIALOG_NOCARRO, DIALOG_STYLE_MSGBOX, "INFORMAЗХES", "Vocк entrou em um veнculo e nгo poderб sair mais dele !\nCaso vocк saia perderб: 1 Score & 5 mil reais\n Para ver o menu ajuda, use: /ajuda\t", "Ok", "");
    return true;
}


public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if(dialogid == 2)
    {
        if(response)
        {
            varss = true
            printf("%d", varss);
        }
        return true;
    }


    return true;
}
Reply


Messages In This Thread
Criaзгo de SetTimer. - by Mr_Taxi - 27.11.2012, 22:01
Re: Criaзгo de SetTimer. - by Rodney Francalim - 27.11.2012, 22:03
Re: Criaзгo de SetTimer. - by Mr_Taxi - 27.11.2012, 22:34
Re: Criaзгo de SetTimer. - by Schocc - 27.11.2012, 22:55
Re: Criaзгo de SetTimer. - by ViniBorn - 28.11.2012, 11:05
Re: Criaзгo de SetTimer. - by Mr_Taxi - 28.11.2012, 14:58
Re: Criaзгo de SetTimer. - by Maklister - 28.11.2012, 16:23
Re: Criaзгo de SetTimer. - by Mr_Taxi - 28.11.2012, 19:22
Re: Criaзгo de SetTimer. - by Designer Vibe02 - 28.11.2012, 21:23
Re: Criaзгo de SetTimer. - by ViniBorn - 28.11.2012, 21:44

Forum Jump:


Users browsing this thread: 2 Guest(s)