26.09.2012, 05:27
Hello guys just check this code :
I am getting player's password on connect and then saving it into his enum the "dGetStr" is a direct line reading method (i am using Southclaw's INI system).
Now my problem is when i compile i get this
on that specific line
pawn Код:
PlayerInfo[playerid][Password] = file_dGetStr(UserPath(playerid), "Password");
Now my problem is when i compile i get this
Код:
error 047: array sizes do not match, or destination array is too small