Equipamentos
Код HTML:
if(dialogid == 9925)
{
if(response >= 1)
{
if(listitem == 0)
{
ShowPlayerDialog(playerid, 9926, DIALOG_STYLE_MSGBOX, "Equipamentos", "Eagle - municгo: 150 balas\nShotgun - municгo: 100 balas\nMp5- municгo: 200 balas\nAK47 - municгo: 200 balas\n1 Taco de Baseball\n1 Soqueira\n20 de maconha", "Equipar","Sair");
//OnPlayerCommandText(playerid,"/equiipargc1");
return true;
}
if(listitem == 1)
{
ShowPlayerDialog(playerid, 9927, DIALOG_STYLE_MSGBOX, "Equipamentos", "Eagle - municгo: 180 balas\nShotgun - municгo: 120 balas\nMp5- municгo: 250 balas\nAK47 - municгo: 250 balas\n1 Taco de Baseball\n1 Soqueira\n30 de maconha", "Equipar","Sair");
return true;
}
if(listitem == 2)
{
ShowPlayerDialog(playerid, 9928, DIALOG_STYLE_MSGBOX, "Equipamentos", "Eagle - municгo: 220 balas\nShotgun - municгo: 150 balas\nMp5- municгo: 300 balas\nAK47 - municгo: 300 balas\n1 Taco de Baseball\n1 Soqueira\n50 de maconha", "Equipar","Sair");
//OnPlayerCommandText(playerid,"/equipargc3");
return true;
}
if(listitem == 3)
{
ShowPlayerDialog(playerid, 9929, DIALOG_STYLE_MSGBOX, "Equipamentos", "Eagle - municгo: 250 balas\nShotgun - municгo: 200 balas\nMp5- municгo: 350 balas\nAK47 - municгo: 350 balas\n1 Taco de Baseball\n1 Soqueira\n70 de maconha", "Equipar","Sair");
//OnPlayerCommandText(playerid,"/equipargc4");
return true;
}
if(listitem == 4)
{
ShowPlayerDialog(playerid, 9930, DIALOG_STYLE_MSGBOX, "Equipamentos", "Eagle - municгo: 320 balas\nShotgun - municгo: 220 balas\nMp5- municгo: 500 balas\nM4 - municгo: 500 balas\nRifle - municгo: 100 balas\n1 Taco de Baseball\n1 Soqueira\n80 de maconha", "Equipar","Sair");
//OnPlayerCommandText(playerid,"/equipargc5");
return true;
}
if(listitem == 5)
{
ShowPlayerDialog(playerid, 9931, DIALOG_STYLE_MSGBOX, "Equipamentos", "Eagle - municгo: 500 balas\nShotgun - municгo: 300 balas\nMp5- municгo: 550 balas\nM4 - municгo: 550 balas\nRifle - municгo: 200 balas\n1 Taco de Baseball\n1 Soqueira\n100 de maconha", "Equipar","Sair");
//OnPlayerCommandText(playerid,"/equipargc6");
return true;
}
}
return true;
}