07.06.2011, 18:20
You forgot to SET the string, you inserted it, but it's empty, so in file it would say:
So, it'll just keep blank...
So, dini_Set has 3 parameters!
For example
But, as Tee said, you probbably want to load it from file, not set it into the file, so use dini_Get (poster above's code).
pawn Код:
Faction=
So, dini_Set has 3 parameters!
pawn Код:
dini_Set( file, "Faction", string );
pawn Код:
dini_Set( file, "Faction", params );