SA-MP Forums Archive
big enums - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: big enums (/showthread.php?tid=634671)



big enums - wallee - 24.05.2017

Is there a drawback in having big enums? Like 100+ elements? I personally like it this way because i know where everything is but yeah curious about it.


Re: big enums - Abagail - 24.05.2017

There's not specifically a "limit", although there might be a better way of doing whatever your doing. Is there something specific that you're trying to do?


Re: big enums - CheezIt - 24.05.2017

An enumerator is basically a consecutive list of numbers composed of "name tags". If there is a limit, it would probably be the max integer value.


Re: big enums - saffierr - 24.05.2017

I personally wouldn't use like 100 'name tags' for one single enum lol.. But I'd say, try it out?