[Ajuda] Erros criando org
#8

Quote:
Originally Posted by Vinicius_TroLL
Посмотреть сообщение
Me mande a dialog 12
acho que é isso não tenho certeza.

Код:
if(dialogid == 12)
	{
	    if(!response) return true;
		if(response >= 1)
		{
		    new org = GetPlayerOrg(playerid);
			if(listitem == 0)
			{
			    format(string,sizeof(string),"O Saldo da Sua Organização é de R$%d\nO que você deseja fazer ?",CofreOrg[org][Dinheiro]);
			    ShowPlayerDialog(playerid, 13, DIALOG_STYLE_MSGBOX, "Cofre da Organização", string, "Sacar", "Depositar");
			    return true;
			}
			if(listitem == 1)
			{
			    format(string,sizeof(string),"A Sua Organização tem %d de Materiais\nO que você deseja fazer ?",CofreOrg[org][Materiais]);
			    ShowPlayerDialog(playerid, 14, DIALOG_STYLE_MSGBOX, "Cofre da Organização", string, "Sacar", "Depositar");
			    return true;
			}
			if(listitem == 2)
			{
			    format(string,sizeof(string),"A Sua Organização tem %d de Maconha\nO que você deseja fazer ?",CofreOrg[org][Maconha]);
			    ShowPlayerDialog(playerid, 15, DIALOG_STYLE_MSGBOX, "Cofre da Organização", string, "Sacar", "Depositar");
			    return true;
			}
			if(listitem == 3)
			{
			    format(string,sizeof(string),"A Sua Organização tem %d de Cocaina\nO que você deseja fazer ?",CofreOrg[org][Cocaina]);
			    ShowPlayerDialog(playerid, 16, DIALOG_STYLE_MSGBOX, "Cofre da Organização", string, "Sacar", "Depositar");
			    return true;
			}
			if(listitem == 4)
			{
			    format(string,sizeof(string),"A Sua Organização tem %d de Crack\nO que você deseja fazer ?",CofreOrg[org][Crack]);
			    ShowPlayerDialog(playerid, 17, DIALOG_STYLE_MSGBOX, "Cofre da Organização", string, "Sacar", "Depositar");
			    return true;
			}
            if(listitem == 5)
			{
			    OnPlayerCommandText(playerid,"/equiparg");
			    return true;
            }
		}
	    return true;
	}
Reply


Messages In This Thread
Erros criando org - by Ever_SH - 26.11.2012, 19:20
Re: Erros criando org - by Vinicius_TroLL - 26.11.2012, 19:26
Re: Erros criando org - by Rodney Francalim - 26.11.2012, 19:39
Re: Erros criando org - by Ever_SH - 26.11.2012, 20:01
Re: Erros criando org - by Vinicius_TroLL - 26.11.2012, 20:13
Re: Erros criando org - by Ever_SH - 26.11.2012, 20:22
Re: Erros criando org - by Vinicius_TroLL - 26.11.2012, 20:28
Re: Erros criando org - by Ever_SH - 26.11.2012, 20:42
Re: Erros criando org - by Vinicius_TroLL - 26.11.2012, 20:48
Re: Erros criando org - by Ever_SH - 26.11.2012, 21:15

Forum Jump:


Users browsing this thread: 3 Guest(s)