This commit is contained in:
hydrant
2021-04-05 02:39:05 +02:00
parent 4566865a88
commit 9106c444f7

View File

@@ -18,6 +18,8 @@ import RageGame from './core/rage-mp/game';
await mp.game.waitAsync(2500); await mp.game.waitAsync(2500);
chatbox.markAsChat(); chatbox.markAsChat();
mp.gui.chat.push("test");
})(); })();
var inMenu: boolean = false; var inMenu: boolean = false;