Cela komanda:
YCMD:cc(playerid, params[], help)
{
#pragma unused help
#pragma unused params
if(UlogovanProvera == 0) return SCM(playerid,-1,"LG:RPG | "CRVENA"Moras se ulogovati da bi koristio ovu komandu!");
if(PlayerInfo >= 1 || PlayerInfo >= 1)
{
new sati, minuta, dan, mesec, godina;
getdate(godina, mesec, dan);
gettime(sati, minuta);
new string; foreach(Player,i) { OcistiChat(i, 120); }
format(string,sizeof(string),""SVETLOPLAVA"[LG:RPG] "ORANGE"Chat ociscen od strane %s. "BELA"| "SVETLOPLAVA"www.legacygaming-rpg.proboards.com.", GetName(playerid));
SCMTA(-1,string);
format(string,sizeof(string),""SVETLOPLAVA"[LG:RPG] "ORANGE"Sada je: %d:%d! | Datum: %d.%d.%d! | "SVETLOPLAVA"Hvala vam sto igrate na nasem serveru!", sati, minuta, dan, mesec, godina);
SCMTA(-1,string);
}
else
{
SCM(playerid, -1, "[LG:RPG] "ZUTA"Samo Admini & GameMasteri!");
}
return 1;
}Error kod linije
format(string,sizeof(string),""SVETLOPLAVA"[LG:RPG] "ORANGE"Chat ociscen od strane "SVETLOPLAVA"%s. "BELA"| "SVETLOPLAVA"www.legacygaming-rpg.proboards.com.", GetName(playerid));Erori:
C:\Users\Buster\Desktop\Legacy Gaming RPG by Buster\gamemodes\LegacyGaming.pwn(29538) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Users\Buster\Desktop\Legacy Gaming RPG by Buster\gamemodes\LegacyGaming.pwn(29538) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Users\Buster\Desktop\Legacy Gaming RPG by Buster\gamemodes\LegacyGaming.pwn(29538) : warning 215: expression has no effect
C:\Users\Buster\Desktop\Legacy Gaming RPG by Buster\gamemodes\LegacyGaming.pwn(29538) : error 001: expected token: ";", but found "-integer value-"
C:\Users\Buster\Desktop\Legacy Gaming RPG by Buster\gamemodes\LegacyGaming.pwn(29538) : fatal error 107: too many error messages on one line