30.09.2016, 18:45
Do you really think that this code
creates an admin chat?What is wrong with you?I simply stated that he provided a stock (that without the onplayertext, is useless).Fix your attitude buddy.
PHP код:
stock adminchat(color, const msg[])
{
foreach(Player, i)
{
if (playerData[i][playerLevel] >= 1)
{
SendClientMessage(i, color, msg);
}
}
}

