Posts: 320
Threads: 51
Joined: Jul 2010
Reputation:
0
Is there any way so that when a player pauses a textdraw appears above his head saying "Paused Player"
and that he gets sent to /afk after 30 seconds.
Thank You,
Kevin
Posts: 265
Threads: 32
Joined: Sep 2007
Reputation:
0
Create3DTextLabel on get player key pressed ?... Just a guess, dunno if it would work. But it'd be cool :P
Posts: 320
Threads: 51
Joined: Jul 2010
Reputation:
0
that wouldnt work.. because players could just alt+tab....
i seen it on another server... XD
Posts: 1,317
Threads: 23
Joined: Feb 2010
Reputation:
0
Alt+tab counts the same as pausing.
Posts: 973
Threads: 11
Joined: Mar 2008
Reputation:
0
OnPlayerUpdate is not called when a player is paused, you can use this to detect when a player is paused.