Skip to main content

Server Exports

All location-based exports require a valid Fleeca key from Config.FleecaLocations / Config.Fleecas (e.g. "RockfordHills", "Legion", "Burton", "Alta", "GrandSenoraDesert", "BanhamCanyon").

Reset

Resets the robbery at the given location, clearing active state and restoring the bank.
Returns
  • true if the location exists and was reset successfully

IsRobberyInProgress

Returns whether a robbery is currently active at the given location.
Returns
  • true if a robbery is in progress at that location, false otherwise
Example

GetActiveRobberyCount

Returns the total number of active Fleeca robberies across all locations.
Returns
  • count (number) — total active robberies
Example