Z-Scripts FiveM Findables

Transform your FiveM server with our Findables script! This dynamic tool allows server owners to create exciting treasure hunts where players search for hidden collectibles. Perfect for seasonal events like Halloween or winter festivities, it adds an engaging layer of fun and competition!

  • Custom Event Creation: Easily set up themed hunts to keep players engaged.
  • Editable Collectibles: Choose unique graphics for each collectible marker.
  • User-Friendly Configuration: Simple config file for easy customization, no Lua experience required.
  • Reward System: Players receive items for finding collectibles, with bonus rewards for completing the hunt.
  • Flexible Settings: Customize reward types and conditions to suit your server’s needs.

Support: All Framework
Dependency: oxmysql

Preview
YouTube

Config Preview
Z-Scripts Findables Config

Get for free
Github
Tebex - FREE

Code is accessible Yes
Subscription-based No
Lines (approximately) 500
Requirements oxmysql
Support Yes
5 Likes

Very cool! I had to change this part in server/main.lua
if data[event] then
for k, v in pairs(data[event]) do

to use key instead of event to work

if data[key] then
for _, v in pairs(data[key]) do

Oh, there was an old version on github. Thanks for the help!

1 Like