22.08.2012, 06:34
pawn Код:
//==============================================================================
enum pInfo
{
pPass,
pScore,
pCash,
pKills,
pDeaths,
pAdminLevel,
}
new PlayerInfo[MAX_PLAYERS][pInfo];
//==============================================================================