📖
Goat Scripts Doc
Discord
  • Home
  • G_CORE
    • Installation
      • QBCore
      • ESX
      • QBox
      • VORP
    • Developer
      • Events
        • Server
        • Client
      • Exports
        • Server
        • Client
      • Variables
  • G_LIFESTYLE
    • Installation
      • QBCore / ESX
      • QBox
    • Events
  • G_MONEYWASH
    • Installation
      • QBCore / ESX
      • QBox
  • G_SCRAPYARD
    • Installation
      • QBCore / ESX
      • QBox
    • Mini Games
  • G_SPEEDLIMITER
    • Installation
      • QBCore
      • QBox
  • G_USABLELIGHTS
    • Installation
      • QBCore / ESX
      • QBox
  • G_DOCKJOB - STDENIS
    • Installation
  • G_DEALER
    • Developer
      • Exports
        • Client
Powered by GitBook
On this page
  • Get Core
  • Available Variables
  • gcore.framework
  • gcore.export
  • gcore.player
  • gcore.police
  • gcore.inventory
  • gcore.target
  • gcore.money
  • gcore.gta.scenarios
  • gcore.gta.props
  • gcore.rd2.keys
  1. G_CORE
  2. Developer

Variables

Get Core

In order to use any of the core features you must get the data.

local gcore = exports['g_core']:getcore()

Available Variables

gcore.framework

gcore.export

gcore.player

gcore.police

Stores the amount of police online and on duty

gcore.inventory

gcore.target

gcore.money

  • type

  • item

    • clean

    • dirty

  • account

    • clean

    • dirty

    • tebex

gcore.gta.scenarios

gcore.gta.props

gcore.rd2.keys

PreviousClientNextInstallation

Last updated 3 months ago