Thread: Model Set
View Single Post
Relaxing
AlliedModders Donor
Join Date: Jun 2016
Location: White Plains
Old 04-09-2018 , 17:55   Re: Model Set
Reply With Quote #3

You can create an array which holds the chars that you need, in order to connect perfectly with the numbers, the string located. If 'a' is on X array, then we get the 'a' array of Y and set it. Or you could just extend the array.
Code:
new array = {     { "one", 1 },     { "two", 2 },     { "three", 3 },     { "four", 4 } }
__________________

Last edited by Relaxing; 04-09-2018 at 17:57. Reason: Just add the missing []s
Relaxing is offline