diff --git a/scripts/server/gui.js b/scripts/server/gui.js index b9cf7dac..ff14747a 100644 --- a/scripts/server/gui.js +++ b/scripts/server/gui.js @@ -112,4 +112,16 @@ function playerPromptAnswerNoCommand(command, params, client) { playerPromptAnswerNo(client); } +// =========================================================================== + +function playerToggledGUI(client) { + toggleAccountGUICommand("gui", "", client); +} + +// =========================================================================== + +function showPlayerChangePasswordGUI(client) { + sendNetworkEventToPlayer("vrr.changePassword", client); +} + // =========================================================================== \ No newline at end of file