How i make it smaller ?
#3

Quote:
Originally Posted by Banditul18
Посмотреть сообщение
PHP код:
ShowFactions(playerid){
    new  
stringz2[MAX_STRING];
    for(new 
1sizeof(DynamicFactions); i++){
        
format(stringz2sizeof(stringz2),"%s{FFFFFF}[%d/%d] %s %s\n"stringz2,GetFactionMembers(i), DynamicFactions[i][fMaxMembers], DynamicFactions[i][fName] , (DynamicFactions[i][fApplication] > 0) ? ("{00FF00}[aplicatii deschise]") : (""));
    }
    
ShowPlayerDialog(playeridDIALOG_FACTIONSDIALOG_STYLE_LIST,"Factions"stringz2"Select""Cancel");

Something like this? (not tested)
yea but is not working cause dynamicfactions is from a system that read factions from DB and you can't read it in that mode anyw thx i solved
Reply


Messages In This Thread
How i make it smaller ? - by StR_MaRy - 03.06.2017, 18:39
Re: How i make it smaller ? - by Banditul18 - 03.06.2017, 19:17
Re: How i make it smaller ? - by StR_MaRy - 03.06.2017, 19:41
Re: How i make it smaller ? - by Banditul18 - 03.06.2017, 20:19
Re: How i make it smaller ? - by Kane - 03.06.2017, 23:50

Forum Jump:


Users browsing this thread: 1 Guest(s)