๐Ÿ“‹Installation

Resource installation guide and dependencies

Framework

Dependencies

ResourceInstallDescription

Required

callbacks,notification

  • Supported all esx inventories that use default esx functions.

1 - Start

1. Download your resource from FiveM's Keymaster.
2. Unzip fs_fraud.zip folder and place it into your resource folder.
3. Install items according to your inventory {you can copy items from below}
4. Install images that come with script in install_me_first/images folder

2 - Items

-- add item into ox_inventory/shared/items.lua under last item

["fs_stolencard"] = {
    label = "Stolencard",
    weight = 10,
    stack = true,
    close = true,
},

["fs_usb"] = {
    label = "Info Usb",
    weight = 10,
    stack = true,
    close = true,
},

["fs_whiteslip"] = {
    label = "White Slip",
    weight = 10,
    stack = true,
    close = true,
},

["fs_blankcard"] = {
    label = "Blank Card",
    weight = 10,
    stack = true,
    close = true,
},

["fs_clonnedcard"] = {
    label = "Cloned Card",
    weight = 10,
    stack = true,
    close = true,
},

["fs_forgedcheque"] = {
    label = "Forged Check",
    weight = 10,
    stack = true,
    close = true,
},

["fs_generator"] = {
    label = "Generator",
    weight = 1,
    stack = true,
    close = true,
},

["fs_laptop"] = {
    label = "Laptop",
    weight = 1,
    stack = true,
    close = true,
},

["fs_printer"] = {
    label = "Printer",
    weight = 1,
    stack = true,
    close = true,
},

["fs_skimmer"] = {
    label = "Skimmer",
    weight = 1,
    stack = true,
    close = true,
},

3 - Inventory Pictures

* You have to get image file from install_me_first folder and copy paste all images into your inventory

4 - Configuration

* You must go through all configuration options & settings in shared/config.lua

5 - Ready

Congratulations, you've successfully installed the resource. Restart the server and you will be all set.

Last updated

Change request #57: