[GM-ADDON] Ignore the player!
#3

Code:
public OnPlayerText(playerid, text[])
{	
	for(new i=0;i <MAX_PLAYERS; i++)
	{
		if(ignore[i][playerid] == 1)
		{
		  return 0;
		}
	}
	return 1;
}
So, if one person ignores him, he won't be able to use the chat? That isn't a good way of doing it.
Reply


Messages In This Thread
[GM-ADDON] Ignore the player! - by Think - 13.02.2009, 11:05
Re: [GM-ADDON] Ignore the player! - by Nimphious - 13.02.2009, 19:16
Re: [GM-ADDON] Ignore the player! - by Grove - 13.02.2009, 19:21
Re: [GM-ADDON] Ignore the player! - by Think - 13.02.2009, 20:48
Re: [GM-ADDON] Ignore the player! - by Grove - 13.02.2009, 21:36
Re: [GM-ADDON] Ignore the player! - by ]NM[TheShadow - 03.03.2009, 16:57
Re: [GM-ADDON] Ignore the player! - by Think - 03.03.2009, 19:26
Re: [GM-ADDON] Ignore the player! - by Nimphious - 03.03.2009, 19:35
Re: [GM-ADDON] Ignore the player! - by Think - 03.03.2009, 19:42
Re: [GM-ADDON] Ignore the player! - by Nimphious - 03.03.2009, 19:50

Forum Jump:


Users browsing this thread: 1 Guest(s)