#define COMB 524161263
#define D_GASOLINA 524165241263
if( !strcmp( cmd, "/abastecer", true ))
{
ShowPlayerDialog(playerid, COMB, DIALOG_STYLE_LIST, "Combustiveis", "Gasolina\nDiesel\nEtanol", "Selecionar", "Sair");
}
if(dialogid == COMB)
{
if(response)
{
new
stg[ 1500 ];
if(listitem == 0)
{
format( stg, sizeof( stg ), "Digite a quantia em que vocк queira abastecer\n\nMaximo de Combustivel 100 litros\n\nValor por litro $4");
ShowPlayerDialog( playerid, D_GASOLINA, DIALOG_STYLE_INPUT, "Gasolina", stg, "Abastecer", "Cancelar" );
}
}
if(listitem == 1)
{
format( gStr, sizeof( gStr ), "Digite a quantia em que vocк queira abastecer\n\nMaximo de Combustivel 100 litros\n\nValor por litro $2");
ShowPlayerDialog( playerid, D_GASOLINA, DIALOG_STYLE_INPUT, "Diesel", gStr, "Abastecer", "Cancelar" );
}
if(listitem == 2)
{
format( gStr, sizeof( gStr ), "Digite a quantia em que vocк queira abastecer\n\nMaximo de Combustivel 100 litros\n\nValor por litro $2");
ShowPlayerDialog( playerid, D_GASOLINA, DIALOG_STYLE_INPUT, "Diesel", gStr, "Abastecer", "Cancelar" );
}
return 1;
}
if(dialogid == COMB)
{
if(response)
{
new
stg[ 1500 ];
if(listitem == 0)
{
format( stg, sizeof( stg ), "Digite a quantia em que vocк queira abastecer\n\nMaximo de Combustivel 100 litros\n\nValor por litro $4");
ShowPlayerDialog( playerid, D_GASOLINA, DIALOG_STYLE_INPUT, "Gasolina", stg, "Abastecer", "Cancelar" );
}
}
if(listitem == 1)
{
format( gStr, sizeof( gStr ), "Digite a quantia em que vocк queira abastecer\n\nMaximo de Combustivel 100 litros\n\nValor por litro $2");
ShowPlayerDialog( playerid, D_GASOLINA, DIALOG_STYLE_INPUT, "Diesel", gStr, "Abastecer", "Cancelar" );
}
if(listitem == 2)
{
format( gStr, sizeof( gStr ), "Digite a quantia em que vocк queira abastecer\n\nMaximo de Combustivel 100 litros\n\nValor por litro $2");
ShowPlayerDialog( playerid, D_GASOLINA, DIALOG_STYLE_INPUT, "Diesel", gStr, "Abastecer", "Cancelar" );
}
return 0;
}
PHP код:
|
O ID do diбlogo nгo pode ser um nъmero tгo grande, encurte para uns 4 caracteres. (Ex.: 1000)
|
#define COMB 1067
#define D_GASOLINA 1068
Troque o id da dialog tipo.
PHP код:
|