From 289aa0db047169197bdc6aab421c01e7acab9a6b Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sat, 9 Jan 2021 22:37:13 -0600 Subject: [PATCH] Add a couple serverside gui utils --- scripts/server/gui.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/scripts/server/gui.js b/scripts/server/gui.js index 726e6b07..4c2e1665 100644 --- a/scripts/server/gui.js +++ b/scripts/server/gui.js @@ -42,4 +42,16 @@ function showPlayerPromptGUI(client) { } +// --------------------------------------------------------------------------- + +function showPlayerPhoneGUI(client) { + +} + +// --------------------------------------------------------------------------- + +function showPlayerItemInventoryGUI(client) { + +} + // --------------------------------------------------------------------------- \ No newline at end of file