Hi, I am using this y_ini Login / Register, and I'm using this enum:
How can I make the "pSIme" line store strings inside it, so in the txt file it looks like SIme = text?
If any more explanation needed, ask.
Code:
enum pInfo
{
pSifra,
pNovac,
pAdmin,
pSmrti,
pUbistva,
pBankaNovac,
pKikovan,
pPosao,
pDroga,
pPrivatnoImanje,
pLevel,
pSIme[MAX_PLAYER_NAME]
}
If any more explanation needed, ask.