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