04.12.2010, 13:39
Here is the enum.
And this..
pawn Код:
enum P_ENUM_DATA
{
bool:P_Super,
bool:P_vStats,
P_LoggedIN,
P_Registered,
P_MSGS,
P_CMDS,
P_Kills,
P_Deaths,
P_PMS,
P_LoginFails,
P_Cookies,
//list goes on...
And this..
pawn Код:
new P_DATA [ MAX_PLAYERS ][ P_ENUM_DATA ] ;