Merge branch 'develop' into 'feature/atm-system'
# Conflicts: # ReallifeGamemode.Server/Migrations/DatabaseContextModelSnapshot.cs
This commit is contained in:
10
ReallifeGamemode.Client/Interaction/worldinteraction.js
Normal file
10
ReallifeGamemode.Client/Interaction/worldinteraction.js
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
|
||||
mp.events.add("SERVER:ShowAtmUi", (atmId, atmBalance) => {
|
||||
mp.gui.cursor.show(true, true);
|
||||
mp.gui.chat.show(false);
|
||||
mp.game.ui.displayHud(false);
|
||||
mp.game.ui.displayRadar(false);
|
||||
|
||||
atmBrowser = mp.browsers.new("package://assets/html/atm/index.html");
|
||||
});
|
||||
Reference in New Issue
Block a user