🎬
FDS Development
  • πŸ€Έβ€β™‚οΈGym Script
    • Setting up perk effects
    • Client exports
      • GetLivelloPerk
      • getEsercizio
      • GetPeso
      • OpenStats
  • πŸ“¨Post Box
    • Adding items
    • Configuration File
    • Setting up new stamps
    • Creating a New Post Box
  • ⏸️Pause Menu
  • πŸ’ΌBoss Menu
    • Installation and Configuration
    • Adding a new Boss Menu
    • esx_society and esx_addonaccount
    • Exports
      • Server
        • addMoney
        • removeMoney
        • getAccount
      • Client
        • GetBossOpen
        • GetCVOpen
        • GetApplicationsOpen
        • openCV
        • OpenBoss
        • OpenApplicationsMenuZone
  • 🏚️Ultra Motels
    • Adding a new motel
  • πŸ’²Ultra Banking
    • Installing and Setup
      • Setup Logs
    • Exports
      • Client
        • openBank
        • openAtm
      • Server
        • addAccountMoney
        • removeMoney
        • GetAccount
Powered by GitBook
On this page
  1. πŸ’²Ultra Banking
  2. Installing and Setup

Setup Logs

Go to server/logs.lua

webhooks = {
    deposit = "",
    withdraw = "",
    createPocket = "",
    editPocket = "",
    depositPocket = "",
    withdrawPocket = "",
    depositSociety = "",
    withdrawSociety = "",
    memberAddedPocket = "",
    memberEjectedPocket = "",
    moneytransferfromPlayer = "",
    moneytransferfromSociety = "",
    ibanChange = "",
    ibanChangeSociety = "",
    pinChange = "",
}

Paste your discord webhook here.

PreviousInstalling and SetupNextExports

Last updated 1 year ago