Skip to main content

โŒš Watchmarket

This unique FiveM script introduces an immersive watch trading experience. Players can visit the watch store, browse a variety of timepieces, and even negotiate trades with other players. The marketplace dynamically adjusts watch prices based on supply and demand, creating a dynamic economy. Whether youโ€™re a watch enthusiast or a savvy trader, this script adds a touch of luxury to your server!โ€ ๐Ÿ•ฐ๏ธ๐Ÿค

Configurationโ€‹

Watch Categoriesโ€‹

storecategories Categories are used to organize watches in the store. You can add, remove, or edit categories in the config.lua file.

note

5 is the maximum number of categories that can exist

config.lua
    categories = { -- categories musst be lowercase
[1] = "all", -- this category is fixed and will be always the first one (it shows all watches)
[2] = "classic",
[3] = "sport",
[4] = "gold",
[5] = "platinum",
},

Admin Overviewโ€‹

The admin overview allows you to manage watches. You can access the admin overview by store interface.

managewatches

Set Group Permissionsโ€‹

Can be managed by setting group permissions in the config.lua file.

config.lua
    adminGroups = {"admin", "superadmin", "mod"}, -- Groups that can access to the admin overview

Add Watchesโ€‹

Edit Watchesโ€‹

Delete Watchesโ€‹

danger

Deleting a watch is irreversible (watch cannot be traded after this). Make sure you want to delete the watch before proceeding.

deletewatches