// =========================================================================== // Asshat-Gaming Roleplay // https://github.com/VortrexFTW/gtac_asshat_rp // Copyright (c) 2020 Asshat-Gaming (https://asshatgaming.com) // --------------------------------------------------------------------------- // FILE: gui.js // DESC: Provides GUI functions and usage // TYPE: Server (JavaScript) // =========================================================================== // UNFINISHED. NOT READY TO USE function showPlayerLoginGUI(client, errorMessage = "") { } // --------------------------------------------------------------------------- function showPlayerRegistrationGUI(client, errorMessage = "") { } // --------------------------------------------------------------------------- function showPlayerNewCharacterGUI(client) { } // --------------------------------------------------------------------------- function showPlayerPromptGUI(client, promptMessage, answerYesText, answerNoText) { } // --------------------------------------------------------------------------- function showPlayerPromptGUI(client) { } // ---------------------------------------------------------------------------