Problem with enums.
#3

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


Messages In This Thread
Problem with enums. - by sobolanux - 02.09.2010, 13:50
Re: Problem with enums. - by CyNiC - 02.09.2010, 14:01
Re: Problem with enums. - by mrcoolballs - 02.09.2010, 14:04
Re: Problem with enums. - by sobolanux - 02.09.2010, 14:31
Re: Problem with enums. - by mrcoolballs - 02.09.2010, 14:41
Re: Problem with enums. - by sobolanux - 02.09.2010, 16:35

Forum Jump:


Users browsing this thread: 2 Guest(s)