05.01.2010, 15:52
I have a basic account saving system. You register/login on connect and Update with new values as you disconnect.
One problem. Password doesn't update, turns blank so you can login with ANY password.
even if I add this to login.
the compiler returns this error:
One problem. Password doesn't update, turns blank so you can login with ANY password.
even if I add this to login.
pawn Код:
Account[playerid][Password] = dini_Get(string, "Password");
Код:
F:\SAMP 0.3\gamemodes\Mercs.pwn(467) : error 047: array sizes do not match, or destination array is too smallКод:Thanks