09.10.2013, 21:41
So, I'm using Y_INI and the Whirlpool plugin and keep getting this error: error 047: array sizes do not match, or destination array is too small.
It's on this line:
INI_String("Password",PlayerInfo[playerid][pPass],129);
And the variable is defined as pPass[129]. If I comment the INI_String line out, the script compiles fine. I've already tried making it bigger and it doesn't matter, it still gives the error.
It's on this line:
INI_String("Password",PlayerInfo[playerid][pPass],129);
And the variable is defined as pPass[129]. If I comment the INI_String line out, the script compiles fine. I've already tried making it bigger and it doesn't matter, it still gives the error.