19.06.2013, 17:39
And can i workaround it if i add "\n" to dini code which one is getting players registered?
etc:
(registering player)
dini_Create(file);
dini_IntSet(file, "\nPassword", udb_hash(inputtext));
dini_IntSet(file, "Blah blah", blahblah);
etc:
(registering player)
dini_Create(file);
dini_IntSet(file, "\nPassword", udb_hash(inputtext));
dini_IntSet(file, "Blah blah", blahblah);