dimanche 30 août 2015

Just a little question.

Say I had a enum like this

Code:

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?


Aucun commentaire:

Enregistrer un commentaire