30.04.2012, 07:43
Quote:
That's not how enums work! You can't define default values like that at the enum level because they don't do what you think. Enums define array slots, so that code will create a 1-cell array with two names for slot 0 (i.e. put all your data in the same place).
You could do: pawn Код:
|
lol so confused.