[Help] Block Player Text
#9

try This

Код:
public OnPlayerText(playerid,text[])
{
   new i;
   for(i=0;i<=MAX_PLAYERS;i++){
     if(BlockInfo[i][playerid]) return 0;
   }
   return 1;
}
Might be working .. let me test it too ........ I just typed it right here, thats why i am not sure... =.=
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)