Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
These are some settings you can use to tailor the lib to your needs you can also make a new file within the same directory as your server.cfg and call it dirk_lib.cfg
and then you can simply put exec dirk_lib.cfg
in your server.cfg somewhere before dirk_lib is ensured
If you are setting framework/inventory/target etc please make sure you use the exact resource name so the bridging will work correctly. You can easily reference all the bridge resources by checking the bridge folder, you can also easily add your own bridging here for resources that are not yet supported
To get started with lib, include the shared script within your resource's fxmanifest.lua
You are able to select modules to be loaded, however they will also dynamically import. This can be done via the dirk_libs
manifest option
These are all the resources that this lib will bridge for, add your own by making a PR or contacting me on discord.
cdn-fuel
LegacyFuel
ox_fuel
ps-fuel
Renewed-Fuel
ti.fuel
x-fuel
dirk_inventory
ox_inventory
codem-inventory
qb-inventory
qs-inventory
tgainn_inventory
cd_garage
MrNewbVehicleKeys
okokGarage
qb-vehiclekeys
qs-vehiclekeys
Renewed-Vehiclekeys
tiger_keys
vehicles_keys
wasabi_carlock
es_extended
qb-core
qbx_core
av_weather
cd_easytime
qb-weathersync
Renewed-Weathersync
vSync
Please read the documentation clearly to prevent asking for help for an issue that is explained here. If you follow the steps on these pages your script will work providing you have all dependencies.
If for example you still cannot use your script after following all the instructions listed here please make a ticket in our discord. You will find the discord to the left at the bottom.
Used for GTA map location blips, for example a fuel station location
Register a new blip to be shown on the map
id
Unique reference for the blip
data
Get a blip's data via it's id
id
Unique reference for the blip
Remove a blip from the map and cache
id
Unique reference for the blip
This is the data structure of a blip and the valid options
Options for the blip, see
FiveM Blip Sprites Reference:
FiveM Native SetBlipDisplay Reference:
Fivem Blip Colour Reference:
FiveM Native SetBlipCategory Reference:
Helpful functions for the player data structure and functions
System for creating player groups and managing them. Used in clean_pause and other clean jobs.
Then you can select download for the item you just purchased.
First you will want to go to the readme.md file within the resource itself and make sure there are no specific instructions for this resource. Otherwise just check the dependency list in the readme make sure you have everything installed. Then simply drag your resource into your resources folder and ensure it in your server.cfg.
Helpful camera tools for controlling the GTA camera system
Quickly focus a camera towards an entity
Focus onto a ped's head with the camera, great for menus
Focus onto a specific position with the camera
Leave active camera
This is the data structure of a camera and the valid options
TBC TBC TBC TBC TBC TBC TBC TBC TBC TBC TBC TBC TBC TBC TBC TBC TBC TBC TBC TBC TBC
Used to register and control any player interaction
Create a new player interaction
Get information regarding an interaction
Completely remove an interaction
This is the data structure of an interaction and the valid options
There are multiple different interactions seen below:
This documentation is pending confirmation
After purchasing one of our scripts you will need to head over to this is where all of your purchased products go. You will see this page after you login. Select the following option:
event
Server defined event name
playerId
Server Only - source to send request to
cb
Callback function, there must be at least one defined
event
Event name to be called from the server
cb
Callback function, should return values for the callback
id
Unique reference for the object
id
Unique reference for the object
func
Callback function to be executed
timeout
Duration in sections to wait
path
Path of the file
from_central
If the directory should prefix saved_data
path
Path of the file
data
Data to be saved
from_central
If the directory should prefix saved_data
name
Unique reference for the interaction
name
Unique reference for the interaction
name
Unique reference for object
new_data
entity
Entity to focus
data
event
Entity to focus
data
data
name
Unique reference for the interaction
data
Options for the object, refer to
Camera options, refer to
Camera options, refer to
Camera options, refer to
Options for the interact, refer to
Used to request models and textures
Load a model with timeout checks
model
Model(s) to load
timeout
Timeout for the model loads, default 20s
Request texture dictionary
txd
Texture(s) to load
timeout
Timeout for the texture loads, default 20s
Helpful functions for the player data structure and functions
Helpful functions for the player data structure and functions
Used to request models and textures
table
Table to be copied
tbls
Table to be searched
key
Key to be found
table
Table to be searched
value
Value to be found
recursive
Check sub tables too
_type
Type of data - vectors, items_sql, string, item_ox, convert_idexes
data
Data to be converted
table
Table to be counted
_type
Type of print - info, warn, error or debug
...
Debug info
_type
Unique print type
prefix
What should be prefixed in front of the debug
condition
Callback to check if it should print
Helpful functions for the player data structure and functions
Helpful functions for the player data structure and functions
Get the player's information
src
Source of the target
Returns the identifier (CitizenID) of the player
src
Source of the target
Returns the name of the character
src
Source of the target
Return the phone number of the character
src
Source of the target
Return the gender of the character
src
Source of the target
Check if a player is online by their CitizenID
identifier
Identifier to be checked for
Send a player to jail
trg
Source to be targeted
data
Data to be used, for example time
Add money to a player
src
Source to be targeted
acc
Account to be deposited in
amount
Amount to be moved
reason
Transaction reason
Remove money to a player
src
Source to be targeted
acc
Account to be removed
amount
Amount to be moved
reason
Transaction reason
Add item to a player
src
Source to be targeted
item
Item spawncode
amount
Quantity
md
Metadata for the item
slot
Slot to be placed in, default is next available
Remove an item for a player
src
Source to be targeted
item
Item spawncode
amount
Quantity
md
Metadata for the item
slot
Slot to be placed in, default is next available
Edit the metadata of an item
src
Source to be targeted
slot
Item slot to be targeted
new_data
Data to be set
Returns the inventory of the player
Example Return:
src
Source to be targeted
The cache is used to store frequent information that scripts will use, this reduces the load of scripts overall as the core library is the only resource gathering these variables.
The cache is simple to access, once you've followed the Getting Started steps, you will be able to access the following values:
The cache emits update events once a cache value has been updated, this is useful to ensure your script's values are up-to-date.
The event is structured like this
The KEY is the cache value you'd like to watch, in the example below we've used the ped key.
If you'd like a quick list of cache values for your script, use the following snippet.
This contains the player's local id
This contains the player's server id or "source"
This contains the player's ped ID
This contains the current vehicle the player is within, it returns false if they are not within a vehicle
This contains the current seat the player is in within a vehicle, it returns false if they are not in any vehicle
This contains if the player is the driver of their vehicle
This contains the model hash of the weapon the player is using, it returns false if they are not holding a weapon
Used to create target zones (Third Eye)
Create a simple box zone
id
Unique zone reference
data
Zone options
Create a polrzone
This documentation isn't confirmed / is not implimented yet
id
Unique zone reference
data
Zone options
Remove a created zone
id
Unique zone reference
Create an entity and allow targeting
entity
Unique zone reference
data
Zone options
Remove an entity zone
id
Unique zone reference
net
Is the entity networked
type: string
type: string
type: integer
type: string
type: integer
type: vector3
type: vector3
Model of object to hold type: string
type: function
type: integer
Used to limit the maximum weight of a vehicle that can be supported by the item.
Please follow these instructions carefully if you do so you should have no issues, if you do still experience issues after reading through all of this then please make a ticket in discord.
DEPENDENCIES
Please grab your old projectCars.json
and place it in the root directory of clean_projectCars. The script will auto-detect it on startup and convert any old vehicles to the new SQL table.
In order for this to work you will need to add all the data in INSTALLATION/itemsToAdd/ox_items.lua
to ox_inventory/data/items.lua
For all QB based inventory systems you can find the items in the following folder
INSTALLATION/itemsToAdd/qb_items.lua
should you wish to manually add them
Used to create and manage polyzones
Create a new zone
name
Unique zone reference
data
Get zone information
name
Unique zone reference
Remove a created zone
name
Unique zone reference
Check whether a position lies inside a zone(s)
name
Unique zone reference(s)
pos
Position to be checked
This is the data structure of a blip and the valid options
Some zones have different requirements, see below:
You will need the following resources installed to be able to use this script properly, please ensure this is possible before buying the script My Library
Zone options, refer to
Game Zones:
Some useful commands that are locked to admin only by default. All of these commands will list the arguments required if you type them in the chat.
Will delete the nearest projectCar entirely from the database and the world.
Will complete the nearest projectCar requiring the player to just get in and start it
This will give you an engine with the correct metadata dependant on the class you supply.
Will give you all the items you need to complete a car.
All configuration will be done via the files within the settings folder.
For the supported clothingSystems/Frameworks this will be drag and drop for most users, with no effect to players characters etc.
DEPENDENCIES
You can allow players to purchase labs via tebex instead of in-game for some labs should you wish players can join the server after purchase and use the Config.RedeemCommand (/ClaimLab) in order to claim their new lab this will give them keys into their inventory and ownership.
First you will need to ensure you have linked your tebex to your FiveM server there are many guides for this on Google. You will then need to make a new package with the deliverable product being a Game Server command setup like so: The name of this package you create must be the name of the index of the lab in the config. So in the example below it would have to be "Downtown Cocaine Lab"
You can allow players to purchase labs via tebex instead of in-game for some labs should you wish players can join the server after purchase and use the Config.RedeemCommand (/ClaimLab) in order to claim their new lab this will give them keys into their inventory and ownership.
First you will need to ensure you have linked your tebex to your FiveM server there are many guides for this on Google. You will then need to make a new package with the deliverable product being a Game Server command setup like so: The name of this package you create must be the name of the index of the lab in the config. So in the example below it would have to be "Downtown Cocaine Lab"
You will need the following resources installed to be able to use this script properly, please ensure this is possible before buying the script My Library
Make sure you have installed and it's autodetecting the correct resources, see server console.
(REQUIRED)
Parts that need to be added to the vehicle for completion.
type: string
type: number
Think of names in a hat, how many times is this name in the hat?
type: number
The weight of the item in the inventory
type: table (object)
Tools required to fit this part ex: {funnel = 1}
item?: number
Quantity required
type: table (object)
Consumables required to fit this part, these will be removed.
item?: number
Quantity required
type: table (object)
dict?: string
Must specify either scenario or dict
clip: string
flag?: number
time?: number
time required to fit the part
type: table (array)
other part names required before fitting this part
type: string (prop name)
the model name of part that is carried in hand/placed on floor whilst installing
type: number
the maximum range from vehicle this part can be installed
type: string
the bone where this part needs to be applied at (ex: "engine" for coolant)
type: function
(itemExists, _type)
type: boolean
if this part is applied or not
type: string
the part name / type
Wether or not the car can start, based on this part
Message to show after checking
type: function
(self, entity, _type)
type: object
the car object
type: number
The client entity handle (entity ID)
type: string
the name of part added
type: function
(self, entity, _type)
type: object
the car object
type: number
The client entity handle (entity ID)
type: string
the name of part added
(REQUIRED)