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