Using dcmd
#6

new tmp[128]
tmp = strtok(cmdtext, idx);

should be

new tmp[128];
tmp = strtok(cmdtext, idx);
Reply


Messages In This Thread
Using dcmd - by ilikepie2221 - 16.08.2009, 17:41
Re: Using dcmd - by soldierman - 16.08.2009, 17:57
Re: Using dcmd - by XtremeChio - 16.08.2009, 18:03
Re: Using dcmd - by Correlli - 16.08.2009, 18:07
Re: Using dcmd - by Lazarus - 16.08.2009, 18:15
Re: Using dcmd - by Tr1viUm - 16.08.2009, 18:16
Re: Using dcmd - by Correlli - 16.08.2009, 18:41
Re: Using dcmd - by ilikepie2221 - 16.08.2009, 23:06
Re: Using dcmd - by kavkus - 16.08.2009, 23:13
Re: Using dcmd - by ilikepie2221 - 17.08.2009, 01:37

Forum Jump:


Users browsing this thread: 1 Guest(s)