[AJUDA] Quando o Player Digita
#1

Galera Min Ajuda nisso aqui:
Quando um ADM fala o id dele fica verde e um player fala o id fica normal
mas eu fiz tudo certinho (eu axo xD) e quando o adm ou player digita algo sai 2 vezes o texto, uma com o id da cor certa e outra sem o id!

Код:
		if(PlayerInfo[playerid][pAdmin] == 0)
	 	{
		    new string[128];
		    format(string, sizeof(string), "{88AA88}[ID:%d]:{FFFFFF} %s", playerid, text);
		    SendPlayerMessageToAll(playerid,string);
		}
		if(PlayerInfo[playerid][pAdmin] >= 1)
	 	{
		    new string[128];
		    format(string, sizeof(string), "{14FF08}[ID:%d]:{FFFFFF} %s", playerid, text);
		    SendPlayerMessageToAll(playerid,string);
		}
Reply
#2

Vocк deve retornar false no OnPlayerText.
Reply
#3

porra menn vlw!!!!!!!!!! eu tinha esquecido de como eu fiz da outra vez, vlw mermo!!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)