Files
GTA4RP/scripts/server/gui.js
2021-01-05 01:23:46 -06:00

41 lines
1.2 KiB
JavaScript

// ===========================================================================
// 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) {
}
// ---------------------------------------------------------------------------