Adding new enums
#1

Hi! I used the account system y ini tutorial and it worked perfect. But, I wanted to add new stuff to the registration dialogue and I thought I'd start by adding new enums.

So, these were the default:

Код:
enum pInfo
{
    pPass,
    pCash,
    pAdmin,
    pKills,
    pDeaths
}
Код:
enum pInfo
{
    pPass,
    pCash,
    pAdmin,
    pKills,
    pDeaths
    pSex
    pAge
}
And I got an error: error 017: undefined symbol "pSex"

etc

So, where do I define these things?
Reply


Messages In This Thread
Adding new enums - by Strummer - 15.07.2014, 16:45
Re: Adding new enums - by Strummer - 15.07.2014, 16:49

Forum Jump:


Users browsing this thread: 3 Guest(s)