09.02.2018, 19:44
Abagail is right, but anyway.
PHP код:
stock SendAdminMessage(color,text[])
{
for(new i = 0, j = GetPlayerPoolSize(); i <= j; i++)
{
if(PInfo[i][Admin] > 0)
{
SendClientMessage(i,color,text);
}
}
return 1;
}