Error 009
#10

Alright, looking at your enum, I can already assume whats wrong. So, lets have a closer look.

Код:
This symbol indicates that there is more variables within the enum: ,
You use a comma and another one.. until you reach the end.

E.g:
pawn Код:
enum pInfo
{
  pID, // We want another variable, comma at the end
  pKillerID, // We want another variable, comma at the end
  pFaction, // We want another variable, comma at the end
  pAdmin // We dont want another variable, no comma
};
Well, I am sure you will figure your problem alone by now.
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: 1 Guest(s)