Brutal Scripts
YouTubeDiscordStore
  • 🙉About Us
  • ↗️Translate
  • Informations
    • 🔒Escrow System
    • 🔥Common Problems
  • Scripts
    • 📄Notify
      • Accessible files
      • Installation guide
    • 🔠Text-UI
      • Installation guide
      • Exports & How to use
      • Integrations
    • 🤟Gangs
      • Accessible files
      • Installation guide
      • exports / triggers
      • Create a new gang
    • 🏡Housing
      • Accessible files
      • Installation guide
      • exports / triggers
    • 🔑Keys
      • Accessible files
      • Installation guide
      • exports / triggers
    • 💥Gang Actions
      • Accessible files
      • Installation guide
      • exports / triggers
      • Controlling the menu
    • ⭕Radial
      • Accessible files
      • Installation guide
      • Adding new buttons
    • 🎯Executions
      • Accessible files
      • Installation guide
      • exports / triggers
    • 🐶Pets + K9 V2
      • Accessible files
      • Installation guide
    • 👮Police Job
      • Accessible files
      • Installation guide
      • exports / triggers
    • 🚑Ambulance Job
      • Accessible files
      • Installation guide
      • exports / triggers
    • 🔧Mechanic Job
      • Accessible files
      • Installation guide
      • exports / triggers
    • 💪GYM with Skills V2
      • Accessible files
      • Installation guide
      • exports / triggers
    • 🔫Paintball
      • Accessible files
      • Installation guide
      • exports / triggers
    • 🥊Boxing
      • Accessible files
      • Installation guide
      • exports / triggers
    • 🔨Crafting
      • Accessible files
      • Installation guide
      • Creating a new crafting table
    • 🏦Banking
      • Accessible files
      • Installation guide
      • Paycheck transactions
      • Registering transactions
    • 🎳Bowling
      • Accessible files
      • Installation guide
      • exports / triggers
    • 🦌Hunting
      • Accessible files
      • Installation guide
    • 🏁Racing Script
      • Accessible files
      • Installation guide
    • 🐛Reports
      • Accessible files
      • Installation guide
    • 🛒Shop Robbery
      • Accessible files
      • Installation guide
    • 🛥️Yacht Heist
      • Accessible files
      • Installation guide
    • 🧾Billing
      • Accessible files
      • Installation guide
      • Triggers
    • 💰Truck Robbery
      • Accessible files
      • Installation guide
    • 🏧Atm Robbery
      • Accessible files
      • Installation guide
    • 👶Baby script
      • Installation guide
      • How to add more babys
  • Others
    • Register Key Mapping
    • Drill Minigame
    • Discord Webhook
Powered by GitBook
On this page
  • Client Exports
  • Server Exports

Was this helpful?

  1. Scripts
  2. Gangs

exports / triggers

Client Exports

Export
Result

exports.brutal_gangs:isPlayerInGangJob()

Returns if the player is in a gang or not.

exports.brutal_gangs:playerGangRank()

Returs the rank of the player in their current gang. If they are not in any gang it will return false.

Server Exports

Export
Result

exports['brutal_gangs']:AddGangReputation(job, amount)

Increases the specified gang's (job) reputation by the given amount.

exports['brutal_gangs']:AddGangMoney(job, amount)

Increases the specified gang's (job) money by the given amount.

exports['brutal_gangs']:GetGangReputation(job)

Retrieves the current reputation value of the specified gang (job).

exports['brutal_gangs']:GetGangMoney(job)

Retrieves the current amount of money the specified gang (job) has.

exports['brutal_gangs']:RemoveGangReputation(job, amount)

Decreases the specified gang's (job) reputation by the given amount.

exports['brutal_gangs']:RemoveGangMoney(job, amount)

Decreases the specified gang's (job) money by the given amount.

exports['brutal_gangs']:GetGangOnlineMember(job)

Retrieves the number of online members in the specified gang (job).

exports['brutal_gangs']:GetGangActiveTask(job)

Returns true or false

exports['brutal_gangs']:GetGangActiveTaskName(job)

Returns the name of the task if anything is even started

PreviousInstallation guideNextCreate a new gang

Last updated 1 month ago

Was this helpful?

🤟
Page cover image