29.03.2010, 00:25
OnPlayerUpdate isn't called when a player is paused, so you could set a 1 second timer under OnPlayerUpdate, and kill it next time OPU is called, then if the timer is called, they haven't updated for 1 second, meaning they are paused.