Errori kod jedne linije!

19. Maj 2018. Zaključano
481
pregleda
6
postova
Nemanja Petrovic
4
Made Man
19. Maj 2018.
Imam error kod ove jedne linije ili ti kod komande cc!!
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
Grebovic_Danijel
5
Godfather
19. Maj 2018.
Umesto SCMTA napisi SendClientMessageToAll ili dodaj na vrhu skripte #define SCMTA  SendClientMessageToAll i dodaj ovaj public
forward OcistiChat(playerid, lines);
public OcistiChat(playerid, lines)
{
for(new i = 0; i < lines; i++)
{
SCM(playerid, -1, " ");
}
return 1;
}
InasSkripterlji
4
Shot Caller
19. Maj 2018.
Daj mi samo tu liniju mrsko mi trazit  😛
Nemanja Petrovic
4
Made Man
19. Maj 2018.
ᗪ卂乂 wrote on May 19, 2018, 2:36 pm:
Umesto SCMTA napisi SendClientMessageToAll ili dodaj na vrhu skripte #define SCMTA  SendClientMessageToAll i dodaj ovaj public
forward OcistiChat(playerid, lines);
public OcistiChat(playerid, lines)
{
for(new i = 0; i < lines; i++)
{
SCM(playerid, -1, " ");
}
return 1;
}

Hahahaha, brate, opet znaci sve isti errori kao do sada, a uradio sam sve kako si reko....
Evo ti linija sa errorima:
format(string,sizeof(string),""SVETLOPLAVA"[LG:RPG] "ORANGE"Chat ociscen od strane "SVETLOPLAVA"%s. "BELA"| "SVETLOPLAVA"www.legacygaming-rpg.proboards.com.", GetName(playerid));
Grebovic_Danijel
5
Godfather
19. Maj 2018.
E nisam sad kuci da ti posaljem vrv je nest oko getname, aj obrisi tu liniju i ovo ispod te linije tj SCMTA(-1, string); pa vidi je l ima errora
ante2307
4
Enforcer
22. Maj 2018.
Povrh skripte dodaj #define SCMTA SendClientMessageToAll

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha