31.08.2011, 21:57
I am making a group system. And for my enum to make things easier I want to put the ranks into and array.
Here is how it would look.
Here is how it would look.
PHP код:
enum GroupInfo
{
(Just Some Shit)
Rank[10][32],
(More Shit)
}