Feature/save system
This commit is contained in:
@@ -9,9 +9,7 @@ mp.events.add('saveBlip', () => {
|
||||
|
||||
saveBrowser = mp.browsers.new('package://Save/save.html');
|
||||
mp.gui.chat.activate(false);
|
||||
setTimeout(() => {
|
||||
mp.gui.cursor.visible = true
|
||||
}, 500);
|
||||
mp.gui.cursor.show(true, true);
|
||||
});
|
||||
|
||||
mp.events.add('saveData', (blipSprite, blipName, blipScale, blipColor, blipAlpha, blipDrawDistance, blipShortRange, blipRotation, blipDimension) => {
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<script src="../Dependences/jquery-3.3.1.min.js"></script>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
</head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user