Skip to content

tnwrestler360/fd-oxyrun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STEPS

    1. Download the file
    1. Drag the file to your server resources
    1. Item setup: ADD THESE TO QB-CORE/SHARED/ITEMS.LUA

    ['rollofsmallnotes'] = {['name'] = 'rollofsmallnotes', ['label'] = 'Roll Of Small Notes', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'cashroll.png', ['unique'] = true, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Money?'},

    ['bandofnotes'] = {['name'] = 'bandofnotes', ['label'] = 'Band Of Notes', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'cashstack.png', ['unique'] = true, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Money?'},

    ['markedbills'] = {['name'] = 'markedbills', ['label'] = 'Marked Money', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'markedbills.png', ['unique'] = true, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Money?'},

    ['suspiciouspackage'] = {['name'] = 'suspiciouspackage', ['label'] = 'Suspicious package', ['weight'] = 10000, ['type'] = 'item', ['image'] = 'suspicious.png', ['unique'] = true, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'This contains something illegal???'},

    1. Copy the images from the [images] file and paste them to yourinventoryfile/html/images
    1. If you want the animations ON go to your inventoryfile/client and make it similar like this: https://pastebin.com/9w8tWLh9 (TIP: CTRL + F : fd-oxyrun) and check if Config.ForceAnimation is set as true in config.
    1. Check the config.lua file and make changes if needed
    1. Restart the server
    1. Enjoy!

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages