31.08.2015, 00:33
Say I had a enum like this
How would I grab the first 1 and then when I click a textdraw arrow it goes to the seconed 1?
Код:
enum examplename { string[50], stringClass, } new test[][exmaplename] = { {"Name1", 1}, {"name2", 2}, {"Name3", 1}, {"name4", 2}, }