10.12.2012, 12:12
Just Create the enum, like this:
200 is the string of max cInfo, its random 
Then you can use ex:
pawn Код:
enum cInfo
{
Trucker,
blah,
blah,
blah,
}
new ClassInfo[200][cInfo];

Then you can use ex:
pawn Код:
ClassInfo[playerid][Trucker];