diff --git a/scripts/server/gui.js b/scripts/server/gui.js new file mode 100644 index 00000000..7ffd6d65 --- /dev/null +++ b/scripts/server/gui.js @@ -0,0 +1,41 @@ +// =========================================================================== +// 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) { + +} + +// --------------------------------------------------------------------------- \ No newline at end of file