πUsage
Everything you need to understand how to use the script.
Check if Player is Currently Looting a Dead Body (Client-Sided)
exports["petris-lootdeadbodies"]:IsCurrentlyLootingDeadBody()Whitelisted/Blacklisted Areas Configuration
["Locations"] = {
["System"] = "blacklisted", -- Possible Values: whitelisted | blacklisted (Define if you want to blacklisted areas and whitelist the other map locations or whitelist areas and block the other map locations)
["WhitelistedLocations"] = { -- The only locations where loot bags can be dropped
{ AreaName = "Test1", AreaCoordinates = vector3(0.0, 0.0, 0.0), AreaRange = 10.0 }, -- Area Name is not used, but it is recommended to fill so you know which areas are whitelisted.
{ AreaName = "Test2", AreaCoordinates = vector3(0.0, 0.0, 0.0), AreaRange = 5.0 } -- Area Name is not used, but it is recommended to fill so you know which areas are whitelisted.
},
["BlacklistedLocations"] = { -- Location that loot bags won't be dropped even if the function is triggered.
{ AreaName = "Test1", AreaCoordinates = vector3(0.0, 0.0, 0.0), AreaRange = 10.0 }, -- Area Name is not used, but it is recommended to fill so you know which areas are blacklisted.
{ AreaName = "Test2", AreaCoordinates = vector3(0.0, 0.0, 0.0), AreaRange = 5.0 } -- Area Name is not used, but it is recommended to fill so you know which areas are blacklisted.
},
},Set Blacklisted Items/Money/Weapons
Icon Customization
Last updated
