22.04.2012, 19:13
You don't need an enumerator for this. You don't even need y_ini. All you need to do is make a command to get all the vehicle info, and write it to a .cfg file, then OnGameModeInit(), loop through all the lines, and use sscanf to split up the line into parameters which are the vehicle info.