How to detect a tabbing player?
#4

It does work for me

Code:
// hook_secloop is a function that gets called every second
public hook_secloop()
{
	for( new i = 0; i < MAX_PLAYERS; i++ )
	{
		if( isPlayerAFK( i ) ) SendClientMessageToAll( -1, "A" );
	}
}
Reply


Messages In This Thread
How to detect a tabbing player? - by Lirbo - 15.04.2016, 10:40
Re: How to detect a tabbing player? - by yugecin - 15.04.2016, 11:48
Re: How to detect a tabbing player? - by Lirbo - 15.04.2016, 15:37
Re: How to detect a tabbing player? - by yugecin - 15.04.2016, 16:02
Re: How to detect a tabbing player? - by Lirbo - 15.04.2016, 16:45

Forum Jump:


Users browsing this thread: 1 Guest(s)