[SOLVED] dini!!!
#2

Change
pawn Код:
new tmp[255];
to
pawn Код:
new tmp[127];
Change
pawn Код:
new pin[255];
to
pawn Код:
new pin[128];
Then lastly change
pawn Код:
tmp = dini_Get(Owner,"AccountPass");
to
pawn Код:
format(tmp, sizeof(tmp), "%s", dini_Get(Owner,"AccountPass"));
The last is not necaserry, only if you still get errors.
Reply


Messages In This Thread
[SOLVED] dini!!! - by SiJ - 21.12.2009, 14:42
Re: [HELP] dini!!! - by LarzI - 21.12.2009, 14:53
Re: [HELP] dini!!! - by SiJ - 21.12.2009, 14:58
Re: [SOLVED] dini!!! - by LarzI - 21.12.2009, 17:50

Forum Jump:


Users browsing this thread: 1 Guest(s)