Can I use such arrays?
#4

Quote:
Originally Posted by faff
Посмотреть сообщение
pawn Код:
enum pInfo
{
    ranklvl,
    experience,
    Float:health,
    Float:armor,
    credits,
    kills,
    deaths,
    score,
    timePlayed,
}
new PlayerInfo[MAX_PLAYERS][pInfo];
I'm using such enum for account data, but as I said, I have four characters (classes) per account, so I need to store classes in different way. I need to have individual enum for each character (class).
Reply


Messages In This Thread
Can I use such arrays? - by Darth1993 - 02.04.2013, 13:21
Re: Can I use such arrays? - by Konstantinos - 02.04.2013, 13:25
Re: Can I use such arrays? - by faff - 02.04.2013, 13:25
Re: Can I use such arrays? - by Darth1993 - 02.04.2013, 13:31
Re: Can I use such arrays? - by faff - 02.04.2013, 13:32
Re: Can I use such arrays? - by Darth1993 - 02.04.2013, 13:34
Re: Can I use such arrays? - by Pottus - 02.04.2013, 14:00
Re: Can I use such arrays? - by glbracer - 02.04.2013, 15:47

Forum Jump:


Users browsing this thread: 4 Guest(s)