05.06.2014, 11:03
Quote:
Yeah, that's not even close to how enums work. The fact that they are named constants in source code is purely for programmer reference, those "strings" are lost at compile time. I suggest you re-read the section of pawn-lang.pdf on enums.
|
EDIT: I must point out I never read the pdf before, and that all my knowledge was purely from trial/error, reading other scripts, and checking the wikis often. Does the guide explain every aspect of pawn?