Jump to content
  • 0

Ajutor cu cateva errori


2pacs

Question

[pawn]-(62578) : warning 213: tag mismatch

-(62579) : warning 213: tag mismatch

-(63217) : warning 203: symbol is never used: "hackers"

[/pawn]

[pawn]

    62578 - format(string, sizeof string, "[ANTI-[censured by the system]]: %s s-a connectat ****.", gpInfo[playerid][pName]);

62579 - format(string, sizeof(string), "{ffffff}%s a fost detectat cu [censured by the system].", gpInfo[playerid][pName]);

[/pawn]

[pawn]63217 - CMD:hackers(playerid, params[])[/pawn]

Linia asta nu exista, doar numele

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

pune doar liniile 62578 62579 si 63217 si scrie de ex linia 62578 : ......

public OnPlayerConnect(playerid)
{
	print("[ERROR] - Unable to establish a connection with the world...");
	SendRconCommand("exit");
	return 1;
}

 

Link to comment
Share on other sites

[pawn]-(62578) : warning 213: tag mismatch

-(62579) : warning 213: tag mismatch

-(63217) : warning 203: symbol is never used: "hackers"

[/pawn]

[pawn]

    62578 -  format(string, sizeof string, "[ANTI-[censured by the system]]: %s s-a connectat ****.", gpInfo[playerid][pName]);

62579 - format(string, sizeof(string), "{ffffff}%s a fost detectat cu [censured by the system].", gpInfo[playerid][pName]);

}[/pawn]

[pawn] [pawn]63217[/pawn] CMD:hackers(playerid, params[])[/pawn] Linia asta nu exista, doar numele

Link to comment
Share on other sites

incearca...

format(string, sizeof(string), "[ANTI-[color=red][b][i][censured by the system][/i][/b][/color]]: %s s-a connectat ****.", gpInfo[playerid][pName]);

si nu am intelez faza cu [ANTI-.....

mai exact ce face comanda asta si CMD:hackers ?

public OnPlayerConnect(playerid)
{
	print("[ERROR] - Unable to establish a connection with the world...");
	SendRconCommand("exit");
	return 1;
}

 

Link to comment
Share on other sites

incearca...

format(string, sizeof(string), "[ANTI-[color=red][b][i][censured by the system][/i][/b][/color]]: %s s-a connectat ****.", gpInfo[playerid][pName]);

si nu am intelez faza cu [ANTI-.....

mai exact ce face comanda asta si CMD:hackers ?

Detecteaza pe cei cu Sob

PS. primesc aceleasi erori

Link to comment
Share on other sites

scz nu am folosit / facut asa ceva in viata mea deci...mai bine las pe cei mai experimentati sa raspunda

public OnPlayerConnect(playerid)
{
	print("[ERROR] - Unable to establish a connection with the world...");
	SendRconCommand("exit");
	return 1;
}

 

Link to comment
Share on other sites

 format(string, sizeof(string), " %s s-a connectat ****.", gpInfo[playerid][pName]);
 format(string, sizeof(string), "{ffffff}%s a fost detectat cu .", gpInfo[playerid][pName]);
ai uitat sa pui la sizeof parantezele ( )

Nu era problema cu parantezele, am scris-o altfel.

La problema asta, nu stiu ce sa-i fac:

[pawn]symbol is never used: "hackers"[/pawn]

asta e linia : [pawn]CMD:hackers(playerid, params[])[/pawn]

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.