Error in my enum? Everything seems to be normal
#2

Try this
pawn Код:
enum PlayerInfo
{
    Pass[129], //User's password
    Adminlevel, //User's admin level
    VIPlevel, //User's vip level
    Money, //User's money
    Scores, //User's scores
    Kills, //User's kills
    Deaths, //User's deaths
    Helperlevel, //Users Helper Level
    Warnings // Users total warnings
}
new pInfo[MAX_PLAYERS][PlayerInfo];
you should not put a comma at the end ,
Reply


Messages In This Thread
Error in my enum? Everything seems to be normal - by Goldino - 22.02.2013, 11:57
Re: Error in my enum? Everything seems to be normal - by Patrick - 22.02.2013, 12:07

Forum Jump:


Users browsing this thread: 3 Guest(s)