20.04.2018, 10:02
Exactly the same as your previous topic https://sampforum.blast.hk/showthread.php?tid=652821 ...
Loop trough all players and check if they have the same faction id
Loop trough all players and check if they have the same faction id
PHP код:
if(pInfo[i][pFaction] == pInfo[playerid][pFaction])
{
SendClientMessage(i, -1, "text");
}