My enum.... - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: My enum.... (
/showthread.php?tid=179640)
My enum.... -
DarrenReeder - 27.09.2010
I have 10 organisations...
would i need to make it so my num is like:
pawn Код:
new orgStats[11][fStat]; // 0-10
So that is it 0-10 and i will only use 1-10.....
(in my table the tables are ID 1-10, not 0-9..)