16.02.2012, 23:42
Quote:
You want creating enum data in game using commands? if so, I'm not sure, since I think there is no way of letting an enum read from a file so it will read the data you were saving in game using commands.
|
/setenum 1 ID 2
/setenum 1 Name Gay
etc...
I know I could just string compare them inputs, however that would require me to add more code onto the setenum command everytime I were to add another row into the enum table.