SA-MP Forums Archive
error 033: array must be indexed (variable "cmd") - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: error 033: array must be indexed (variable "cmd") (/showthread.php?tid=189079)



error 033: array must be indexed (variable "cmd") - LegendNissanGTR - 10.11.2010

Need help with this error


public OnPlayerCommandText(playerid, cmdtext[])
{

new cmd [256];
new idx;
cmd = strtok(cmdtext, idx);


Re: error 033: array must be indexed (variable "cmd") - Lenny the Cup - 10.11.2010

format(cmd, 256, strtok(cmdtext, idx));

I'd change 256 to 168 if I was you though, SA-MP max chat input/output is 167 (+1 for '\n')