Page cover

🧠How to Install

FiveStar Script

Requirements

Before starting, make sure you have the latest version of oxmysql Script installed on your server

You can fully customize the config file and customize or change the ox_target or ox_lib or ox_innvetory or qb-inventory or ps-inventory scripts

Add Export

Open the ox_innvetory script Find the function client.closeInventory in ox_invnetory and add the export FiveStar-MissionClub

ox_inventory/client.lua
function client.closeInventory(server)
	exports["FiveStar-MissionClub"]:closeInventory()
	-- .... 
end

Add Icons Item

Add icon items in ox_inventory/web/images or your custome inventory

Add Items Data

Add items data in ox_inventory/data/items.lua or custome inventory

Insert SQL

Insert the database.sql file to your SQL server

Note

If you use custom inventory, you can customize it or change it to all required scripts in config.lua.

Add License

Please put your license in server/license.lua | If your script is encrypted, enter your license

Last updated

Was this helpful?