13.12.2015, 14:53
You could simply add a "factionLeader[MAX_PLAYER_NAME]" to your enum factionData. Then go to makeleader command and use something like format(FactionData[id][factionLeader], 24, "%s", ReturnName(userid, 0));
Then, in your /leaders command, make a loop to loop through all existing factions and just display that specific variable.
Then, in your /leaders command, make a loop to loop through all existing factions and just display that specific variable.