01.01.2010, 04:43
Yes i have used Search But It didnt help btw i am not using dcmd here the code
Here is the Gang Join
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
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; }