15.06.2010, 17:14
Код:
C:\DOCUME~1\PC1\MEUSDO~1\DOWNLO~1\Samppp\SAMP0~1.3AR\GAMEMO~1\Teste.pwn(1085) : error 017: undefined symbol "strtok" C:\DOCUME~1\PC1\MEUSDO~1\DOWNLO~1\Samppp\SAMP0~1.3AR\GAMEMO~1\Teste.pwn(1085) : error 033: array must be indexed (variable "tmp") C:\DOCUME~1\PC1\MEUSDO~1\DOWNLO~1\Samppp\SAMP0~1.3AR\GAMEMO~1\Teste.pwn(1091) : error 017: undefined symbol "strtok" C:\DOCUME~1\PC1\MEUSDO~1\DOWNLO~1\Samppp\SAMP0~1.3AR\GAMEMO~1\Teste.pwn(1091) : error 033: array must be indexed (variable "tmp")
As linhas:
Код:
85: tmp = strtok(cmdtext, idx); 91: tmp = strtok(cmdtext, idx);