[Pedido] Passar na coordenada abre um dialog
#2

pawn Code:
public OnPlayerUpdate(playerid) {
    if(IsPlayerInRangeOfPoint(playerid, 2.0 2553.7996, -2186.4495, 1.6777) && gettime() > GetPVarInt(playerid, "abrirDialog")) {
        ShowPlayerDialog(playerid, IrParaGrove, DIALOG_STYLE_LIST, "Teleportes do Esgoto", "Grove Street", "Selecionar", "Sair");
        SetPVarInt(playerid, "abrirDialog", gettime() + 15);
    }
    return 1;
}
Tente..
Reply


Messages In This Thread
Passar na coordenada abre um dialog - by eNtinityGaming - 30.01.2014, 14:41
Re: Passar na coordenada abre um dialog - by Locky_ - 30.01.2014, 14:51
Re: Passar na coordenada abre um dialog - by eNtinityGaming - 30.01.2014, 14:57
Re: Passar na coordenada abre um dialog - by eNtinityGaming - 30.01.2014, 15:30
Re: Passar na coordenada abre um dialog - by yNexus - 30.01.2014, 15:39
Re: Passar na coordenada abre um dialog - by eNtinityGaming - 30.01.2014, 15:40
Re: Passar na coordenada abre um dialog - by Locky_ - 30.01.2014, 15:53
Re: Passar na coordenada abre um dialog - by eNtinityGaming - 30.01.2014, 22:45
Re: Passar na coordenada abre um dialog - by Lucas_Pawno - 31.01.2014, 11:01

Forum Jump:


Users browsing this thread: 3 Guest(s)