Quote:
Originally Posted by HardRock
Try....
PHP код:
stock SendClanMessage(color, string[])
{
foreach(Player, i)
{
if(PlayerInfo[i][pClan] == 1)// And if player is not in clan hes pClan be '0'.
{
SendClientMessage(i, color, string);
}
}
return 1;
}
|
There are 15 clans in total, this will only have clan id 1 have a clan chat.