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

pawn Код:
// OnGameModeInit
    SetTimer("CorreNego", 30000, true); // 30 Segundos
//
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", "");
    CorreNego = false;
    return true;
}
//
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if(dialogid == 2)
    {
        if(response)
        {
            CorreNego = true
        }
        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: 1 Guest(s)