10.05.2009, 14:09
I don't know what the hell happend but it's something about strtok and whole commandtext, it gives me 26 errors and i don't know even why when i put strtok in commandtext i get only 4 errors but the errors are these:
the line is this:
I did something i think with the strtok and now it shows everyline who is got something to do with strtok please someone ?:SSS!!
EDIT: This is what i get when i delete strtok, because it says it's already defined if i put it above the OnGameModeInit
It points to:
the every error points to this
Code:
E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\filterscripts\dAdmin.pwn(1826) : error 029: invalid expression, assumed zero E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\filterscripts\dAdmin.pwn(1826) : error 029: invalid expression, assumed zero E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\filterscripts\dAdmin.pwn(1826) : error 017: undefined symbol "index" E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\filterscripts\dAdmin.pwn(1826) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
Code:
strtok(const string[], &index) {
EDIT: This is what i get when i delete strtok, because it says it's already defined if i put it above the OnGameModeInit
Code:
E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\filterscripts\dAdmin.pwn(1831) : error 047: array sizes do not match, or destination array is too small E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\filterscripts\dAdmin.pwn(1900) : error 047: array sizes do not match, or destination array is too small E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\filterscripts\dAdmin.pwn(1908) : error 047: array sizes do not match, or destination array is too small E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\filterscripts\dAdmin.pwn(1968) : error 047: array sizes do not match, or destination array is too small E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\filterscripts\dAdmin.pwn(2001) : error 047: array sizes do not match, or destination array is too small E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\filterscripts\dAdmin.pwn(2050) : error 047: array sizes do not match, or destination array is too small E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\filterscripts\dAdmin.pwn(2086) : error 047: array sizes do not match, or destination array is too small E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\filterscripts\dAdmin.pwn(2126) : error 047: array sizes do not match, or destination array is too small E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\filterscripts\dAdmin.pwn(2163) : error 047: array sizes do not match, or destination array is too small E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\filterscripts\dAdmin.pwn(2196) : error 047: array sizes do not match, or destination array is too small E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\filterscripts\dAdmin.pwn(2228) : error 047: array sizes do not match, or destination array is too small E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\filterscripts\dAdmin.pwn(2260) : error 047: array sizes do not match, or destination array is too small E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\filterscripts\dAdmin.pwn(2293) : error 047: array sizes do not match, or destination array is too small E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\filterscripts\dAdmin.pwn(2325) : error 047: array sizes do not match, or destination array is too small E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\filterscripts\dAdmin.pwn(2357) : error 047: array sizes do not match, or destination array is too small E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\filterscripts\dAdmin.pwn(2408) : error 047: array sizes do not match, or destination array is too small E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\filterscripts\dAdmin.pwn(2457) : error 047: array sizes do not match, or destination array is too small E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\filterscripts\dAdmin.pwn(2525) : error 047: array sizes do not match, or destination array is too small E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\filterscripts\dAdmin.pwn(2537) : error 047: array sizes do not match, or destination array is too small E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\filterscripts\dAdmin.pwn(2560) : error 047: array sizes do not match, or destination array is too small E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\filterscripts\dAdmin.pwn(2608) : error 047: array sizes do not match, or destination array is too small E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\filterscripts\dAdmin.pwn(2654) : error 047: array sizes do not match, or destination array is too small E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\filterscripts\dAdmin.pwn(2709) : error 047: array sizes do not match, or destination array is too small E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\filterscripts\dAdmin.pwn(2756) : error 047: array sizes do not match, or destination array is too small E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\filterscripts\dAdmin.pwn(2768) : error 047: array sizes do not match, or destination array is too small E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\filterscripts\dAdmin.pwn(2784) : error 047: array sizes do not match, or destination array is too small Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 26 Errors.
Code:
tmp = strtok(cmdtext, idx);
