Red40 - Metaldetecting (QBX/QB/ESX)

A script by solareon

No reviews yet.
Red40 - Metaldetecting (QBX/QB/ESX) main image

Price

Unknown

Full Description

red40_metaldetecting

We are proud to announce the release of our first resource for FiveM from Red40 Development!

Features

  • Zone based configuration (poly and circle zones) for loot and XP
  • Tiered XP system (open for integration to a skill script of your choice) to gate items in a zone
  • Statebag based prop attachment
  • Quits detecting if item removed from inventory (ox_inventory only)
  • Server side validation of drops
  • Shared pickup points between users
  • Custom metal detecting prop and rings
  • DrawText3d or TextUI
  • Locales for translations

Requirements

  • ox_lib
  • QBX/QB/ESX
  • Bridge files are open for other inventories/frameworks

Installation

  • Unzip resource to your server resources
  • For ox_inventory add the following to your data\items.lua
    metal_detector = {
        label = 'Metal Detector',
        description = 'Scans for metallic objects underground',
        weight = 500,
        stack = false,
        close = false,
        consume = 0,
        client = {
            image = 'metal_detector.png',
        },
        server = {
            export = 'red40_metaldetecting.detector'
        }
    }
  • Other inventories will need to have items added in the correct format with the name being metal_detector

Usage

  • Use metal_detector item
  • Find spot and press E to dig

Purchase

Support

Docs

Code is accessible No (Bridge Code Accessible)
Subscription-based No
Lines (approximately) 1200+
Requirements QBX/QB/ESX
Support Yes