29.05.2009, 23:06
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.
And of course the lines.
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")
Код:
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);