15.07.2014, 16:45
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:
And I got an error: error 017: undefined symbol "pSex"
etc
So, where do I define these things?
So, these were the default:
Код:
enum pInfo
{
pPass,
pCash,
pAdmin,
pKills,
pDeaths
}
Код:
enum pInfo
{
pPass,
pCash,
pAdmin,
pKills,
pDeaths
pSex
pAge
}
etc
So, where do I define these things?

