SA-MP Forums Archive
Question about arrays and tables - 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: Question about arrays and tables (/showthread.php?tid=167859)



Question about arrays and tables - xtremedeblin - 14.08.2010

I dont know how to ask it so i will bring an expample for this noob topic.

I want to use variable like that: SomeVariable[size here][enum here] to find data by name like:

SomeVar["SomeName"][enum data] not by like typical ID (SomeVar[2][enum data] etc).

Is it possible ?