SendFactionMessage Help.
#3

Код:
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);
	    }
	}
}
Something like this?
Reply


Messages In This Thread
SendFactionMessage Help. - by gatenosix - 10.03.2014, 16:20
Re: SendFactionMessage Help. - by Smileys - 10.03.2014, 16:47
AW: SendFactionMessage Help. - by Macronix - 10.03.2014, 16:49
Re : SendFactionMessage Help. - by Clad - 10.03.2014, 16:50
Re: SendFactionMessage Help. - by gatenosix - 10.03.2014, 18:41

Forum Jump:


Users browsing this thread: 1 Guest(s)