[Ajuda] Portao em dialog
#3

Dava pra usar muito menos linhas...
PHP код:
#include <a_samp>
new Portao;
#define Dialog_Portao 1666
public OnFilterScriptInit() { return Portao CreateObject(980,238.97483437.80474.1666003.0); }
public 
OnPlayerCommandText(playeridcmdtext[])
{
    if(
strcmp(cmdtext"/mainportao"true) == 0) { return ShowPlayerDialog(playerid,Dialog_Portao,DIALOG_STYLE_LIST," PORTAO BASE","{00FF00}ABRIR\n{FF0000}FECHAR","Selecionar" ,"Cancelar"); }
    return 
0;
}
public 
OnDialogResponse(playeriddialogidresponselistiteminputtext[])
{
    if(
dialogid == Dialog_Portao) {
        if(
response){
            if(
listitem == 0) return MoveObject(Portao238.97483437.8047, -1.47093.0);
            if(
listitem == 1) return MoveObject(Portao238.97483437.80474.16663.0);
        }
    }
    return 
1;

Reply


Messages In This Thread
Portao em dialog - by leandr58 - 27.07.2015, 17:18
Re: Portao em dialog - by JuniorTheDM - 27.07.2015, 17:27
Re: Portao em dialog - by iTakelot - 27.07.2015, 17:31
Re: Portao em dialog - by leandr58 - 27.07.2015, 18:00
Re: Portao em dialog - by iTakelot - 27.07.2015, 18:15
Re: Portao em dialog - by Jimmmy - 27.07.2015, 18:18
Re: Portao em dialog - by leandr58 - 27.07.2015, 19:52
Re: Portao em dialog - by iTakelot - 27.07.2015, 19:56
Re: Portao em dialog - by leandr58 - 27.07.2015, 20:11
Re: Portao em dialog - by leandr58 - 27.07.2015, 20:13

Forum Jump:


Users browsing this thread: 3 Guest(s)