26.08.2011, 12:01
pawn Код:
C:\Users\YaanMatheus\Desktop\Gang FS\filterscripts\gang.pwn(361) : error 017: undefined symbol "strtok"
C:\Users\YaanMatheus\Desktop\Gang FS\filterscripts\gang.pwn(361) : error 033: array must be indexed (variable "tmp2")
C:\Users\YaanMatheus\Desktop\Gang FS\filterscripts\gang.pwn(361) : warning 203: symbol is never used: "Index"
C:\Users\YaanMatheus\Desktop\Gang FS\filterscripts\gang.pwn(671) : error 017: undefined symbol "strtok"
C:\Users\YaanMatheus\Desktop\Gang FS\filterscripts\gang.pwn(671) : error 033: array must be indexed (variable "tmp")
C:\Users\YaanMatheus\Desktop\Gang FS\filterscripts\gang.pwn(671) : warning 203: symbol is never used: "Index"
pawn Код:
new tmp[256], tmp2[256], Index; tmp = strtok(params,Index), tmp2 = strtok(params,Index);
pawn Код:
new tmp[256] , Index; tmp = strtok(params,Index);