Send message only to people in a certain team.
#1

Title says it all, . Like, for example, if someone becomes wanted, everyone in the LSPD team is alerted. No need for complex shit, I just need something basic that I can fill in the field, etc.
Reply
#2

pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
if(IS_PLAYER_LSPD_TEAM_DEFINE[playerid] >= 1)
{
SendClientMessage(playerid, COLOR, "your text here");
}
}
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)