Quote:
Originally Posted by MattSlater
pawn Код:
stock SendMessageToFaction(playerid, color, const string[]) //153 { //154 for(new i = 0; i < MAX_PLAYERS; i++) //155 { //156 if(PlayerInfo[playerid][Faction] == PlayerInfo[i][Faction]) { SendClientMessage(i, color, string); } } //163 return 1; //164 } //165
This will send the message to everyone that's in your faction, I presume that's what you wanted ;3
|
Yes, I'll give it a try .