Add a couple serverside gui utils

This commit is contained in:
Vortrex
2021-01-09 22:37:13 -06:00
parent 2221dd782e
commit 289aa0db04

View File

@@ -42,4 +42,16 @@ function showPlayerPromptGUI(client) {
} }
// ---------------------------------------------------------------------------
function showPlayerPhoneGUI(client) {
}
// ---------------------------------------------------------------------------
function showPlayerItemInventoryGUI(client) {
}
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------