📔Promocodes

Explanation of the missions configuration in the script

Permissions - which groups should have access to the OpenSettings command(Admin Menu) Lenght - Length of the promocode (premium code generation)

shared/config.lua
Config.PromoCodes = {
    Permissions = { 'owner' , 'best' },
    Length = 6 
}

Last updated