12.05.2010, 11:01
Hi all,
I'm trying to insert a filterscript into my gamemode, but it says that
symbol already defined: "idx"
symbol already defined: "strtok"
local variable "tmp" shadows a variable at a preceding level
& when i try to delete the-
new cmd[256];
new idx;
new tmp[256];
cmd = strtok(cmdtext, idx);
it says they are not defined, how do i fix this?
I'm trying to insert a filterscript into my gamemode, but it says that
symbol already defined: "idx"
symbol already defined: "strtok"
local variable "tmp" shadows a variable at a preceding level
& when i try to delete the-
new cmd[256];
new idx;
new tmp[256];
cmd = strtok(cmdtext, idx);
it says they are not defined, how do i fix this?