Ostao je jos 1 i peglam se dosta vremena oko njega.
D:\Users\Gaming\Desktop\Kucni\gamemodes\mexico.pwn(22833) : error 047: array sizes do not match, or destination array is too small
Na tim linijama se nalazi komanda "/V"
if(strcmp(cmd, "/v", true) == 0 || strcmp(cmd, "/vozilo", true) == 0)
{
if(IsPlayerConnected(playerid))
{
new x_nr;
x_nr = strtok(cmdtext, idx);
if(!strlen(x_nr))
{
SendClientMessage(playerid, COLOR_LIGHTBLUE, "Koristenje: /v(ozilo) ");
SendClientMessage(playerid, 0x83BFBFAA, "Moguca imena: parkiraj, lock, unlock, boja ,prodaj, lociraj, gpsoff");
return 1;
}
tacnije samo je error na ovoj linij x_nr = strtok(cmdtext, idx);