10.08.2013, 19:41
you forgot 1 {
pawn Код:
stock SendAdminMessage(string[],color)
{
foreach(Player,i)
{
if(PlayerInfo[i] [pAdmin] >= 1) && if(GetPVarInt(i, "on_adminduty"))
{
SendClientMessage(i,color,string);
}
}
}