[GM-ADDON] Ignore the player!
#5

Try:


Code:
static iPlayerIgnored[MAX_PLAYERS];

public OnPlayerText(playerid,text[])
{
  for(new i; i<MAX_PLAYERS; i++)
  {
     if(iPlayerIgnored[i] == playerid) continue;
     SendPlayerMessageToPlayer(i,playerid,text);
  }
  return true;
}
That's only the text part though, not the command to ignore someone and stuff.
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: 3 Guest(s)