-.Paradox.- Posted January 15, 2015 Share Posted January 15, 2015 Hello, Is it possible to check if the player didn't move and use keyboard/move camera for about a specified delay? If yes, What functions and events i should use? Thanks in advance. Link to comment
John Smith Posted January 15, 2015 Share Posted January 15, 2015 getPlayerIdleTime -- the main "event" could be using a timer every '?' seconds/minutes to check player's idle time -- other events: onClientMinimize onClientRestore onClientKey onClientClick Link to comment
-.Paradox.- Posted January 15, 2015 Author Share Posted January 15, 2015 Thanks but what if the player moved the camera? Link to comment
John Smith Posted January 15, 2015 Share Posted January 15, 2015 try onClientCursorMove or onClientMoveMouse Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now