Just a little question.
#1

Say I had a enum like this

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


Messages In This Thread
Just a little question. - by JessThompson - 31.08.2015, 00:33
Re: Just a little question. - by SickAttack - 31.08.2015, 00:46
Re: Just a little question. - by JessThompson - 31.08.2015, 16:39
Re: Just a little question. - by Sellize - 31.08.2015, 16:58
Re: Just a little question. - by JessThompson - 31.08.2015, 18:24

Forum Jump:


Users browsing this thread: 1 Guest(s)