More GUI utils

This commit is contained in:
Vortrex
2022-01-09 05:25:44 -06:00
parent 860977a444
commit 57e65c0483

View File

@@ -112,4 +112,16 @@ function playerPromptAnswerNoCommand(command, params, client) {
playerPromptAnswerNo(client);
}
// ===========================================================================
function playerToggledGUI(client) {
toggleAccountGUICommand("gui", "", client);
}
// ===========================================================================
function showPlayerChangePasswordGUI(client) {
sendNetworkEventToPlayer("vrr.changePassword", client);
}
// ===========================================================================