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
#2

Oh, I'm an idiot, I jsut noticed there weren't any ,. I'm so sorry xD
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)