Team Chat Help
#1

Yes i have used Search But It didnt help btw i am not using dcmd here the code
Here is the Gang Join
Код:
new Columbians;
if (strcmp(cmd, "/choose_columbians", true) == 0)
	{
		if(Score == 50)
		{
		SendClientMessage(playerid,COLOR_GREEN,"You Have Joined The Columbians");
		SetPlayerTeam(playerid, 1);
    SendClientMessage(playerid,COLOR_GREEN,"You Name Tag's Color Will Be Yellow");
    SendClientMessage(playerid,COLOR_GREEN,"Type /c To Use Team Chat (/c [TEXT])");
    SetPlayerColor(playerid,0xFFFF80FF);
    PlayerInfo[playerid][pGang] = Columbians;
		}
		else
		{
		SendClientMessageToAll(COLOR_GREEN,"You Mush Be A JUNIOR SOLDIER To Join The Columbians");
		}
		return 1;
}
everything fine until now now is just need Team Chat using /c [Text] i am not using gTeam and the player Team is 1 Just need the message to appear for Columbians only
Reply


Messages In This Thread
Team Chat Help - by xXSurviverXx - 01.01.2010, 04:43
Re: Team Chat Help - by [HiC]TheKiller - 01.01.2010, 06:14

Forum Jump:


Users browsing this thread: 1 Guest(s)