Jump to content
  • 0

Help chat


BuBu

Question

6 answers to this question

Recommended Posts

incearca sa stergi asta:

if (realchat)
	{
	    if(gPlayerLogged[playerid] == 0)
	    {
	        return 0;
      	}
      		    	if(PlayerInfo[playerid][pHMuted] == 1)
			{
				SendClientMessage(playerid, TEAM_CYAN_COLOR, "{FFFFFF}[{4FD359}KrzGames{FFFFFF}]: Ai mute, nu poti utiliza aceasta comanda.");
				return 1;
			}
		GetPlayerName(playerid, sendername, sizeof(sendername));
		format(string, sizeof(string), "%s:  %s", sendername, text);
        //ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,0,1,1,1,1);
		ProxDetector(20.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
		return 0;
}
deci sa fie la sfarsit asa:
return 0;
}
return 1;
}

si vezi daca merge:D

Fara reclama in semnatura!

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.