27.09.2018, 13:07
Quote:
Ok but the "Rank1" should not be static, since the admin has to choose WHICH rank to edit (Rank1, Rank2 etc).
How? |
- SQLID
- Rank id
- Faction id
- Rank's name
In your gamemode, create a 3D (and also a 4D implicit one because of the rank's name) array: ArrayName[factionid][rankid][enum]
Example:
It's a bit more tricky but it allows you to do many ranks as you want.