10.03.2014, 16:49
Код:
if(PlayerInfo[playerid][IsInFaction] == 1) { for(new i; i < MAX_PLAYERS; i++) { if(PlayerInfo[i][FactionID] == PlayerInfo[playerid][FactionID]) { new string[128]; format(string, sizeof(string),"%s", YOUR_WRITTEN_MESSAGE_FROM_COMMAND); SendClientMessage(i, -1, string); } } }