Exports
Client
openMenu()
Opens the personalmenu.
Example:
hasCooldown()
Checks if there is an active cooldown.
Returns:
true/false
- True or False
Example:
getConfig()
Returns the config.
Returns:
table
- Returns the config
Example:
Server
hasCooldown(player)
Checks if a player has an active cooldown.
Parameters:
player - number
- The player server id
Returns:
false/number
- Number is the os.time() timestamp
Example:
getConfig()
Returns the config.
Returns:
table
- Returns the config
Example:
Last updated