Skip to content

NotPixel/np_robberycooldown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Robbery Cooldown

A simple take on handling robbery cooldowns.

Use

To check if a cooldown is active, you simply do the following from a robbery script:

local check = exports.np_robberycooldown:CooldownCheck()

Then, you do the following:

if not check then
	 exports.np_robberycooldown:StartCooldown(5000)
	 -- Start Robbery Stuff goes here.
else
   -- Insert notification system
end

Support

If you run into an issue whilst using this robbery cooldown handler, please create an issue.

About

A simple take on handling robbery cooldowns.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages