12.06.2014, 17:38
Quote:
where do u use the enums? I mean something like PlayerInfo[].... Should be there.Post it also so that i can help u.
|
pawn Код:
enum pInfo
{
pPass,
pCash,
pAdmin,
pSex,
pAge,
pLevel,
pEXP,
Float:pPos_x,
Float:pPos_y,
Float:pPos_z,
pSkin,
pCrew
}
new PlayerInfo[MAX_PLAYERS][pInfo];