05.10.2014, 14:22
Well, that didn't work. I guess you guys still didn't understand what i am actually trying to say.
For example:
Suppose i have these data
in one file called House5.ini
Now, what i am saying is, how would i load those 2 tags SEPARATELY. Like, [house_data] should only load inside OnGameModeInit but not [vehicle_data] and [vehicle_data] should only load in OnPlayerConnect but not [house_data]. I don't know if its even possible to do it with y_ini or not but i need something like that to make the vehicle system working :/
For example:
Suppose i have these data
Код:
[house_data] Owner = Oxide Price = 1000000 Level = 5 Insurance = true [vehicle_data] Model = 525 sX = 522.55 sY = -255.6520 sZ = 622.67 sRot = 526.6787
Now, what i am saying is, how would i load those 2 tags SEPARATELY. Like, [house_data] should only load inside OnGameModeInit but not [vehicle_data] and [vehicle_data] should only load in OnPlayerConnect but not [house_data]. I don't know if its even possible to do it with y_ini or not but i need something like that to make the vehicle system working :/