- Initiateur de la discussion
Quentin Frisquie
Geek suprême
- Messages
- 222
- Score réaction
- 5
- Points
- 115
Bonjour,
Comment enlever nom proprietaire sur la porte et sur voiture
Comment enlever nom proprietaire sur la porte et sur voiture
--[[---------------------------------------------------------------------------
DarkRP disabled defaults
---------------------------------------------------------------------------
DarkRP comes with a bunch of default things: - a load of modules - default jobs - shipments and guns - entities (like the money printer) and many more
If you want to disable or replace the default things, you should disable them here
Note: if you want to have e.g. edit the official medic job, you MUST disable the default one in this file!
You can copy the medic from DarkRP and paste it in darkrp_config/jobs.lua
---------------------------------------------------------------------------]]
--[[---------------------------------------------------------------------------
The list of modules that are disabled. Set to true to disable, false to enable.
Modules that are not in this list are enabled by default.
In some cases some external addons may overwrite one of the modules below and will expect them to be enabled to work.
In these few cases it will be pretty obvious when you expect something to happen and nothing does.
---------------------------------------------------------------------------]]
DarkRP.disabledDefaults["modules"] = { ["afk"] = true, ["chatsounds"] = false, ["events"] = false, ["fpp"] = false, ["f1menu"] = false, ["f4menu"] = false, ["hitmenu"] = false, ["hud"] = true, ["hungermod"] = true, ["playerscale"] = false, ["sleep"] = false, ["fadmin"] = false,
}