22.11.2015, 02:33
Quote:
Hi!, i have a problem with lettersize. Is there any solution? Because the letter size is very small and i cannot read well the text jejeje
![]() |
Read the How to use? > How to edit listitems?.
Quote:
Код:
for(new i = 0;i < MAX_EQUIPEMENT_POINT;i++) { if(EQUIP_CASE[EquipID][i][EQUIPC_TYPE]==cType) { format(string, sizeof(string), "%s%d\n%s\n",string,EQUIP_CASE[EquipID][i][EQUIPC_MODEL],EQUIP_CASE[EquipID][i][EQUIPC_NAME]); } } ShowPlayerDialog(playerid, DIALOGID+383, DIALOG_STYLE_PREVMODEL_LIST, EquipType[cType],string,"Changer","Retour"); |
Update v2.1.0:
- Ability to edit listitems per player (edit individual listitem)
pawn Код:Dialog_SetListitem(playerid, listitem, string[] = "", model = -1, Float:x = -1000.0, Float:y = -1000.0, Float:z = -1000.0, Float:zoom = -1000.0, font = -1, Float:fontsize = 0.0); - Fixed run time error.