Jump to content

Question

Posted

Am si eu problema aia atunci cand te inregistrezi prima oara pe server nu merge sa vorbesti pe chatul normal ! Cum pot rezolva?

6 answers to this question

Recommended Posts

Posted

Uitati documentul asta cu comanda ca nu merge sa o pun aici :

http://fisierulmeu.ro/43RPL4JKNMUO/onplayertext-txt.html

Posted

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!

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.