⚙️
Twisted Docs.
  • Welcome to Twisted Docs!
  • V3 Custom Server
    • 🖐️Description
    • 😎Installation
    • 🐌How To
    • 😇Commands (WIP)
    • 🥶Scripts Information (WIP)
    • 🥱PlayerData (WIP)
  • Others
    • 🤫Code Examples (WIP)
    • 😴Conversions (WIP)
Powered by GitBook
On this page
  • Basic Information
  • Core (qb-core)
  • Admin Menu (qb-adminmenu)
  1. V3 Custom Server

Scripts Information (WIP)

WIP = Work in progress

PreviousCommands (WIP)NextPlayerData (WIP)

Last updated 1 year ago

Basic Information

  • Almost every script has configuration file (config.lua) that contains options that you are able to edit

  • I suggest to go through every script file so you learn where and what you can modify

  • Please be very careful while you editing things in the server files, always check how other things are added and follow same procedure. Always make backup before changing anything so you can learn from your mistakes.

Core (qb-core)

Most important script for all QB scripts

  • config.lua

config.lua
  • "shared" folder

    • This folder contains files with all added vehicles, items, weapons, jobs and gangs in the system

Commands
  • /tp

  • /tpm

  • /addpermission

  • /removepermission

  • /openserver

  • /closeserver

  • /sv or /car

  • /dv

  • /givemoney

  • /setmoney

  • /setjob

  • /setgang

  • /job

  • /gang

  • /clearinv

  • /me

  • /addrep

  • /reputation

Admin Menu (qb-adminmenu)

  • Available groups

    • user/admin/god

  • Admin Menu

  • Developer tools

Commands
  • /admin - Opens Admin Menu

  • /admincar - Makes vehicle owned by you (vehicle must be added in qb-core/shared/vehicles.lua like others)

  • /setammo

  • /blips

  • /names

  • /coords

  • /noclip

  • /announce

  • /report

  • /reportr

  • /reporttoggle

  • /staffchat

  • /warn

  • /checkwarns

  • /delwarn

  • /kickall

🥶