07.06.2011, 18:51
C:\Documents and Settings\Administrator\My Documents\Custom TDM\gamemodes\WCSBS.pwn(671) : error 017: undefined symbol "strtok"
C:\Documents and Settings\Administrator\My Documents\Custom TDM\gamemodes\WCSBS.pwn(671) : error 033: array must be indexed (variable "cmd")
Whats on this line
new cmd [128];
new idx;
cmd = strtok(cmdtext, idx);
C:\Documents and Settings\Administrator\My Documents\Custom TDM\gamemodes\WCSBS.pwn(671) : error 033: array must be indexed (variable "cmd")
Whats on this line
new cmd [128];
new idx;
cmd = strtok(cmdtext, idx);