[Ajuda] Novos dialogs 0.3.7
#1

Eu criei uma loja com a nova dialog DIALOG_STYLE_TABLIST_HEADERS da versгo 0.3.7 do SA-MP. Mas quando eu compro algum produto, o valor da coluna "Quantidade" nгo diminui, como devo prosseguir?

Code:

Код:
case 2:
	    {
			format(string, sizeof(string), "Item\tPreзo\tQuantidade\n\
				Carregador\t%s\t100\n\
				Cartucho de Muniзгo\t%s\t100\n\
				Colete\t%s\t100\n\
				Desert Eagle\t%s\t100\n\
				Shotgun\t%s\t100\n\
				M4\t%s\t100",
				FormatNumber(BusinessData[bizid][bizPrices][0]),
				FormatNumber(BusinessData[bizid][bizPrices][1]),
				FormatNumber(BusinessData[bizid][bizPrices][2]),
				FormatNumber(BusinessData[bizid][bizPrices][3]),
				FormatNumber(BusinessData[bizid][bizPrices][4]),
				FormatNumber(BusinessData[bizid][bizPrices][5])
			);
			Dialog_Show(playerid, EditProduct, DIALOG_STYLE_TABLIST_HEADERS, "Empresa: Modificar Item", string, "Modificar", "Cancelar");
		}
Reply
#2

OnDialogResponse como todas as outras.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)