[Help] Indexing arrays?
#1

I have looked on the Wiki, but couldn't find anything.

If someone could show me how I go about doing this then, thank you.

Anyways, here's my issue.

Код:
C:\Documents and Settings\HP_Administrator\Desktop\bfxUDx2.pwn(469) : error 033: array must be indexed (variable "cmd")
C:\Documents and Settings\HP_Administrator\Desktop\bfxUDx2.pwn(509) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\HP_Administrator\Desktop\bfxUDx2.pwn(512) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\HP_Administrator\Desktop\bfxUDx2.pwn(515) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\HP_Administrator\Desktop\bfxUDx2.pwn(518) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\HP_Administrator\Desktop\bfxUDx2.pwn(578) : error 033: array must be indexed (variable "tmp")
And of course the lines.

Код:
469: cmd = strtok(cmdtext,idx);
509: tmp = strtok(cmdtext,idx);
512: tmp = strtok(cmdtext,idx);
515: tmp = strtok(cmdtext,idx);
518: tmp = strtok(cmdtext,idx);
578: tmp = strtok(cmdtext,idx);
Reply


Messages In This Thread
[Help] Indexing arrays? - by Ace_Menace - 29.05.2009, 23:06
Re: [Help] Indexing arrays? - by Donny_k - 29.05.2009, 23:18
Re: [Help] Indexing arrays? - by Ace_Menace - 29.05.2009, 23:24
Re: [Help] Indexing arrays? - by Donny_k - 29.05.2009, 23:42
Re: [Help] Indexing arrays? - by Cueball - 30.05.2009, 00:27
Re: [Help] Indexing arrays? - by Ace_Menace - 30.05.2009, 16:03

Forum Jump:


Users browsing this thread: 1 Guest(s)