How to text to all Leader
#2

pawn Code:
CMD:msgtoleaders(playerid, cmdtext[])
{
    new text[144];
    if(sscanf(cmdtext, "s[144]", text)) return SendClientMessage(playerid, -1, "/msgtoleaders <text>");
    foreach(new i : Player)
    {
        if( PlayerInfo[i][pLeader] == true) SendClientMessage(i, -1, text);
    }
    return 1;
}
Reply


Messages In This Thread
How to text to all Leader - by supermember - 29.06.2020, 10:06
Re: How to text to all Leader - by xRadical3 - 29.06.2020, 10:50
Re: How to text to all Leader - by supermember - 29.06.2020, 12:01
Re: How to text to all Leader - by DRIFT_HUNTER - 29.06.2020, 12:18
Re: How to text to all Leader - by Lexless - 29.06.2020, 12:37
Re: How to text to all Leader - by supermember - 29.06.2020, 18:00

Forum Jump:


Users browsing this thread: 1 Guest(s)