Guest User

sanity_inventory/config.lua

a guest
Oct 28th, 2022
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.51 KB | None | 0 0
  1. Config = {}
  2.  
  3. Config.getSharedObject = 'esx:getSharedObject'
  4.  
  5. Config.OpenKey = 288 -- null = komplett aus
  6.  
  7. Config.notificationClient = function(message)
  8.    
  9. end
  10.  
  11. Config.notificationServer = function(message, source)
  12.    
  13. end
  14.  
  15. Config.nearbyTrunkRadius = 5.0
  16.  
  17. Config.animations = {
  18.     ItemMovedToTrunk = true,
  19.     ThrowItem = true,
  20.     GiveItem = true
  21. }
  22.  
  23. Config.Vehicles = {
  24.     ["T20"] = {
  25.         weight = 5,
  26.         slots = 5
  27.     }
  28. }
  29.  
  30. Config.NotFound = {
  31.     weight = 5,
  32.     slots = 25
  33. }
Add Comment
Please, Sign In to add comment