error 047: array sizes do not match
#2

This is wrong

pawn Код:
Player[playerid][GroupRank] = dini_Get(string, "GroupRank");
This is correct

pawn Код:
format(Player[playerid][GroupRank], 100, "%s", dini_Get(string, "GroupRank"));
Reply


Messages In This Thread
error 047: array sizes do not match - by Supercop - 05.06.2012, 05:35
Re: error 047: array sizes do not match - by JaKe Elite - 05.06.2012, 06:03
Re: error 047: array sizes do not match - by Supercop - 05.06.2012, 06:07
AW: error 047: array sizes do not match - by Extremo - 05.06.2012, 06:11
Re: error 047: array sizes do not match - by Supercop - 05.06.2012, 07:13

Forum Jump:


Users browsing this thread: 1 Guest(s)