gName-Changer
Informations
This addon don't come with any warrantly. It's a completly free addon.
If you find a bug, you can report it in the "Issues" section of this repositery
This is a simple addon that allow to your players to go to the tawn hall to make a request for a name change. It comes with an admin panel and few admins commands to
make your administration easier
Features
First spawn name change request [ BETA ]
Configurable (active / disable)
Nice blurred overlay, with community name and description
Easy setup
[HOT] Save the NPCs position! (command: gname_save_all [configurable])
A complete config file : change colors, models and more !
A nice UI
Clean, elegant and beautiful dermas
Smooth animations
[HOT] Responsive panels ! (fixed!)
Facilitate your administration
Anti-spam protection! (configurable)
Protection against smarties trying to use derma without going through the NPC.
[HOT] An incredible blacklist system to block unwanted names and facilitate your administration!
A beautiful admin panel to config the blacklist system
Force player to have a proper caligraphy (configurable)
Force player to change his RPName (command : gname_force <steamid>)
Fits developers requirements, by allowing them to add things easily, and by having a well-indented and commented code
Works with the latest DarkRP version !
Planned features
Propose your ideas : https://github.com/Gabyfle/gName-Changer/issues (label : Feature Request)
Screenshots
See the full README at Github.com : gName-Changer
Installation
The installation is pretty easy !
Just drap & drop the "gname-changer" folder to your "addons" folder in your own server.
To see how it had to look, please, visit : gName-Changer
Developers
gName-Changer allows you to add some actions to his principal frame.
Here, a short example of how you can add new actions :
First, you'll need to have a function that can be executed from an other addon :
function printHi()
print("Hi")
end
hook.Add("gunlicencetesting", "testingthings", printHi)
Then, you can easily add an action by doing something like this, in the gNameChanger.actions
table (located in config file) :
["gunlicence"] = {
buttonText = "I want to buy a gun license!",
buttonColor = Color(51, 25, 86),
action = function()
hook.Run("gunlicencetesting")
end
}
Configuration
You can easily config your addon, by modifiying the "gname_changer_config.lua".
To do this, just go to :
addons/gname-changer/lua/autorun/`
And open the file named : "gname_changer_config.lua" 💋
Direct download and links
Repositery link : Repositery
Direct download : https://github.com/Gabyfle/gName-Changer/archive/master.zip
Sorry, you need to Log In to post a reply to this thread.