Wonder Fakeid

Installation

Putting script to server

  • Download script from keymaster

  • Put in your server files

  • put ensure wonder_fakeid in your server.cfg

Creating fakeid items

  • in folder install you have images and items.md

  • put all images into ox_inventory/web/images

  • put this bellow (same as you have in items.md) into ox_inventory/data/items.lua

['fakeid'] = {
    label = 'Unmarked ID card',
    weight = 10,
    stack = false,
},
['marked_fakeid'] = {
    label = 'ID card',
    weight = 10,
    stack = false,
},

Last updated