More GUI utils
This commit is contained in:
@@ -113,3 +113,15 @@ function playerPromptAnswerNoCommand(command, params, client) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|
||||||
|
function playerToggledGUI(client) {
|
||||||
|
toggleAccountGUICommand("gui", "", client);
|
||||||
|
}
|
||||||
|
|
||||||
|
// ===========================================================================
|
||||||
|
|
||||||
|
function showPlayerChangePasswordGUI(client) {
|
||||||
|
sendNetworkEventToPlayer("vrr.changePassword", client);
|
||||||
|
}
|
||||||
|
|
||||||
|
// ===========================================================================
|
||||||
Reference in New Issue
Block a user