Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.33 KB | None | 0 0
  1. --[[-------------------------------------------------------------------------
  2. DarkRP config settings.
  3. -----------------------------------------------------------------------------
  4.  
  5. This is the settings file of DarkRP. Every DarkRP setting is listed here.
  6.  
  7. Warning:
  8. If this file is missing settings (because of e.g. an update), DarkRP will assume default values for these settings.
  9. You need not worry about updating this file. If a new setting is added you can manually add them to this file.
  10. ---------------------------------------------------------------------------]]
  11.  
  12.  
  13. --[[
  14. Toggle settings.
  15. Set to true or false.
  16. ]]
  17.  
  18. -- voice3D - Enable/disable 3DVoice is enabled.
  19. GM.Config.voice3D = true
  20. -- AdminsCopWeapons - Enable/disable admins spawning with cop weapons.
  21. GM.Config.AdminsCopWeapons = true
  22. -- adminBypassJobCustomCheck - Enable/disable whether an admin can force set a job with whenever customCheck returns false.
  23. GM.Config.adminBypassJobRestrictions = true
  24. -- allow people getting their own custom jobs.
  25. GM.Config.allowjobswitch = true
  26. -- allowrpnames - Allow Players to Set their RP names using the /rpname command.
  27. GM.Config.allowrpnames = true
  28. -- allowsprays - Enable/disable the use of sprays on the server.
  29. GM.Config.allowsprays = true
  30. -- allowvehicleowning - Enable/disable whether people can own vehicles.
  31. GM.Config.allowvehicleowning = true
  32. -- allowvnocollide - Enable/disable the ability to no-collide a vehicle (for security).
  33. GM.Config.allowvnocollide = false
  34. -- alltalk - Enable for global chat, disable for local chat.
  35. GM.Config.alltalk = false
  36. -- autovehiclelock - Enable/Disable automatic locking of a vehicle when a player exits it.
  37. GM.Config.autovehiclelock = false
  38. -- babygod - people spawn godded (prevent spawn killing).
  39. GM.Config.babygod = true
  40. -- canforcedooropen - whether players can force an unownable door open with lockpick or battering ram or w/e.
  41. GM.Config.canforcedooropen = true
  42. -- chatsounds - sounds are played when some things are said in chat.
  43. GM.Config.chatsounds = true
  44. -- chiefjailpos - Allow the Chief to set the jail positions.
  45. GM.Config.chiefjailpos = true
  46. -- cit_propertytax - Enable/disable property tax that is exclusive only for citizens.
  47. GM.Config.cit_propertytax = false
  48. -- copscanunfreeze - Enable/disable the ability of cops to unfreeze other people's props.
  49. GM.Config.copscanunfreeze = true
  50. -- copscanunweld - Enable/disable the ability of cops to unweld other people's props.
  51. GM.Config.copscanunweld = false
  52. -- cpcanarrestcp - Allow/Disallow CPs to arrest other CPs.
  53. GM.Config.cpcanarrestcp = true
  54. -- currencyLeft - The position of the currency symbol. true for left, false for right.
  55. GM.Config.currencyLeft = true
  56. -- customjobs - Enable/disable the /job command (personalized job names).
  57. GM.Config.customjobs = true
  58. -- customspawns - Enable/disable whether custom spawns should be used.
  59. GM.Config.customspawns = true
  60. -- deathblack - Whether or not a player sees black on death.
  61. GM.Config.deathblack = false
  62. -- showdeaths - Display kill information in the upper right corner of everyone's screen.
  63. GM.Config.showdeaths = true
  64. -- deadtalk - Enable/disable whether people talk and use commands while dead.
  65. GM.Config.deadtalk = true
  66. -- deadvoice - Enable/disable whether people talk through the microphone while dead.
  67. GM.Config.deadvoice = true
  68. -- deathpov - Enable/disable whether people see their death in first person view.
  69. GM.Config.deathpov = false
  70. -- decalcleaner - Enable/Disable clearing ever players decals.
  71. GM.Config.decalcleaner = false
  72. -- disallowClientsideScripts - Clientside scripts can be very useful for customizing the HUD or to aid in building. This option bans those scripts.
  73. GM.Config.disallowClientsideScripts = false
  74. -- doorwarrants - Enable/disable Warrant requirement to enter property.
  75. GM.Config.doorwarrants = true
  76. -- dropmoneyondeath - Enable/disable whether people drop money on death.
  77. GM.Config.dropmoneyondeath = false
  78. -- droppocketarrest - Enable/disable whether people drop the stuff in their pockets when they get arrested.
  79. GM.Config.droppocketarrest = false
  80. -- droppocketdeath - Enable/disable whether people drop the stuff in their pockets when they die.
  81. GM.Config.droppocketdeath = true
  82. -- dropweapondeath - Enable/disable whether people drop their current weapon when they die.
  83. GM.Config.dropweapondeath = false
  84. -- Whether players can drop the weapons they spawn with.
  85. GM.Config.dropspawnedweapons = true
  86. -- dynamicvoice - Enable/disable whether only people in the same room as you can hear your mic.
  87. GM.Config.dynamicvoice = true
  88. -- earthquakes - Enable/disable earthquakes.
  89. GM.Config.earthquakes = false
  90. -- enablebuypistol - Turn /buy on of off.
  91. GM.Config.enablebuypistol = true
  92. -- enforceplayermodel - Whether or not to force players to use their role-defined character models.
  93. GM.Config.enforceplayermodel = true
  94. -- globalshow - Whether or not to display player info above players' heads in-game.
  95. GM.Config.globalshow = false
  96. -- ironshoot - Enable/disable whether people need iron sights to shoot.
  97. GM.Config.ironshoot = true
  98. -- showjob - Whether or not to display a player's job above their head in-game.
  99. GM.Config.showjob = true
  100. -- letters - Enable/disable letter writing / typing.
  101. GM.Config.letters = true
  102. -- license - Enable/disable People need a license to be able to pick up guns.
  103. GM.Config.license = false
  104. -- lockdown - Enable/Disable initiating lockdowns for mayors.
  105. GM.Config.lockdown = true
  106. -- lockpickfading - Enable/disable the lockpicking of fading doors.
  107. GM.Config.lockpickfading = true
  108. -- logging - Enable/disable logging everything that happens.
  109. GM.Config.logging = true
  110. -- lottery - Enable/disable creating lotteries for mayors.
  111. GM.Config.lottery = true
  112. -- showname - Whether or not to display a player's name above their head in-game.
  113. GM.Config.showname = true
  114. -- showname - Whether or not to display a player's health above their head in-game.
  115. GM.Config.showhealth = true
  116. -- needwantedforarrest - Enable/disable Cops can only arrest wanted people.
  117. GM.Config.needwantedforarrest = false
  118. -- noguns - Enabling this feature bans Guns and Gun Dealers.
  119. GM.Config.noguns = false
  120. -- norespawn - Enable/Disable that people don't have to respawn when they change job.
  121. GM.Config.norespawn = false
  122. -- npcarrest - Enable/disable arresting npc's.
  123. GM.Config.npcarrest = false
  124. -- ooc - Whether or not OOC tags are enabled.
  125. GM.Config.ooc = true
  126. -- propertytax - Enable/disable property tax.
  127. GM.Config.propertytax = false
  128. -- proppaying - Whether or not players should pay for spawning props.
  129. GM.Config.proppaying = false
  130. -- propspawning - Enable/disable props spawning. Applies to admins too.
  131. GM.Config.propspawning = true
  132. -- removeclassitems - Enable/disable shipments/microwaves/etc. removal when someone changes team.
  133. GM.Config.removeclassitems = true
  134. -- removeondisconnect - Enable/disable shipments/microwaves/etc. removal when someone disconnects.
  135. GM.Config.removeondisconnect = true
  136. -- respawninjail - Enable/disable whether people can respawn in jail when they die.
  137. GM.Config.respawninjail = true
  138. -- restrictallteams - Enable/disable Players can only be citizen until an admin allows them.
  139. GM.Config.restrictallteams = false
  140. -- restrictbuypistol - Enabling this feature makes /buy available only to Gun Dealers.
  141. GM.Config.restrictbuypistol = false
  142. -- restrictdrop - Enable/disable restricting the weapons players can drop. Setting this to true disallows weapons from shipments from being dropped.
  143. GM.Config.restrictdrop = false
  144. -- revokeLicenseOnJobChange - Whether licenses are revoked when a player changes jobs.
  145. GM.Config.revokeLicenseOnJobChange = true
  146. -- shouldResetLaws - Enable/Disable resetting the laws back to the default law set when the mayor changes.
  147. GM.Config.shouldResetLaws = false
  148. -- strictsuicide - Whether or not players should spawn where they suicided.
  149. GM.Config.strictsuicide = false
  150. -- telefromjail - Enable/disable teleporting from jail.
  151. GM.Config.telefromjail = true
  152. -- teletojail - Enable/disable teleporting to jail.
  153. GM.Config.teletojail = true
  154. -- unlockdoorsonstart - Enable/Disable unlocking all doors on map start.
  155. GM.Config.unlockdoorsonstart = false
  156. -- voiceradius - Enable/disable local voice chat.
  157. GM.Config.voiceradius = true
  158. -- tax - Whether players pay taxes on their wallets.
  159. GM.Config.wallettax = false
  160. -- wantedsuicide - Enable/Disable suiciding while you are wanted by the police.
  161. GM.Config.wantedsuicide = false
  162. -- realisticfalldamage - Enable/Disable dynamic fall damage. Setting mp_falldamage to 1 will over-ride this.
  163. GM.Config.realisticfalldamage = true
  164. -- printeroverheat - Whether the default money printer can overheat on its own.
  165. GM.Config.printeroverheat = true
  166. -- weaponCheckerHideDefault - Hide default weapons when checking weapons.
  167. GM.Config.weaponCheckerHideDefault = true
  168. -- weaponCheckerHideNoLicense - Hide weapons that do not require a license.
  169. GM.Config.weaponCheckerHideNoLicense = false
  170.  
  171. --[[
  172. Value settings
  173. ]]
  174. -- adminnpcs - Whether or not NPCs should be admin only. 0 = everyone, 1 = admin or higher, 2 = superadmin or higher, 3 = rcon only
  175. GM.Config.adminnpcs = 1
  176. -- adminsents - Whether or not SENTs should be admin only. 0 = everyone, 1 = admin or higher, 2 = superadmin or higher, 3 = rcon only
  177. GM.Config.adminsents = 1
  178. -- adminvehicles - Whether or not vehicles should be admin only. 0 = everyone, 1 = admin or higher, 2 = superadmin or higher, 3 = rcon only
  179. GM.Config.adminvehicles = 1
  180. -- adminweapons - Who can spawn weapons: 0: admins only, 1: supadmins only, 2: no one
  181. GM.Config.adminweapons = 1
  182. -- arrestspeed - Sets the max arrest speed.
  183. GM.Config.arrestspeed = 120
  184. -- babygodtime - How long the babygod lasts.
  185. GM.Config.babygodtime = 5
  186. -- chatsoundsdelay - How long to wait before letting a player emit a sound from their chat again.
  187. -- Leave this on at least a few seconds to prevent people from spamming sounds. Set to 0 to disable.
  188. GM.Config.chatsoundsdelay = 5
  189. -- deathfee - the amount of money someone drops when dead.
  190. GM.Config.deathfee = 30
  191. -- decaltimer - Sets the time to clear clientside decals (in seconds).
  192. GM.Config.decaltimer = 120
  193. -- demotetime - Number of seconds before a player can rejoin a team after demotion from that team.
  194. GM.Config.demotetime = 120
  195. -- doorcost - Sets the cost of a door.
  196. GM.Config.doorcost = 30
  197. -- entremovedelay - how long to wait before removing a bought entity after disconnect.
  198. GM.Config.entremovedelay = 0
  199. -- gunlabweapon - The weapon that the gunlab spawns.
  200. GM.Config.gunlabweapon = "weapon_p2282"
  201. -- jailtimer - Sets the jailtimer (in seconds).
  202. GM.Config.jailtimer = 120
  203. -- lockdowndelay - The amount of time a mayor must wait before starting the next lockdown.
  204. GM.Config.lockdowndelay = 120
  205. -- maxdoors - Sets the max amount of doors one can own.
  206. GM.Config.maxdoors = 20
  207. -- maxdrugs - Sets max drugs.
  208. GM.Config.maxdrugs = 2
  209. -- maxfoods - Sets the max food cartons per Microwave owner.
  210. GM.Config.maxfoods = 2
  211. -- maxlawboards - The maximum number of law boards the mayor can place.
  212. GM.Config.maxlawboards = 2
  213. -- maxletters - Sets max letters.
  214. GM.Config.maxletters = 10
  215. -- maxlotterycost - Maximum payment the mayor can set to join a lottery.
  216. GM.Config.maxlotterycost = 250
  217. -- maxvehicles - Sets how many vehicles one can buy.
  218. GM.Config.maxvehicles = 5
  219. -- microwavefoodcost - Sets the sale price of Microwave Food.
  220. GM.Config.microwavefoodcost = 30
  221. -- minlotterycost - Minimum payment the mayor can set to join a lottery.
  222. GM.Config.minlotterycost = 30
  223. -- Money packets will get removed if they don't get picked up after a while. Set to 0 to disable.
  224. GM.Config.moneyRemoveTime = 600
  225. -- mprintamount - Value of the money printed by the money printer.
  226. GM.Config.mprintamount = 250
  227. -- normalsalary - Sets the starting salary for newly joined players.
  228. GM.Config.normalsalary = 45
  229. -- npckillpay - Sets the money given for each NPC kill.
  230. GM.Config.npckillpay = 10
  231. -- paydelay - Sets how long it takes before people get salary.
  232. GM.Config.paydelay = 160
  233. -- pocketitems - Sets the amount of objects the pocket can carry.
  234. GM.Config.pocketitems = 10
  235. -- pricecap - The maximum price of items (using /price).
  236. GM.Config.pricecap = 500
  237. -- pricemin - The minimum price of items (using /price).
  238. GM.Config.pricemin = 50
  239. -- propcost - How much prop spawning should cost (prop paying must be enabled for this to have an effect).
  240. GM.Config.propcost = 10
  241. -- quakechance - Chance of an earthquake happening.
  242. GM.Config.quakechance = 4000
  243. -- respawntime - Minimum amount of seconds a player has to wait before respawning.
  244. GM.Config.respawntime = 1
  245. -- changejobtime - Minimum amount of seconds a player has to wait before changing job.
  246. GM.Config.changejobtime = 10
  247. -- runspeed - Sets the max running speed.
  248. GM.Config.runspeed = 240
  249. -- runspeed - Sets the max running speed for CP teams.
  250. GM.Config.runspeedcp = 255
  251. -- searchtime - Number of seconds for which a search warrant is valid.
  252. GM.Config.searchtime = 30
  253. -- ShipmentSpawnTime - Antispam time between spawning shipments.
  254. GM.Config.ShipmentSpamTime = 3
  255. -- shipmenttime - The number of seconds it takes for a shipment to spawn.
  256. GM.Config.shipmentspawntime = 10
  257. -- startinghealth - the health when you spawn.
  258. GM.Config.startinghealth = 100
  259. -- startingmoney - your wallet when you join for the first time.
  260. GM.Config.startingmoney = 500
  261. -- vehiclecost - Sets the cost of a vehicle (To own it).
  262. GM.Config.vehiclecost = 40
  263. -- wallettaxmax - Maximum percentage of tax to be paid.
  264. GM.Config.wallettaxmax = 5
  265. -- wallettaxmin - Minimum percentage of tax to be paid.
  266. GM.Config.wallettaxmin = 1
  267. -- wallettaxtime - Time in seconds between taxing players. Requires server restart.
  268. GM.Config.wallettaxtime = 600
  269. -- wantedtime - Number of seconds for which a player is wanted for.
  270. GM.Config.wantedtime = 120
  271. -- walkspeed - Sets the max walking speed.
  272. GM.Config.walkspeed = 160
  273. -- falldamagedamper - The damper on realistic fall damage. Default is 15. Decrease this for more damage.
  274. GM.Config.falldamagedamper = 15
  275. -- falldamageamount - The base damage taken from falling for static fall damage. Default is 10.
  276. GM.Config.falldamageamount = 10
  277. -- printeroverheatchance - The likelyhood of a printer overheating. The higher this number, the less likely (minimum 3, default 22).
  278. GM.Config.printeroverheatchance = 22
  279. -- printerreward - Reward for destroying a money printer.
  280. GM.Config.printerreward = 950
  281.  
  282. --[[---------------------------------------------------------------------------
  283. Other settings
  284. ---------------------------------------------------------------------------]]
  285.  
  286. -- The classname of money packets. Use this to create your own money entity!
  287. -- Note: the money packet must support the "Setamount" method (or the amount DTVar).
  288. GM.Config.MoneyClass = "spawned_money"
  289. -- In case you do wish to keep the default money, but change the model, this option is the way to go:
  290. GM.Config.moneyModel = "models/props/cs_assault/money.mdl"
  291. -- You can set your own, custom sound to be played for all players whenever a lockdown is initiated.
  292. -- Note: Remember to include the folder where the sound file is located.
  293. GM.Config.lockdownsound = "npc/overwatch/cityvoice/f_confirmcivilstatus_1_spkr.wav"
  294.  
  295. -- The skin DarkRP uses. Set to "default" to use the GMod default derma theme.
  296. GM.Config.DarkRPSkin = "DarkRP"
  297. GM.Config.currency = "$"
  298. GM.Config.chatCommandPrefix = "/"
  299. GM.Config.F1MenuHelpPage = "http://wiki.darkrp.com/index.php/Main_Page"
  300. GM.Config.F1MenuHelpPageTitle = "Wiki page"
  301.  
  302. -- Put Steam ID's and ranks in this list, and the players will have that rank when they join.
  303. GM.Config.DefaultPlayerGroups = {
  304. ["STEAM_0:0:00000000"] = "superadmin",
  305. ["STEAM_0:0:11111111"] = "admin",
  306. }
  307.  
  308. -- Custom modules in this addon that are disabled.
  309. GM.Config.DisabledCustomModules = {
  310. ["hudreplacement"] = true,
  311. ["extraf4tab"] = false,
  312. }
  313.  
  314. -- The list of weapons that players are not allowed to drop. Items set to true are not allowed to be dropped.
  315. GM.Config.DisallowDrop = {
  316. ["arrest_stick"] = false,
  317. ["door_ram"] = true,
  318. ["gmod_camera"] = true,
  319. ["gmod_tool"] = true,
  320. ["keys"] = true,
  321. ["lockpick"] = true,
  322. ["med_kit"] = true,
  323. ["pocket"] = true,
  324. ["stunstick"] = true,
  325. ["unarrest_stick"] = false,
  326. ["weapon_keypadchecker"] = true,
  327. ["weapon_physcannon"] = true,
  328. ["weapon_physgun"] = true,
  329. ["weaponchecker"] = true,
  330. ["weapon_752_bowcaster"] = true,
  331. ["weapon_752_dc15sa"] = true,
  332. ["weapon_752_dc15a"] = true,
  333. ["weapon_752_dc15s"] = true,
  334. ["weapon_752_dc17"] = true,
  335. ["weapon_752_dc17m_br"] = true,
  336. ["weapon_752_dc17m_sn"] = true,
  337. ["weapon_752_de10"] = true,
  338. ["weapon_752_e5"] = true,
  339. ["weapon_752_e11"] = true,
  340. ["weapon_752_westar34duel"] = true,
  341. ["weapon_752_dlt19"] = true,
  342. ["weapon_752_dl44"] = true,
  343. ["weapon_752_dh17"] = true,
  344. ["weapon_752_dsbp"] = true,
  345. ["weapon_752_e60r"] = true,
  346. ["weapon_752_ee3"] = true,
  347. ["weapon_752_elg3a"] = true,
  348. ["weapon_752_ihr"] = true,
  349. ["weapon_752_kyd21"] = true,
  350. ["weapon_752_ll30"] = true,
  351. ["weapon_752_se14c"] = true,
  352. ["weapon_752_t21"] = true,
  353. ["weapon_752_westar34"] = true,
  354. }
  355.  
  356. -- The list of weapons people spawn with.
  357. GM.Config.DefaultWeapons = {
  358. "keys",
  359. "weapon_physcannon",
  360. "gmod_camera",
  361. "gmod_tool",
  362. "weapon_physgun",
  363. }
  364.  
  365. -- Override categories.
  366. -- NOTE: categories are to be set in the "category" field of the custom jobs/shipments/entities/ammo/pistols/vehicles.
  367. -- Use this only to override the categories of _default_ things.
  368. -- This will NOT work for your own custom stuff.
  369. -- Make sure the category is created in the darkrp_customthings/categories.lua, otherwise it won't work!
  370. GM.Config.CategoryOverride = {
  371. jobs = {
  372.  
  373. },
  374. entities = {
  375.  
  376. },
  377. shipments = {
  378.  
  379. },
  380. weapons = {
  381.  
  382. },
  383. vehicles = {}, -- There are no default vehicles.
  384. ammo = {
  385.  
  386. },
  387. }
  388.  
  389. -- The list of weapons admins spawn with, in addition to the default weapons, a job's weapons and GM.Config.AdminsCopWeapons.
  390. GM.Config.AdminWeapons = {
  391. "weapon_keypadchecker",
  392. }
  393.  
  394. -- These are the default laws, they're unchangeable in-game.
  395. GM.Config.DefaultLaws = {
  396.  
  397. }
  398.  
  399. GM.Config.PocketBlacklist = {
  400. ["fadmin_jail"] = true,
  401. ["meteor"] = true,
  402. ["door"] = true,
  403. ["func_"] = true,
  404. ["player"] = true,
  405. ["beam"] = true,
  406. ["worldspawn"] = true,
  407. ["env_"] = true,
  408. ["path_"] = true,
  409. ["prop_physics"] = true,
  410. ["money_printer"] = true,
  411. ["gunlab"] = true,
  412. ["prop_dynamic"] = true,
  413. ["prop_vehicle_prisoner_pod"] = true,
  414. ["keypad_wire"] = true,
  415. ["gmod_button"] = true,
  416. ["gmod_rtcameraprop"] = true,
  417. ["gmod_cameraprop"] = true,
  418. ["gmod_dynamite"] = true,
  419. ["gmod_thruster"] = true,
  420. ["gmod_light"] = true,
  421. ["gmod_lamp"] = true,
  422. ["gmod_emitter"] = true,
  423. }
  424.  
  425. -- These weapons are classed as 'legal' in the weapon checker and are not stripped when confiscating weapons.
  426. -- This setting is used IN ADDITION to GM.Config.weaponCheckerHideDefault and GM.Config.weaponCheckerHideNoLicense.
  427. -- You should use the former if you want to class the default weapons (GM.Config.DefaultWeapons and, if admin, GM.Config.AdminWeapons) and a player's job weapons as legal.
  428. -- The latter takes GM.NoLicense weapons as legal (see licenseweapons.lua).
  429. -- The format of this config is similar to GM.Config.DisallowDrop.
  430. GM.Config.noStripWeapons = {
  431.  
  432. }
  433.  
  434. -- The entities listed here will not be removed when a player changes their job.
  435. -- This only applies when removeclassitems is set to true.
  436. -- Note: entities will only be removed when the player changes to a job that is not allowed to have the entity.
  437. GM.Config.preventClassItemRemoval = {
  438. ["gunlab"] = false,
  439. ["microwave"] = false,
  440. ["spawned_shipment"] = false,
  441. }
  442.  
  443. -- Properties set to true are allowed to be used. Values set to false or are missing from this list are blocked.
  444. GM.Config.allowedProperties = {
  445. remover = true,
  446. ignite = false,
  447. extinguish = true,
  448. keepupright = true,
  449. gravity = true,
  450. collision = true,
  451. skin = true,
  452. bodygroups = true,
  453. }
  454.  
  455. --[[---------------------------------------------------------------------------
  456. F4 menu
  457. ---------------------------------------------------------------------------]]
  458. -- hide the items that you can't buy and the jobs you can't get (instead of graying them out).
  459. -- this option hides items when you don't have enough money, when the maximum is reached for a job or any other reason.
  460. GM.Config.hideNonBuyable = false
  461.  
  462. -- Hide only the items that you have the wrong job for (or for which the customCheck says no).
  463. -- When you set this option to true and hideNonBuyable to false, you WILL see e.g. items that are too expensive for you to buy.
  464. -- but you won't see gundealer shipments when you have the citizen job.
  465. GM.Config.hideTeamUnbuyable = true
  466.  
  467. --[[---------------------------------------------------------------------------
  468. AFK module
  469. ---------------------------------------------------------------------------]]
  470. -- The time of inactivity before being demoted.
  471. GM.Config.afkdemotetime = 600
  472. -- Prevent people from spamming AFK.
  473. GM.Config.AFKDelay = 300
  474.  
  475. --[[---------------------------------------------------------------------------
  476. Hitmenu module
  477. ---------------------------------------------------------------------------]]
  478. -- The minimum price for a hit.
  479. GM.Config.minHitPrice = 200
  480. -- The maximum price for a hit.
  481. GM.Config.maxHitPrice = 50000
  482. -- The minimum distance between a hitman and his customer when they make the deal.
  483. GM.Config.minHitDistance = 150
  484. -- The text that tells the player he can press use on the hitman to request a hit.
  485. GM.Config.hudText = "Appui sur 'e' pour me donner un contrat!"
  486. -- The text above a hitman when he's got a hit.
  487. GM.Config.hitmanText = "Contrat\naccepté!"
  488. -- The cooldown time for a hit target (so they aren't spam killed).
  489. GM.Config.hitTargetCooldown = 120
  490. -- How long a customer has to wait to be able to buy another hit (from the moment the hit is accepted).
  491. GM.Config.hitCustomerCooldown = 240
  492.  
  493. --[[---------------------------------------------------------------------------
  494. Hungermod module
  495. ---------------------------------------------------------------------------]]
  496. -- hungerspeed <Amount> - Set the rate at which players will become hungry (2 is the default).
  497. GM.Config.hungerspeed = 2
  498. -- starverate <Amount> - How much health that is taken away every second the player is starving (3 is the default).
  499. GM.Config.starverate = 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement