/cs_lib

CScripts Netowork custom lib system to make ESX and QBCORE scripts faster :)

Primary LanguageLuaApache License 2.0Apache-2.0

cs_lib

For support join our discord linked below Discord: https://discord.gg/2kcXW3gRzg

How to use

local Core = exports['cs_lib']:GetLib()

How yo use OX stuff

  1. Go to fxmanifest.lua
  2. Change Code:
--shared_scripts {
--	'@ox_lib/init.lua'
--}

TO

shared_scripts {
	'@ox_lib/init.lua'
}

Documentation

SOON™️

License

LGPL-3.0-or-later