Rename GUI scripts
This commit is contained in:
@@ -3,19 +3,7 @@
|
||||
// https://github.com/VortrexFTW/agrp_main
|
||||
// (c) 2022 Asshat Gaming
|
||||
// ===========================================================================
|
||||
// FILE: clanmgr.js
|
||||
// DESC: Provides clan manager GUI
|
||||
// FILE: account-settings.js
|
||||
// DESC: Provides account settings GUI
|
||||
// TYPE: Client (JavaScript)
|
||||
// ===========================================================================
|
||||
|
||||
let clanManager = {
|
||||
window: null,
|
||||
generalTab: null,
|
||||
ranksTab: null,
|
||||
membersTab: null,
|
||||
vehiclesTab: null,
|
||||
businessesTab: null,
|
||||
housesTab: null,
|
||||
};
|
||||
|
||||
// ===========================================================================
|
||||
@@ -3,7 +3,7 @@
|
||||
// https://github.com/VortrexFTW/agrp_main
|
||||
// (c) 2022 Asshat Gaming
|
||||
// ===========================================================================
|
||||
// FILE: bizmgr.js
|
||||
// FILE: business-manager.js
|
||||
// DESC: Provides business manager GUI
|
||||
// TYPE: Client (JavaScript)
|
||||
// ===========================================================================
|
||||
@@ -3,7 +3,7 @@
|
||||
// https://github.com/VortrexFTW/agrp_main
|
||||
// (c) 2022 Asshat Gaming
|
||||
// ===========================================================================
|
||||
// FILE: changepass.js
|
||||
// FILE: change-password.js
|
||||
// DESC: Provides change password GUI
|
||||
// TYPE: Client (JavaScript)
|
||||
// ===========================================================================
|
||||
@@ -3,7 +3,7 @@
|
||||
// https://github.com/VortrexFTW/agrp_main
|
||||
// (c) 2022 Asshat Gaming
|
||||
// ===========================================================================
|
||||
// FILE: charselect.js
|
||||
// FILE: character-select.js
|
||||
// DESC: Provides character select GUI
|
||||
// TYPE: Client (JavaScript)
|
||||
// ===========================================================================
|
||||
9
scripts/client/gui/keybind-manager.js
Normal file
9
scripts/client/gui/keybind-manager.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// ===========================================================================
|
||||
// Asshat Gaming Roleplay
|
||||
// https://github.com/VortrexFTW/agrp_main
|
||||
// (c) 2022 Asshat Gaming
|
||||
// ===========================================================================
|
||||
// FILE: keybind-manager.js
|
||||
// DESC: Provides keybind manager GUI
|
||||
// TYPE: Client (JavaScript)
|
||||
// ===========================================================================
|
||||
@@ -3,7 +3,7 @@
|
||||
// https://github.com/VortrexFTW/agrp_main
|
||||
// (c) 2022 Asshat Gaming
|
||||
// ===========================================================================
|
||||
// FILE: localechooser.js
|
||||
// FILE: locale-chooser.js
|
||||
// DESC: Provides locale chooser GUI
|
||||
// TYPE: Client (JavaScript)
|
||||
// ===========================================================================
|
||||
@@ -3,7 +3,7 @@
|
||||
// https://github.com/VortrexFTW/agrp_main
|
||||
// (c) 2022 Asshat Gaming
|
||||
// ===========================================================================
|
||||
// FILE: newchar.js
|
||||
// FILE: new-character.js
|
||||
// DESC: Provides new character creation GUI
|
||||
// TYPE: Client (JavaScript)
|
||||
// ===========================================================================
|
||||
@@ -3,7 +3,7 @@
|
||||
// https://github.com/VortrexFTW/agrp_main
|
||||
// (c) 2022 Asshat Gaming
|
||||
// ===========================================================================
|
||||
// FILE: resetpass.js
|
||||
// FILE: reset-password.js
|
||||
// DESC: Provides password reset GUI
|
||||
// TYPE: Client (JavaScript)
|
||||
// ===========================================================================
|
||||
0
scripts/client/gui/server-settings.js
Normal file
0
scripts/client/gui/server-settings.js
Normal file
@@ -3,8 +3,8 @@
|
||||
// https://github.com/VortrexFTW/agrp_main
|
||||
// (c) 2022 Asshat Gaming
|
||||
// ===========================================================================
|
||||
// FILE: error.js
|
||||
// DESC: Provides error box GUI
|
||||
// FILE: simple-error.js
|
||||
// DESC: Provides a simple error box GUI
|
||||
// TYPE: Client (JavaScript)
|
||||
// ===========================================================================
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// https://github.com/VortrexFTW/agrp_main
|
||||
// (c) 2022 Asshat Gaming
|
||||
// ===========================================================================
|
||||
// FILE: info.js
|
||||
// FILE: simple-info.js
|
||||
// DESC: Provides info dialog box GUI
|
||||
// TYPE: Client (JavaScript)
|
||||
// ===========================================================================
|
||||
@@ -3,7 +3,7 @@
|
||||
// https://github.com/VortrexFTW/agrp_main
|
||||
// (c) 2022 Asshat Gaming
|
||||
// ===========================================================================
|
||||
// FILE: list.js
|
||||
// FILE: simple-list.js
|
||||
// DESC: Provides simple list GUI
|
||||
// TYPE: Client (JavaScript)
|
||||
// ===========================================================================
|
||||
@@ -3,8 +3,8 @@
|
||||
// https://github.com/VortrexFTW/agrp_main
|
||||
// (c) 2022 Asshat Gaming
|
||||
// ===========================================================================
|
||||
// FILE: yesno.js
|
||||
// DESC: Provides yes/no prompt dialog GUI
|
||||
// FILE: simple-prompt-yes-no.js
|
||||
// DESC: Provides simple yes/no prompt dialog GUI
|
||||
// TYPE: Client (JavaScript)
|
||||
// ===========================================================================
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// https://github.com/VortrexFTW/agrp_main
|
||||
// (c) 2022 Asshat Gaming
|
||||
// ===========================================================================
|
||||
// FILE: 2fa.js
|
||||
// FILE: two-factor-authentication.js
|
||||
// DESC: Provides two factor authentication GUI
|
||||
// TYPE: Client (JavaScript)
|
||||
// ===========================================================================
|
||||
Reference in New Issue
Block a user