16.01.2019, 00:15
I need to create a cmd /factionleaders to show all facs with its leader.
I would like to edit it IG so any ideas?
Thanks
I would like to edit it IG so any ideas?
Thanks
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerLeader(i))
{
printf("%s", PlayerName(i));
}
}
Hello dani44, you can use the properties and variables of your GM, just create a Loop through all players / factions id and print them and do what's best for you.
Logical example: PHP код:
You can take a better look by CLICKING HERE. |