16.01.2017, 14:29
C:\Users\A\Desktop\Server\Script\filterscripts\fur nituresys.pwn(487) : error 021: symbol already defined: "strtok"
How to fix this error? I tried much but didn't find a way.
there is much like this, which means I made many commands with ''strtok''
How to fix this error? I tried much but didn't find a way.
PHP код:
if(strcmp(cmd,"/Remove",true) == 0)
{
new tmp[128], id, string[256];
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{