How to Install dh_jobleveling
Add sql.sql to your database
Add to your .cfg file ensure dh_jobleveling
Configuration according to your expectations file config.lua
If you are developer configurate file TechnicalConfigClient.lua and TechnicalConfigServer.lua
Prepare language.lua for your language
Add Event to your jobs scripts at the end of done task
Client | TriggerEvent('dh_jobleveling:OnJobEnded')
Server | TriggerClientEvent('dh_jobleveling:OnJobEnded',source)
7. Restart Server
8. You are good to go
Last updated 3 years ago