30.09.2016, 18:22
i got this in my script.
replace arrays with yours.
replace arrays with yours.
PHP код:
stock adminchat(color, const msg[])
{
foreach(Player, i)
{
if (playerData[i][playerLevel] >= 1)
{
SendClientMessage(i, color, msg);
}
}
}