C:\\Documents and Settings\\Rendszergazda\\Asztal\\TruckMissions\\filterscripts\\Truckmissions.pwn(444) : warning 217: loose indentationC:\\Documents and Settings\\Rendszergazda\\Asztal\\TruckMissions\\filterscripts\\Truckmissions.pwn(444) : error 017: undefined symbol \"strtok\"C:\\Documents and Settings\\Rendszergazda\\Asztal\\TruckMissions\\filterscripts\\Truckmissions.pwn(444) : error 033: array must be indexed (variable \"cmd\")C:\\Documents and Settings\\Rendszergazda\\Asztal\\TruckMissions\\filterscripts\\Truckmissions.pwn(446) : warning 217: loose indentationC:\\Documents and Settings\\Rendszergazda\\Asztal\\TruckMissions\\filterscripts\\Truckmissions.pwn(474) : error 017: undefined symbol \"strtok\"C:\\Documents and Settings\\Rendszergazda\\Asztal\\TruckMissions\\filterscripts\\Truckmissions.pwn(474) : error 033: array must be indexed (variable \"tmp\")C:\\Documents and Settings\\Rendszergazda\\Asztal\\TruckMissions\\filterscripts\\Truckmissions.pwn(503) : error 017: undefined symbol \"strtok\"C:\\Documents and Settings\\Rendszergazda\\Asztal\\TruckMissions\\filterscripts\\Truckmissions.pwn(503) : error 033: array must be indexed (variable \"tmp\")C:\\Documents and Settings\\Rendszergazda\\Asztal\\TruckMissions\\filterscripts\\Truckmissions.pwn(530) : error 017: undefined symbol \"strtok\"C:\\Documents and Settings\\Rendszergazda\\Asztal\\TruckMissions\\filterscripts\\Truckmissions.pwn(530) : error 033: array must be indexed (variable \"tmp\")C:\\Documents and Settings\\Rendszergazda\\Asztal\\TruckMissions\\filterscripts\\Truckmissions.pwn(730) : error 017: undefined symbol \"strtok\"C:\\Documents and Settings\\Rendszergazda\\Asztal\\TruckMissions\\filterscripts\\Truckmissions.pwn(730) : error 033: array must be indexed (variable \"tmp\")C:\\Documents and Settings\\Rendszergazda\\Asztal\\TruckMissions\\filterscripts\\Truckmissions.pwn(753) : error 017: undefined symbol \"strtok\"C:\\Documents and Settings\\Rendszergazda\\Asztal\\TruckMissions\\filterscripts\\Truckmissions.pwn(753) : error 033: array must be indexed (variable \"tmp\")C:\\Documents and Settings\\Rendszergazda\\Asztal\\TruckMissions\\filterscripts\\Truckmissions.pwn(443) : warning 203: symbol is never used: \"idx\"
strtok(const string[], &index){new length = strlen(string);while ((index < length) && (string[index] <= \' \')){index++;}new offset = index;new result[20];while ((index < length) && (string[index] > \' \') && ((index - offset) < (sizeof(result) - 1))){result[index - offset] = string[index];index++;}result[index - offset] = EOS;return result;}