ExISTOr Posted November 19, 2014 Share Posted November 19, 2014 Hi, is it possible to create a screen shot of client by server? And is there a way how to save the screen shot on server side? I mean: Server make a request for capturing a client's screen, take a picture and store it in file on server. I'm new in MTA so I don't know anything about it. I found dxCreateScreenSource which can capture client's screen as a texture. How can I store this texture to png/jpg/gif? Actually I just want to take pictures at defined points (many coords all over the map) and store in files. Doing it manually is too time-consuming. Link to comment
MIKI785 Posted November 19, 2014 Share Posted November 19, 2014 Send it to server using triggerServerEvent and save it to file using fileWrite, there's nothing difficult about it. Link to comment
Bonsai Posted November 19, 2014 Share Posted November 19, 2014 Check out https://wiki.multitheftauto.com/wiki/Ta ... ScreenShot Link to comment
ExISTOr Posted November 19, 2014 Author Share Posted November 19, 2014 Thanks for the advice 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