02.09.2010, 14:04
change this
to this
pawn Код:
enum pInfo
{
pName[MAX_PLAYER_NAME],
pKey[128],
pSecKey[128],
Float:pMoney,
pScore,
pLevel,
pAdminLevel,
}
pawn Код:
enum pInfo
{
pName[MAX_PLAYER_NAME],
pKey[128],
pSecKey[128],
Float:pMoney,
pScore,
pLevel,
pAdminLevel
};