[ESX/OX] dAchievements - Enhance your server with a predefined achievement system!

Yo, quick-made resource that allows you to predefine achievements
First time creating resource with html, may not be perfect but still its free and open source so if you do not like anything u can just change it.

You are not allowed to sell this resource.
You are not allowed to change authors of the resource.

  • Add Achievements to player

  • Add progress to x achievement for player

  • Ace permission

  • Easily configurable

  • Ox/ESX inventory support

  • Rewards for completing achievement

    Preview

dAchievements.zip (9.5 KB)

Code is accessible Yes
Subscription-based No
Lines (approximately) ~350
Requirements ESX/OX & InteractSound (Optionally)
Support Yes
9 Likes

which hud do you using?

custom, made for my server

i saw this hud similar version before for qb-core but i lost and can’t find.

dont really understand what this does exactly from your video, so can you like chop 50 cars at the chopshop and be rewarded with an item?

Well pretty much yes, you create an achievement in Config, then later you can reward player with the achievement by putting export to your code. For example

RegisterNetEvent('blabla:water', function() 
DrinkWater()

exports.dAchievements:AddProgressToAchievement(achievement, progress) -- Adds progress to achievement for a player (source) 

OR 

exports.dAchievements:AddAchievement(achievement) -- Adds achievement to player (source)

end)

Our hud is inspired by this

you forgot the sql file?, or it creates automatically?

this is cool af, very unique and I think you did an awesome job.

Yeah you were right, i forgot about the sql creation. My bad, updating it right now

1 Like

UPDATED

  • SQL should be checking on resource startup if table exists and if it doesn’t, it should create a new table

nice work bro

2 Likes

really nice resource, but not working with older es_extended versions like 1.1 :frowning:

dm me on discord, and i will help you to convert it

_dzikipies

Working on qbcore with ox inventory?