28.09.2012, 16:46
Hey guys, I have an array like this:
This is a multi-dimensional array. How can I call the variable which is in for example first group 5. variable? please help me.
pawn Code:
new carList[][][] = {
{"Alpha", "Banshee", "Blista Compact", "Buffalo", "Bullet", "Cheetah", "Club", "Euros", "Flash", "Hotring Racer", "Hotring Racer 2", "Hotring Racer 3", "Infernus", "Jester", "Phoenix", "Sabre", "SuperGT", "Turismo", "Uranus", "ZR-350"},
{"Other", "Other 2", "Other 3"}
};