[Ajuda] Trocar dialog list para mSelection - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Trocar dialog list para mSelection (
/showthread.php?tid=650728)
Trocar dialog list para mSelection -
axellech - 05.03.2018
Como faзo para fazer os objetos aparecerem em MODEL_PREVIEW com Mselection?
Atualmente aparecem em Dialog List
PHP код:
Dialog:FurniturePurchase2(playerid, response, listitem, inputtext[])
{
if(!response) return Dialog_Show(playerid, FurniturePurchase, DIALOG_STYLE_LIST, "Selecione uma categoria de mуveis", GetHouseCategoryList(), "Selecionar", "Cancelar");
gstr[0] = EOS;
strcat(gstr, "Nome da mobнlia\tCusto\n");
for(new x = 0; x < MAX_FURNITURE; x++)
{
if(FurniData[x][fSubCategory] == listitem && FurniData[x][fCategory] == GetPVarInt(playerid, "FurnCat") && FurniData[x][fModel] != 0)
{
format(sgstr, sizeof(sgstr), "%s\t$%s\n", FurniData[x][fuName], format_cash(FurniData[x][fPrice]));
strcat(gstr, sgstr);
}
}
Dialog_Show(playerid, FurniturePurchase3, DIALOG_STYLE_TABLIST_HEADERS, "Comprar mуveis", gstr, "Selecionar", "Cancelar");//Dialog List
return true;
}
Alguйm me ajuda?
Re: Trocar dialog list para mSelection -
FerrariL - 05.03.2018
Link:
https://sampforum.blast.hk/showthread.php?tid=637490
Sу estudar
Re: Trocar dialog list para mSelection -
Adiiti - 05.03.2018
Recomendo a usar esta include:
https://sampforum.blast.hk/showthread.php?tid=570213
Re: Trocar dialog list para mSelection -
axellech - 05.03.2018
Quote:
Originally Posted by FerrariL
|
Como se eu nгo tivesse tentando, mas ok, vlw pela "Ajuda"
Quote:
Originally Posted by Adiiti
|
Coloquei, mas nгo ficou bem o que eu queria, tava tentando usar o mselection mesmo, mas nгo to conseguindo, toda hora um erro diferente.
Re: Trocar dialog list para mSelection -
FerrariL - 05.03.2018
Tб querendo cуdigo pronto ? coloca tag Pedido.
Re: Trocar dialog list para mSelection -
axellech - 05.03.2018
Quote:
Originally Posted by FerrariL
Tб querendo cуdigo pronto ? coloca tag Pedido.
|
Ah, claro, flw.
Re: Trocar dialog list para mSelection -
z[D]ark - 05.03.2018
ve esse topico
https://sampforum.blast.hk/showthread.php?tid=448835 ele e sobre skins mais serve pra vc saber como fazer