Skip to content

h03ein72/fivem_job_limits

Repository files navigation

Job72 Handler

This is a simple FiveM-Script for those whom need a limiter for jobs.

Requirements

Installation

Just use this to set a checker

ESX.TriggerServerCallback('job72_handler:getTimers', function(isExpired)

    if isExpired then

        ESX.ShowNotification("~y~You are ~r~Finished. ~y~Call admin to recharge.")

    else
        
        -- your code

    end

end, ESX.PlayerData.job.name)

Then use these commands to set or delete the timers:

  • /rtjob
  • /rdjob

About

This is a simple FiveM-Script for those whom need a limiter for jobs.

Topics

Resources

License

Stars

Watchers

Forks

Languages