14.04.2012, 10:35
why this erors come ?
from here
from here
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { new cmd[256], idx, tmp[256]; cmd = strtok(cmdtext, idx);
Код:
C:\Users\pc\Desktop\GameModovi\Beyond GAME MOD\filterscripts\firmu.pwn(134) : error 017: undefined symbol "strtok" C:\Users\pc\Desktop\GameModovi\Beyond GAME MOD\filterscripts\firmu.pwn(134) : error 033: array must be indexed (variable "cmd") C:\Users\pc\Desktop\GameModovi\Beyond GAME MOD\filterscripts\firmu.pwn(320) : error 017: undefined symbol "strtok" C:\Users\pc\Desktop\GameModovi\Beyond GAME MOD\filterscripts\firmu.pwn(320) : error 033: array must be indexed (variable "tmp") C:\Users\pc\Desktop\GameModovi\Beyond GAME MOD\filterscripts\firmu.pwn(353) : error 017: undefined symbol "strtok" C:\Users\pc\Desktop\GameModovi\Beyond GAME MOD\filterscripts\firmu.pwn(353) : error 033: array must be indexed (variable "tmp") C:\Users\pc\Desktop\GameModovi\Beyond GAME MOD\filterscripts\firmu.pwn(133) : warning 203: symbol is never used: "idx" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 6 Errors.