12.09.2011, 12:05
so if i define enum like this
that should do it? I cannot test the code atm..
tnx
pawn Код:
enum uAccount
{
pUsername[24],
pEmail[255],
pMoney
};
new PlayerData[MAX_PLAYERS][uAccount];
tnx

