need help with enum
#1

well, I tested some stuff and I need enum in enum but when I do it I get error
pawn Код:
enum SkinInfo
{
    sOwned,sOwner[25]
}
enum pGlobalInfo
{
    bool:CarsLoading,timer[3],Text:TimeTextDraw,Text:WebsiteTextDraw,Text:DateTextDraw,IconsSys[MAX_INTERIRS],InterIcons[MAX_ICONS],PlayerText:TextDrawPos[MAX_PLAYERS],
    Text:SkinBackTextDraw,Text:SkinNameTextDraw,PlayerText:PlayerSkinInfo[MAX_PLAYERS],PlayerText:SelectSkin[MAX_PLAYERS],
Skins[300][SkinInfo] //line 83
}
new ServerGlobalInfo[pGlobalInfo];
error
Код:
gm.pwn(83) : error 001: expected token: "}", but found "["
after I added Skins[300][SkinInfo] into enum I get this error, any ideas?
Reply


Messages In This Thread
need help with enum - by mineralo - 02.05.2013, 17:29
Re: need help with enum - by Yashas - 02.05.2013, 18:55
Re: need help with enum - by mineralo - 02.05.2013, 18:59

Forum Jump:


Users browsing this thread: 1 Guest(s)