27.03.2015, 16:52
I'm having a brain fart with a dynamic rank system, scripting is a little rusty.
How would i go about making it so there is a dynamic amount of rank ids with rank names
Instead of having to do
I want there to be a dynamic set of rank ids and rank names, I'm using R7 mysql plugin (the one on github), along with sscanf
How would i go about making it so there is a dynamic amount of rank ids with rank names
Instead of having to do
pawn Код:
enum finfo
{
fRank1id,
fRank2id,
//and so on
fRankName1,
fRankName2,
//and so on
}