Class
#2

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


Messages In This Thread
Class - by Windrush - 10.12.2012, 11:53
Re: Class - by RenovanZ - 10.12.2012, 12:12

Forum Jump:


Users browsing this thread: 1 Guest(s)