Wise Scripts Docs
ShopDiscord
  • 👋Welcome
  • 💻 Scripts
    • 🚙Wise Garage
      • Installation
      • Database
      • Events
      • Example Configs
        • Main
        • Garages
        • Impounds
    • 🖥️Wise Hud
      • Installation
      • Example Configs
        • Main
    • 🦌Wise Hunting
      • Installation
      • Example Configs
        • Main
        • Animals
        • Huntareas
        • Market
    • 🔫Wise Gungame
      • Installation
      • Setup for Ambulancejob
    • 👥Wise Faction
      • Installation
      • Exports
      • Events
      • Setup FFA & Gangwar
      • Example Configs
        • Main
        • FFA
        • Gangwar
        • Robbery
        • Shop
        • Missions
    • 🔔Wise Notify
      • Installation
      • Exports & Triggers
      • ESX Replacements
    • ⚠️Wise Report
      • Installation
    • 🎮Wise Lifeinvader
      • Installation
  • 🏡PROPS
    • 🪨Wise Ore Props Pack
    • ✨Wise Crystal Props Pack
  • 🧟‍♂️PEDS
    • 🎃HALLOWEEN Pumpkin Monster
    • 🎃HALLOWEEN MR Bright
Powered by GitBook
On this page
  • Client
  • Server
  1. 💻 Scripts
  2. Wise Faction

Exports

For all exports it is important to use exports.wise_faction: before the export Name

Client

Export
Arguments

inFFA() => boolean

none

inGangwar() => boolean

none

getFaction() => string

none

getFactionRank() => string

none

getFactionLevel() => integer

none

getFactionXP() => integer

none

Server

Export
Arguments

getPlayerFaction(playerId) => Faction

playerId => integer

getFaction(factionName) => Faction

factionName => string

getFactionLevel(factionName) => integer

factionName => string

getFactionXP(factionName) => integer

factionName => string

addFactionXP(factionName, amount) => void

factionName => string amount => integer

PreviousInstallationNextEvents

Last updated 1 year ago

👥