30.08.2012, 07:23
: error 054: unmatched closing brace ("}")public HBroadCast(color, const string[])
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
if(PlayerInfo[i][pAdmin] != 0)
{
SendClientMessage(i, color, string);
}
}
}
return 1;
}