NEUER CHAT IST DRIN MOIS

This commit is contained in:
hydrant
2021-04-11 05:27:35 +02:00
parent 33db8070e0
commit cf62e11656
8 changed files with 287 additions and 0 deletions

View File

@@ -37,6 +37,10 @@ game.events.onPlayerCommand((cmd) => {
mp.game.vehicle.defaultEngineBehaviour = false;
mp.gui.chat.show(false);
const chatbox = mp.browsers.new("package://assets/chat/index.html");
chatbox.markAsChat();
require('./Gui/house');
import vehicleEntering from './vehiclesync/entering';