Posts: 353
Threads: 84
Joined: Dec 2011
Reputation:
0
I have an enum and I have under it 'p_iRanks' but I don't want to create loads like p_iRanks1 and p_iRanks2 etc, so how can I do it so I can create several ranks without having to do 1, 2, 3 etc
and if possible, do it in mysql and y_ini
can pay too!
Posts: 174
Threads: 2
Joined: May 2011
Reputation:
0
Ehm? Set value to 1, 2 or 3? Question is quite missleading
Posts: 353
Threads: 84
Joined: Dec 2011
Reputation:
0
I mean like setting a rank with a name not numbers but able to set various name ranks without p_iRanks1 and p_iRanks2, etc
Posts: 353
Threads: 84
Joined: Dec 2011
Reputation:
0
Yeah, thanks for that^ rep'd
How can I know edit ranks and update them in my .ini file?
and a command to test them like /radio and then the rank you are and the name of the rank will put the rank name if that makes sense
Posts: 1,177
Threads: 27
Joined: Sep 2011
Reputation:
0
Use the rank variable and subtract 1 from it.