[Ajuda] Menu em Dialog
#2

Topo do GM:
PHP код:
#define dLojaApple 100
#define dLA1 101
#define dLA2 102 
PS: Mude os valores(ids) se vocк jб usou para definir outra dialog com o mesmo.

Apуs definir, mude o parвmetro dialogid.
PHP код:
public OnPlayerCommandText(playeridcmdtext[])
{
    if(
strcmp(cmdtext"/lojaapple"true) == 0) {
        
ShowPlayerDialog(playeriddLojaAppleDIALOG_STYLE_TABLIST_HEADERS"Apple""Produtos\tServiзo\nCelulares\tApple\nComputadores\tApple\nNotebooks\tApple""Selecionar""Fechar");
        return 
1;
    }
    return 
0;
}
public 
OnDialogResponse(playeriddialogidresponselistiteminputtext[])
{
    if(
dialogid == dLojaApple)
    {
        if(
response)
        {
            if(
listitem == 0)
            {
                
ShowPlayerDialog(playeriddLA1DIALOG_STYLE_TABLIST_HEADERS"Apple""Produtos\tPreзo\niPhone X\t$6999\niPhone 8 Plus\t$4599\niPhone 8\t$3999\niPhone 7 Plus\t$3799\niPhone 7\t$3199""Selecionar""Fechar");
            }
            
            if(
listitem == 1)
            {
                
ShowPlayerDialog(playeriddLA2DIALOG_STYLE_TABLIST_HEADERS"Apple""Produtos\tPreзo\niMac\t$9799\niMac Pro\t$37999""Selecionar""Fechar");
            }
        }
    }
    return 
1;

Reply


Messages In This Thread
Menu em Dialog - by CypherInsano - 22.07.2018, 00:59
Re: Menu em Dialog - by InsaneBR - 22.07.2018, 01:09
Re: Menu em Dialog - by AutoMatic2 - 22.07.2018, 01:27
Re: Menu em Dialog - by CypherInsano - 22.07.2018, 10:51
Re: Menu em Dialog - by CypherInsano - 22.07.2018, 11:10
Re: Menu em Dialog - by InsaneBR - 22.07.2018, 12:40
Re: Menu em Dialog - by CypherInsano - 22.07.2018, 14:31

Forum Jump:


Users browsing this thread: 1 Guest(s)