Dutils errors what to do?
#2

Okay this means that you have "isNumeric stock and "strtok" somewhere in you're gamemode/filterscript, as well as in the include dutils.inc. Go in you're gamemode/filterscript and find isNumeric and exclude it from the gamemode/filterscript by putting this /* at the beginning of the script and */ at the end and it will make it green, and wont use it in the script.

Do the sme thing for "strtok" in the gamemode/filterscipr, and then compile. If you still have these errors please try re-downloading the Dutils.inc and redistributing it throughout you're server files. I fyou still have the issue post back here. Thank you for the question but im pretty sure that is what this means. Here is an explanation..

Код:
/*stock IsNumeric(string[]) { for (new i = 0, j = strlen(string); i < j; i++) if (string[i] > '9' || string[i] < '0') return 0; return 1; }*/
the things at the beginning and end of it are what exclude it from the gamemode when it loads.

You must do the same thing to "strtok" as well. Hopefully this fixes you're problem!
Reply


Messages In This Thread
Dutils errors what to do? - by myandyou - 06.01.2012, 10:48
Re : Dutils errors what to do? - by rbcrp - 07.01.2012, 15:41
Re: Dutils errors what to do? - by myandyou - 07.01.2012, 21:34
Re : Dutils errors what to do? - by rbcrp - 08.01.2012, 02:59

Forum Jump:


Users browsing this thread: 1 Guest(s)