Error 004: function not implemented
#5

Oh yeah sorry i forgot.
pawn Код:
stock SendAdminMessage(rank, color, string[])
{
    foreach(Player, i)
    {
        if(PlayerInfo[i][Admin] >= rank) SendClientMessage(i, color, string);
    }
    return 1;
}
Pretty simple one.
Reply


Messages In This Thread
[NOT SOLVED]Error 004: function not implemented - by CalvinC - 15.01.2015, 18:48
Re: Error 004: function not implemented - by CodyHawkins - 16.01.2015, 10:25
Re: Error 004: function not implemented - by Ironboy - 16.01.2015, 11:46
Re: Error 004: function not implemented - by ATGOggy - 16.01.2015, 12:14
Re: Error 004: function not implemented - by CalvinC - 16.01.2015, 14:15
Re: Error 004: function not implemented - by Kimossab - 16.01.2015, 14:30
Re: Error 004: function not implemented - by CalvinC - 16.01.2015, 16:44
Re: Error 004: function not implemented - by Kimossab - 16.01.2015, 18:35
Re: Error 004: function not implemented - by CalvinC - 16.01.2015, 18:38

Forum Jump:


Users browsing this thread: 5 Guest(s)