06.03.2009, 13:31
sorry my bad, i see that this already is a integer, the variable Password i mean:
replace this
with
the problem was, that i mistakenly took password for string, which it wasnt;
replace this
pawn Код:
dini_IntSet(string,"Password",strval(password));
pawn Код:
dini_IntSet(string,"Password",password);