Fact 0 Posted March 8 Hi, how can I implement a selfie system or just a photo system? I need to get any image file (png, jpg for example) Share this post Link to post Share on other sites
Legend 3 Posted March 8 https://wiki.rage.mp/index.php?title=Gui.takeScreenshot + camera functions. Share this post Link to post Share on other sites
Fact 0 Posted March 9 5 часов назад, Legend сказал: https://wiki.rage.mp/index.php?title=Gui.takeScreenshot + camera functions. I have seen this function, but how can I then get the image? Share this post Link to post Share on other sites
Jaimuzu 189 Posted March 10 21 hours ago, Fact said: I have seen this function, but how can I then get the image? it says at the top of that page... Quote Takes screenshot of game screen and puts at /screenshots/ip_port folder. Accessible in CEF via screenshots:// scheme. The image can be found there 2 Share this post Link to post Share on other sites
Fact 0 Posted March 10 11 час назад, Jaimuzu сказал: it says at the top of that page... The image can be found there I tried, it didn't work for me. Can you give an example? Share this post Link to post Share on other sites
Flow 17 Posted April 9 For the records. It does not work as function is broken.. Share this post Link to post Share on other sites
Flashrex 13 Posted April 9 (edited) No the function works. I´m using it. mp.keys.bind(0x77, true, function () { //F8-Key var date = new Date(); var name = "sanstreetlife-" + date.getDate() + "." + date.getMonth() + "." + date.getFullYear() + "-" + date.getHours() + "." + date.getMinutes() + "." + date.getSeconds() + ".png"; mp.gui.takeScreenshot(name, 1, 100, 0); }); It saves it in "RAGEMP/screenshots/ip-of-server" Edited April 9 by Flashrex Share this post Link to post Share on other sites
Flow 17 Posted April 11 Then it got fixed i guess... Thx Share this post Link to post Share on other sites