24.09.2017, 09:56
Hello guys, I want to update my server from dini to ini saving system! Can anyone give me an example for it?
Here is the things, I want to be converted!
I'm using this include!
Please help, +1 REP!
Here is the things, I want to be converted!
PHP код:
new Variable = 123, String[256] = "TestString", Float:Float = 1.230000, FileString[256];
format(FileString,sizeof(FileString), "/Test/Something.dini.save");
Variable = dini_Int(FileString,"First:Test");
String = dini_Get(FileString,"Second:Test");
Float = dini_Float(FileString,"Last:Test");
Please help, +1 REP!