Buna sunt noua pe acest forum. Deci am nevoie de ajutor! Am bagat o comanda: [pawn] if(strcmp(cmdtext, "/carcolor", true) == 0) { new color1, color2; new tmp[256]; tmp = strtok(cmdtext, idx); if(!strlen(tmp)) return SendClientMessage(playerid, GREEN, "Type /carcolor for car color change!"); color1 = strval(tmp); tmp = strtok(cmdtext, idx); if(!strlen(tmp)) return SendClientMessage(playerid, GREEN, "Type /carcolor for car color change!"); color2 = strval(tmp); ChangeVehicleColor(GetPlayerVehicleID(playerid), color1, color2); return 1; }[/pawn] Problema ar fi urmatoarea: [pawn]C:\Documents and Settings\xxx\Desktop\Servers Sa-MP\gamemodes\RDS.pwn(1240) : error 017: undefined symbol "strtok" C:\Documents and Settings\xxx\Desktop\Servers Sa-MP\gamemodes\RDS.pwn(1240) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\xxx\Desktop\Servers Sa-MP\gamemodes\RDS.pwn(1243) : error 017: undefined symbol "strtok" C:\Documents and Settings\xxx\Desktop\Servers Sa-MP\gamemodes\RDS.pwn(1243) : error 033: array must be indexed (variable "tmp") Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.[/pawn] Ma puteti ajuta sa rezolv problemele astea? Multumesc!