Advertisement
Guest User

Untitled

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