DXS Creator

Requirements
FXServer (cerulean)
es_extendedorqb-core(select via config)oxmysqlOptional phone resources for bank notifications:
qs-smartphone,qb-phone,gksphone,gcphone
Installation
Place the resource in
resources/[dxs]/DXS_creator.Ensure dependencies are started before this resource.
Import
sql/dxs_creator.sql(optional; tables are also created automatically at runtime).Add to
server.cfg:Restart the server.
Configuration
Edit config.lua:
Framework:esxorqbcoreAdminGroup: ESX group or QBCore permission allowed to use/creatorEnableNewRobberySystem: must betrueto open the creator menuDebug: enable debug outputBlackMoneyType: QBCore money type used forblack_money(default:cash)
Commands
/creator- open the creator UI (admin group only)/dv- delete the closest vehicle/dvadmin- delete the closest vehicle (admin)/doorinfo- debug a door entity for the door lock creator
Data Files
html/blips.jsonandhtml/blipColors.jsonfor blip UI data.html/vehicle_catalog.jsonfor dealership catalog and previews.
Database
Schema in
sql/dxs_creator.sql.Tables also created automatically on resource start if missing.
Notes
/creatoronly opens whenConfig.EnableNewRobberySystem = true.When
Framework = qbcore, vehicles are stored inplayer_vehicles(mods JSON inmods).Dealership purchases store the selected color in vehicle props for correct paint on spawn.
Last updated