GrubaS Posted July 30, 2014 Share Posted July 30, 2014 Hi , anyone who can create anti-fraps script for MTA? DD section is full of cheaters , who abuse fraps for stronger car . Fraps makes your fps droping and it's unfair. It is possible?? Thanks Link to comment
Anubhav Posted July 30, 2014 Share Posted July 30, 2014 You can't disable FRAPS. Its not possible, but you can suggest it to disable FRAPS. Link to comment
Et-win Posted July 30, 2014 Share Posted July 30, 2014 Just make a script which detects a huge frame drop for serveral times. And a limit of course. Link to comment
cheez3d Posted July 30, 2014 Share Posted July 30, 2014 addEventHandler("onClientPreRender",root,function(delta) outputChatBox(tostring(1000/delta)); -- This is the player's FPS; end); Use this to calculate the player's FPS and set a minimum amount you need to have to play, otherwise kick the player. 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