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