Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Config = {}
- Config.getSharedObject = 'esx:getSharedObject'
- Config.OpenKey = 288 -- null = komplett aus
- Config.notificationClient = function(message)
- end
- Config.notificationServer = function(message, source)
- end
- Config.nearbyTrunkRadius = 5.0
- Config.animations = {
- ItemMovedToTrunk = true,
- ThrowItem = true,
- GiveItem = true
- }
- Config.Vehicles = {
- ["T20"] = {
- weight = 5,
- slots = 5
- }
- }
- Config.NotFound = {
- weight = 5,
- slots = 25
- }
Add Comment
Please, Sign In to add comment