12.04.2013, 00:15
So I made a faction system and I got it to save and load with yini now how do I make a "makeleader command" and ranks and stuff like that?
enum pInfo
{
pLeader
};
new PlayerInfo[MAX_PLAYERS][pInfo];
PlayerInfo[playerid][pLeader] = 1; // Faction Name 1, you can use 2 for second faction, and so on.