Wonder Scripts - Docs
  • About Me
  • SCRIPTS
    • Wonder Fakeid
      • Config file
    • Wonder Warehouse
      • Config file
    • Wonder Peacetime
      • Config file
    • Wonder Storage
      • Config file
    • Wonder Apartments
      • Config file
    • Wonder Notify
      • Config file
Powered by GitBook
On this page
  • Installation
  • Putting script to server
  • Creating fakeid items
  1. SCRIPTS

Wonder Fakeid

PreviousAbout MeNextConfig file

Last updated 9 months ago

Installation

Putting script to server

  • Download script from

  • 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,
},
keymaster