Blip Creator

Instructions on how to download and install the basics of Blip Creator

Installation #

First, we run the product after reading the cb_blips.sql database. The product is completely standalone and does not require any requirements.

You can set up a webhook to see the logs of blips created and who created them.

Config.StaffGroups = { 'god', 'admin', 'mod' } -- FOR ESX { 'superadmin', 'admin', 'mod' }
if IsDuplicityVersion() then
    Config.ServerName = "Your_Server_Name"
    Config.Log = false
    Config.Webhook = "Webhook"
end

Last updated