Errori kod jedne linije!


Započeo ʙᴜsᴛᴇʀ ᴄᴏɴɴᴇʟʟʏ, Maj 19, 2018, 14:56:07 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

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[playerid] == 0) return SCM(playerid,-1,"LG:RPG | "CRVENA"Moras se ulogovati da bi koristio ovu komandu!");
	if(PlayerInfo[playerid][pGM] >= 1 || PlayerInfo[playerid][pAdmin] >= 1)
	{
        new sati, minuta, dan, mesec, godina;
		getdate(godina, mesec, dan);
  		gettime(sati, minuta);
        new string[128]; 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
Founder of
Digression Community

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;
}
Poslednja Izmena: Maj 19, 2018, 16:38:07 POSLE PODNE od ᗪ卂乂

credits: Xunder, Ino420, Muma

Citat: Pottus;3903994
SetPlayerPos("dreni1998", 666.666, 666.666, 666.666, 666.666);    ///// GO IN HELL MOTHERFUCKER

https://i.imgur.com/XHLx9oj.gif
https://i.ibb.co/ZJqQKWT/NXRX.gif

Daj mi samo tu liniju mrsko mi trazit  :P

Citat: á—ªå,ä¹, poslato Maj 19, 2018, 16:36:41 POSLE PODNE
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));
Founder of
Digression Community

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

credits: Xunder, Ino420, Muma

Citat: Pottus;3903994
SetPlayerPos("dreni1998", 666.666, 666.666, 666.666, 666.666);    ///// GO IN HELL MOTHERFUCKER

https://i.imgur.com/XHLx9oj.gif
https://i.ibb.co/ZJqQKWT/NXRX.gif

Povrh skripte dodaj #define SCMTA SendClientMessageToAll