Enum or variables - 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: Enum or variables (
/showthread.php?tid=506956)
Enum or variables -
Lajko1 - 15.04.2014
When to use enum or variables? Is better to use enum for saving system?
Re: Enum or variables -
Ada32 - 15.04.2014
the typical implementation you'd see with enums only help make sense of arrays. variables stores data.