SA-MP Forums Archive
/t team chat - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: /t team chat (/showthread.php?tid=191091)



/t team chat - marinov - 17.11.2010

I wonder how to make a team chat (/t <message>). Any help would be appreciated, any complaining will be ignored xD


Re: /t team chat - Cameltoe - 17.11.2010

Quote:
Originally Posted by marinov
Посмотреть сообщение
I wonder how to make a team chat (/t <message>). Any help would be appreciated, any complaining will be ignored xD
Not to be rude.. but this forum doesn't need your attitude.

Search.
Read.

pawn Код:
if(GetPlayerTeam(playerid) == TEAM_ID) // Should get you goin.



Re: /t team chat - marinov - 17.11.2010

I was jking cameltoe, lol sorry if u thought I was being for real xD

PS: thx for the

pawn Код:
if(GetPlayerTeam(playerid) == TEAM_ID) // Should get you goin.