24.03.2013, 20:14
it's simple
pawn Код:
#define CLASSNAME1
#define CLASSNAME2
#define CLASSNAME3
new pClass[MAX_PLAYERS];
then you can use it like this pClass[playerid] == CLASSNAME1;
