MadonneStudio Scripts Documentation
Tebex StoreDiscordSite Internet
  • About MadonneStudio
  • How to buy our scripts ?
  • Need an extra support ?
  • 💲Paid Scripts
    • 🔨Madonn'Admin
      • First Launch
      • Script Installation
      • Configuration
        • Dashboard Configuration
          • Community Settings
          • Manage Servers
          • Manage Permissions
          • Install the Discord Bot
        • Script Configuration
          • Main Configuration File
          • Anticheat Configuration
          • Blips Configuration
          • Buttons Configuration
          • Commands Configuration
          • Logs Configuration
          • Sanctions Configuration
      • How to use it ?
        • Web Dashboard
          • Main Page
          • Servers
          • Players
          • Staffs
          • Appeals
          • Logs
        • In Game Dashboard
          • Home interface
          • Players list
          • Logs
          • Settings
          • In Game Commands
        • Discord Functionalities
      • API / Exports
    • ⛅Madonne Seasons
      • Installation
      • Configuration
      • Common Errors
    • 🔫Wearable Weapon
      • Installation
      • Configuration
      • Common Errors
    • 🛡️Madonne PVP
      • Installation
      • Configuration
      • Common Errors
    • 🚙Madonne Car Spawner
      • Installation
      • Configuration
      • Common Errors
    • 👕Madonne EUP Menu
      • Installation
      • Configuration
      • Common Errors
  • 🆓Free scripts
    • 🚗Madonne Seatbelt
      • Installation
      • Configuration
      • Common Errors
    • 🗑️Delete Gun
      • Installation
      • Configuration
      • Common Errors
  • 🖌️Vehicles livery
    • 🌲SASPR Pack
      • How to install ?
Powered by GitBook
On this page

Was this helpful?

  1. Paid Scripts
  2. Madonn'Admin
  3. Configuration
  4. Script Configuration

Logs Configuration

Default configuration file
LOGS = {

	LogsEnabled = {
		Disconnections = true,
		Chat = true,
		Explosions = true,
		Shots = true,
		Injuries = true,
		Death = true,
		Other = true,
	},

	-- Other logs can be edited in custom folders (client and server)

	IgnoredWeapons = {
		"WEAPON_FIREEXTINGUISHER",
        "WEAPON_PETROLCAN"
	},

	MaxLogsShowedInGame = 100
}
LogsEnabled = {
		Disconnections = true,
		Chat = true,
		Explosions = true,
		Shots = true,
		Injuries = true,
		Death = true,
		Other = true,
},

Simply disable or enable certain parts of the logs to receive some and not receive others, depending on your wishes!

IgnoredWeapons = {
	"WEAPON_FIREEXTINGUISHER",
        "WEAPON_PETROLCAN"
},

Some weapons can be disabled to not appear in the firing logs.

MaxLogsShowedInGame = 100

Finally, set the maximum amount of log entries you want to have in the game. Be careful, the larger the amount of data, the greater the network load used by MadonnAdmin.

Last updated 5 months ago

Was this helpful?

💲
🔨