Quote:
Originally Posted by Torran
Quote:
Originally Posted by VonLeeuwen
Код:
enum
{
TEAM_WEST, //5077
TEAM_SOUTH,
TEAM_NORTH,
TEAM_STAR,
TEAM_EAST,
TEAM_SUN,
TEAM_MOON;
}
I was thinking of this..
|
I think thats wrong, I checked seifadmin and ladmin enums and they end in , not ;
And };
|
Ah Ok, never used Enums, so you must be right