Imam problem sa 2 - 3 ovakva erora error 047: array sizes do not match, or destination array is too small
e sad napisem eror i linije zaboravio sam negde zagrade ali neznam gde da ih stavim

1.
      else if(strcmp(x_nr,"lock1",true) == 0)
        {
                new keycar = PlayerInfo;
                if(keycar != 999)
                {
                    new locked;
                    locked = strtok(cmdtext, idx);
                    if(CarInfo == 1)
                    {
foreach (Player, i)
{
SetVehicleParamsForPlayer(keycar,i,0,0);
}
format(string, sizeof(string), "~w~Vozilo~n~~g~Otkljucano");
GameTextForPlayer(playerid, string, 4000, 3);
CarInfo = 0;
OnPropUpdate();
return 1;
}

2.
else if(strcmp(x_nr,"lock2",true) == 0)
        {
                new keycar = PlayerInfo;
                if(keycar != 999)
                {
                    new locked;
                    locked = strtok(cmdtext, idx) // dodaj ; obrisao sam !!!
                    if(CarInfo == 1)
                    {
foreach (Player, i)
{
SetVehicleParamsForPlayer(keycar,i,0,0);
}
format(string, sizeof(string), "~w~Vozilo~n~~g~Otkljucano");
GameTextForPlayer(playerid, string, 4000, 3);
CarInfo = 0;
OnPropUpdate();
return 1;
}

3.
  else if(strcmp(x_nr,"lock3",true) == 0)
        {
                new keycar = PlayerInfo;
                if(keycar != 999)
                {
                    new locked;
                    locked = strtok(cmdtext, idx) // dodaj ; zaboravio sam
                    if(CarInfo == 1)
                    {
foreach (Player, i)
{
SetVehicleParamsForPlayer(keycar,i,0,0);
}
format(string, sizeof(string), "~w~Vozilo~n~~g~Otkljucano");
GameTextForPlayer(playerid, string, 4000, 3);
CarInfo = 0;
OnPropUpdate();
return 1;
}

Ako moze to neko da mi sredi bicu zahvalan