Screenshot: Name der Datei angepasst
This commit is contained in:
@@ -138,7 +138,7 @@ export default function keys(globalData: IGlobalData) {
|
||||
});
|
||||
|
||||
mp.keys.bind(0x7A, false, () => {
|
||||
mp.gui.takeScreenshot(new Date().toLocaleDateString(), 1, 100, 80);
|
||||
mp.gui.takeScreenshot(new Date().toLocaleTimeString() + ".png", 1, 100, 80);
|
||||
});
|
||||
|
||||
KeyBinder.bind("ctrl+h", () => {
|
||||
|
||||
Reference in New Issue
Block a user