Sync Scripts
Our Links
  • Welcome To Sync Scripts!
  • Paid Scripts
    • πŸ”«AdvNPC
      • Config
      • Installation
      • Dependencies
  • Free Scripts
    • πŸ—ΊοΈSecret Maps
      • Config
      • Installation
      • Dependencies
    • πŸ’Jewelry Heist
      • Config
      • Installation
      • Dependencies
    • 🏝️Treasure
      • Config
      • Installation
      • Dependencies
Powered by GitBook
On this page
  1. Free Scripts

Secret Maps

This page is here to provide you with information on our scripts.

Simply download and drag the contents into a new folder named [sync], then add ensure sync to your serverconfig file and restart your server. (make sure Sync is started last)


  • Restart your server.

  • Ensure the item name and map names match.

  • Create a new item in your qb-core/shared/items.lua file.

    Example:

    del_perro = {        name = 'del_perro',        label = 'A Note',        weight = 100,        type = 'item',        image= 'Note.png',        unique = true,        useable = true,        shouldClose = true,        description = 'A Note With Something Written On It'    },
  • Add ensure sync to your serverconfig file.

  • Download and drag the contents into a new folder named [sync].


Example useage Coming soon..

// Some code
PreviousDependenciesNextConfig

Last updated 11 months ago

πŸ—ΊοΈ