19.10.2013, 00:10
Try that
sorry about that edited
pawn Код:
stock SendClanMessage(text[])
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
new cid;
PlayerInfo[i][pClan] = cid;
if(PlayerInfo[i][pClan] == cid)
{
SendClientMessage(i, color, string);
}
}
}
![Cheesy](images/smilies/biggrin.png)