[Help] Block Player Text
#7

pawn Код:
public OnPlayerText(playerid,text[])
{
    for (new i = 0; i < GetMaxPlayers(); i++) {
        if(new BlockInfo[i] == 1) return 0;
    }
    return 1;
}
Reply


Messages In This Thread
[Help] Block Player Text - by borisblat - 03.07.2009, 11:47
Re: [Help] Block Player Text - by refshal - 03.07.2009, 11:52
Re: [Help] Block Player Text - by borisblat - 03.07.2009, 12:08
Re: [Help] Block Player Text - by Ignas1337 - 03.07.2009, 13:05
Re: [Help] Block Player Text - by MadeMan - 03.07.2009, 13:20
Re: [Help] Block Player Text - by abhinavdabral - 03.07.2009, 13:33
Re: [Help] Block Player Text - by illay - 03.07.2009, 13:36
Re: [Help] Block Player Text - by borisblat - 03.07.2009, 13:52
Re: [Help] Block Player Text - by abhinavdabral - 03.07.2009, 14:00
Re: [Help] Block Player Text - by borisblat - 03.07.2009, 17:21

Forum Jump:


Users browsing this thread: 1 Guest(s)