array sizes do not match - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: array sizes do not match (
/showthread.php?tid=657417)
array sizes do not match -
cellps - 06.08.2018
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;
Re: array sizes do not match -
DBZdabIt3Bro7 - 06.08.2018
format(PlayerText[playerid], 26, inputtext);