Error 009
#8

He means that you are supposed to declare a enum:
pawn Код:
enum pInfo
{
  pID,
  pFaction,
  pAdmin,
  pBlah
};
new PlayerInfo[MAX_PLAYERS][pInfo];
Thats how you declare a enum and there should be no error at all, unless you are doing something wrong. So post your full enum here if you want help, COMPLETE one. Like the example I posted.
Reply


Messages In This Thread
Error 009 - by Ritchie999 - 14.10.2009, 13:13
Re: Error 009 - by DokerJr - 14.10.2009, 13:14
Re: Error 009 - by Ritchie999 - 14.10.2009, 13:17
Re: Error 009 - by DokerJr - 14.10.2009, 13:20
Re: Error 009 - by Ritchie999 - 14.10.2009, 13:26
Re: Error 009 - by BMUK - 14.10.2009, 13:30
Re: Error 009 - by Ritchie999 - 14.10.2009, 13:31
Re: Error 009 - by Extremo - 14.10.2009, 16:23
Re: Error 009 - by Ritchie999 - 14.10.2009, 16:50
Re: Error 009 - by Extremo - 14.10.2009, 17:01

Forum Jump:


Users browsing this thread: 2 Guest(s)