array sizes do not match
#1

Hi, could anyone help me with this error?

Error: array sizes do not match, or destination array is too small

Код:
// Top of the gamemode
new PlayerText[MAX_PLAYERS][26]

// return from OnDialogResponse
PlayerText[playerid] = inputtext;
Reply
#2

format(PlayerText[playerid], 26, inputtext);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)