30.03.2011, 15:16
E:\simple DM\filterscripts\CarSystemV1.0.pwn(159) : error 017: undefined symbol "strtok"
E:\simple DM\filterscripts\CarSystemV1.0.pwn(159) : error 033: array must be indexed (variable "cmd")
E:\simple DM\filterscripts\CarSystemV1.0.pwn(15 : warning 203: symbol is never used: "idx"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
this is the error
This are the lines:
E:\simple DM\filterscripts\CarSystemV1.0.pwn(159) : error 033: array must be indexed (variable "cmd")
E:\simple DM\filterscripts\CarSystemV1.0.pwn(15 : warning 203: symbol is never used: "idx"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
this is the error
This are the lines:
pawn Код:
new cmd[256], vehicleid = GetPlayerVehicleID(playerid), v = GetPlayerVehicleID(playerid), idx, str[256];
cmd = strtok(cmdtext, idx);