CS_SHOPS

A clean shops system with a unique built-in robbery feature.


Installation


Configuration

Config.lua

Make sure to change the Notification function to your notify trigger!

Or else the script will not work properly.

Webhook.lua

  • The script offers 2 different webhooks.

    • Main

    • Robbery

If you do not want one of these, just leave the string empty. Like this:

WebhookShops = {

    Colors = {
        ["Main"] = 43775,
    },

    Main = "",

    Robbery = "https://discord.com/api/webhooks/1221886315738697828/_iz_Jo954NTFSgvzA-IEvSZIJMqvNd1cDE02yE_9X8jzU5XKYx9csCgXUCNrfKWR-VER",

}

In this example, you would not be notified when a player buys something.


Support

If you have any further questions, open a ticket on our discord server: discord.gg/core-services

Last updated

Was this helpful?