11.09.2014, 05:28
It's been almost an year since I've used y_INI, I'm not quite sure about this but I guess the mistake you did was over INI_ParseFile. The loading callback is "LoadCamera_data" and on INI_ParseFile, the output looks like "LoadCamera_1" (if CamID = 1). It should be :
camID would fill the camID parameter under the callback : LoadCamera_data. My apologies if this is wrong, feel free to correct me.
pawn Код:
INI_ParseFile(path, "LoadCamera_data", .bExtra = true, .extra = camID)