07.05.2010, 11:40
So i downloaded a car system in my own language, theres a command /pojazd otworz which opens a car, when i change "otworz" to "open" or to anything else i get those errors
How to fix these errors? Maybe its something like "anty-changecredits" which blocks me from compiling?
Код:
C:\Documents and Settings\Machlik\Pulpit\CRP_0.3\SA-MP\filterscripts\pojazdy.pwn(1319) : error 017: undefined symbol "strtok" C:\Documents and Settings\Machlik\Pulpit\CRP_0.3\SA-MP\filterscripts\pojazdy.pwn(1319) : error 033: array must be indexed (variable "cmd") C:\Documents and Settings\Machlik\Pulpit\CRP_0.3\SA-MP\filterscripts\pojazdy.pwn(1343) : error 017: undefined symbol "strtok" C:\Documents and Settings\Machlik\Pulpit\CRP_0.3\SA-MP\filterscripts\pojazdy.pwn(1343) : error 033: array must be indexed (variable "x_nr") C:\Documents and Settings\Machlik\Pulpit\CRP_0.3\SA-MP\filterscripts\pojazdy.pwn(1360) : error 017: undefined symbol "strtok" C:\Documents and Settings\Machlik\Pulpit\CRP_0.3\SA-MP\filterscripts\pojazdy.pwn(1360) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\Machlik\Pulpit\CRP_0.3\SA-MP\filterscripts\pojazdy.pwn(1378) : error 017: undefined symbol "strtok" C:\Documents and Settings\Machlik\Pulpit\CRP_0.3\SA-MP\filterscripts\pojazdy.pwn(1378) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\Machlik\Pulpit\CRP_0.3\SA-MP\filterscripts\pojazdy.pwn(1599) : error 017: undefined symbol "strtok" C:\Documents and Settings\Machlik\Pulpit\CRP_0.3\SA-MP\filterscripts\pojazdy.pwn(1599) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\Machlik\Pulpit\CRP_0.3\SA-MP\filterscripts\pojazdy.pwn(1735) : error 017: undefined symbol "strtok" C:\Documents and Settings\Machlik\Pulpit\CRP_0.3\SA-MP\filterscripts\pojazdy.pwn(1735) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\Machlik\Pulpit\CRP_0.3\SA-MP\filterscripts\pojazdy.pwn(1748) : error 017: undefined symbol "strtok" C:\Documents and Settings\Machlik\Pulpit\CRP_0.3\SA-MP\filterscripts\pojazdy.pwn(1748) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\Machlik\Pulpit\CRP_0.3\SA-MP\filterscripts\pojazdy.pwn(1798) : error 017: undefined symbol "strtok" C:\Documents and Settings\Machlik\Pulpit\CRP_0.3\SA-MP\filterscripts\pojazdy.pwn(1798) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\Machlik\Pulpit\CRP_0.3\SA-MP\filterscripts\pojazdy.pwn(1872) : error 017: undefined symbol "strtok" C:\Documents and Settings\Machlik\Pulpit\CRP_0.3\SA-MP\filterscripts\pojazdy.pwn(1872) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\Machlik\Pulpit\CRP_0.3\SA-MP\filterscripts\pojazdy.pwn(2036) : error 017: undefined symbol "strtok" C:\Documents and Settings\Machlik\Pulpit\CRP_0.3\SA-MP\filterscripts\pojazdy.pwn(2036) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\Machlik\Pulpit\CRP_0.3\SA-MP\filterscripts\pojazdy.pwn(2053) : error 017: undefined symbol "strtok" C:\Documents and Settings\Machlik\Pulpit\CRP_0.3\SA-MP\filterscripts\pojazdy.pwn(2053) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\Machlik\Pulpit\CRP_0.3\SA-MP\filterscripts\pojazdy.pwn(2409) : error 017: undefined symbol "strtok" C:\Documents and Settings\Machlik\Pulpit\CRP_0.3\SA-MP\filterscripts\pojazdy.pwn(2409) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\Machlik\Pulpit\CRP_0.3\SA-MP\filterscripts\pojazdy.pwn(2586) : error 017: undefined symbol "strtok" C:\Documents and Settings\Machlik\Pulpit\CRP_0.3\SA-MP\filterscripts\pojazdy.pwn(2586) : error 033: array must be indexed (variable "tmp") Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 26 Errors.
