Block out the chat
#7

Ok, so with this he wont be able to see the text what other wrote (if Invisable isnt 0)

pawn Код:
public OnPlayerText(playerid, text[])
{
    for(new i; i < MAX_PLAYERS; i++)
    {
        if(GetPVarInt(i, "Invisible") == 0)
            SendPlayerMessageToPlayer(i, playerid, text);
    }
    return 0;
}
But he still can write in the chatbox and other will see it (even he self doesnt)
Reply


Messages In This Thread
Block out the chat - by Packer5 - 28.03.2010, 20:28
Re: Block out the chat - by RyDeR` - 28.03.2010, 20:31
Re: Block out the chat - by Packer5 - 28.03.2010, 20:50
Re: Block out the chat - by biltong - 28.03.2010, 21:57
Re: Block out the chat - by Nero_3D - 28.03.2010, 23:57
Re: Block out the chat - by biltong - 29.03.2010, 08:19
Re: Block out the chat - by Nero_3D - 29.03.2010, 13:11

Forum Jump:


Users browsing this thread: 2 Guest(s)