Guest User

Untitled

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