Como arruma esses 2 erros ?
#1

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"
Linha 361:
pawn Код:
new tmp[256], tmp2[256], Index; tmp = strtok(params,Index), tmp2 = strtok(params,Index);
Linha 671:
pawn Код:
new tmp[256] , Index; tmp = strtok(params,Index);
Reply


Messages In This Thread
Como arruma esses 2 erros ? - by CanTLoGin - 26.08.2011, 12:01
Re: Como arruma esses 2 erros ? - by StrondA_ - 26.08.2011, 12:10
Re: Como arruma esses 2 erros ? - by CanTLoGin - 26.08.2011, 12:13
Re: Como arruma esses 2 erros ? - by [R] ousenber [K] - 26.08.2011, 12:24
Re: Como arruma esses 2 erros ? - by CanTLoGin - 26.08.2011, 12:35
Re: Como arruma esses 2 erros ? - by StrondA_ - 26.08.2011, 12:56
Re: Como arruma esses 2 erros ? - by CanTLoGin - 26.08.2011, 13:57

Forum Jump:


Users browsing this thread: 4 Guest(s)