Skripta koju koristim: GF
Detaljan opis problema: Evo ovako,ja san počea edit GF i odlučio da ću stavljat komande u zcmd.. i sada kada upišem komandu koja je u zcmd ona radi , ali piše " Server: Unkown Command"
Dio skripte:
CMD:cc(playerid, params[])
{
if(PlayerInfo >= 1)
{
   new cMsg, pName;
   for(new c; c < 25; c++)
   {
       SendClientMessage(playerid, COLOR_RED, "    ");
   }
   format(cMsg, sizeof(cMsg), ": Admin %s je ocistio chat.", pName);
   SendClientMessage(playerid, COLOR_LIGHTBLUE, cMsg);
   SendClientMessage(playerid, COLOR_LIGHTBLUE, "www.sx-rp.info");
}
else SendClientMessage(playerid, COLOR_RED, ": Nisi Admin!");
return 1;
}

Neke slike/video za lakse dobivanje pomoci(neobavezno):

EDIT : LOCK ovo
RIješia san