[Ajuda] Sistema de ACESSУRIOS
#2

PHP код:
 #define DIALOG_ACE                                                            90

    
if(strcmp(cmd"/acessorios"true) == 0)
    {
    
ShowPlayerDialog(playeridDIALOG_ACEDIALOG_STYLE_LIST,"Escolha um acessуrio","Remover Acessуrios\nChapeu\nChapeu2\nChapeu3","OK","Fechar");
    return 
1;
    }
    
    
    if(
dialogid == DIALOG_ACE)
    {
        if(
response)
        {
    if(
listitem == 0)
    {
            
StopPlayerHoldingObject(playerid);
    }
    if(
listitem == 1)
    {
            new 
goggles 3070;
            
SetPlayerHoldingObject(playeridgoggles20000.000000.070000.00180.00090.00180.0);

             }
         }
    } 
Bom, seria mais ou menos assim, vocк vai adicionando mais objetos, quando for adicionar + 1 teria que por na OnDialogResponse, e na dialog do /acessorios, seria mais ou menos isto..
Reply


Messages In This Thread
Sistema de ACESSУRIOS - by ViniFox - 09.10.2016, 18:06
Re: Sistema de ACESSУRIOS - by FalcaoNC - 09.10.2016, 18:13
Re: Sistema de ACESSУRIOS - by ViDaLoKa1 - 09.10.2016, 18:13

Forum Jump:


Users browsing this thread: 1 Guest(s)