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
