/kick and admin chat
#7

Quote:
Originally Posted by xir
Посмотреть сообщение
Can I do this with onplayertext?

pawn Код:
public OnPlayerText(playerid, text[])
{
    if(muted[playerid] == 1)
    {
    SendClientMessage(playerid, Red, "You are muted and cannot talk");
    return 1;
    }
    return 0;
}
Yes.
Reply


Messages In This Thread
/kick and admin chat - by xir - 29.12.2010, 20:19
Re: /kick and admin chat - by Scenario - 29.12.2010, 20:24
Re: /kick and admin chat - by xir - 29.12.2010, 20:28
Re: /kick and admin chat - by Scenario - 29.12.2010, 20:34
Re: /kick and admin chat - by xir - 29.12.2010, 20:36
Re: /kick and admin chat - by xir - 29.12.2010, 20:39
Re: /kick and admin chat - by _rAped - 29.12.2010, 21:26
Re: /kick and admin chat - by Scenario - 30.12.2010, 15:51

Forum Jump:


Users browsing this thread: 3 Guest(s)