05.06.2011, 08:50
Hmm okay - Thanks for those 
What would i do, if i want to get something out the .ini? With the dini_IntSet(file, "Level", 0); it made the level line, but how do i know when the level is at 1, 2, 3 so i can use it in a command?
Like if Level == 18 you can do this and that, and when your level == 17, you cant do that
Edit:
What would you use/what are you using, djson or y_ini?
And what is more efficient in your opinion?

What would i do, if i want to get something out the .ini? With the dini_IntSet(file, "Level", 0); it made the level line, but how do i know when the level is at 1, 2, 3 so i can use it in a command?
Like if Level == 18 you can do this and that, and when your level == 17, you cant do that
Edit:
Quote:
|
i wouldnt recommend using dini now, its old and inefficient, use djson ( official dini2) or use y_ini ( ****** version of dini) .
|
And what is more efficient in your opinion?


