14.08.2015, 10:03
Quote:
I changed the "PlayerInfo[target][pRankName] = rankname;" to the pawn you said along with the rankname being [24] characters, I still got this error "error 047: array sizes do not match, or destination array is too small" on the line that has the code: "PlayerInfo[target][pRankName] = rankname;"
Thanks for the help. |
pawn Код:
format( PlayerInfo[target][pRankName], 24, "%s", rankname );