Core-Services
DiscordShop
  • 🏠HOME
  • ⚙️SCRIPTS
    • CS_MENU_DEFAULT
    • CS_VISA
    • CS_SHOPS
    • CS_GARAGE
    • CS_REVIVESTATION
    • CS_PANICBUTTON V2
    • CS_DEATHTIMEOUT V2
    • CS_VEHICLERENTAL
      • Installation
      • Configuration
        • config.lua
        • devConfig.lua
        • framework.lua
        • webhook.lua
      • Exports
Powered by GitBook
On this page

Was this helpful?

  1. SCRIPTS
  2. CS_VEHICLERENTAL
  3. Configuration

webhook.lua

A configuration file for the webhooks.

The default webhook.lua

WebhookRental = {

    Colors = {
        ["VehRented"] = 43775,
        ["RentOver"] = 43775,
        ["PlayerLeft"] = 43775,
    },

    VehRented = "https://discord.com/api/webhooks/1378377001152282768/iTfvfhPfO1f1t6-ZQGUEn_JC9bsO7jaDMbveXKBsqVZ9k6Oml2RFvF0Ac2XW1whC7rdl",

    RentOver = "https://discord.com/api/webhooks/1378377001152282768/iTfvfhPfO1f1t6-ZQGUEn_JC9bsO7jaDMbveXKBsqVZ9k6Oml2RFvF0Ac2XW1whC7rdl",

    PlayerLeft = "https://discord.com/api/webhooks/1378377001152282768/iTfvfhPfO1f1t6-ZQGUEn_JC9bsO7jaDMbveXKBsqVZ9k6Oml2RFvF0Ac2XW1whC7rdl",
}
Previousframework.luaNextExports

Last updated 6 days ago

Was this helpful?

⚙️