12.05.2010, 07:35
Код:
if(text[0] == '#')
{
if(ClanLevel(playerid) == 10)
{
new string[128];
format(string,sizeof(string),"CLANCHAT %s: %s",PlayerName(playerid),text[1]);
SendMessageToClan(LIGHTBLUE,string);
}
else
{
return 0;
}

