ak4y Development
TEBEXYOUTUBEDISCORD
  • 📖Welcome
  • INFORMATION
    • 🙋Discord Customer Role
    • ❓Tebex Script Integration
    • 🔐Setting Steam Api Key
    • 🔑CFX Auth System
    • 📭Lost Transaction ID
    • 🔓Escrow/Open Source
    • 😟You lack the required entitlement
  • SCRIPTS
    • ak4y-vipSystemv2
      • Manage Categories
      • Config
        • Translate
        • General Settings
        • Special Offer Category
        • Hot Deals Category
        • Buy Coin Category
        • Bundle Category
        • Customize Category
        • House Category
        • Job Category
        • Vehicle Category
        • Item Category
        • Money Category
        • Weapon Category
      • Triggers
      • Admin Commands
    • ak4y-hudv1
      • Build For Open Source
      • Setup Script
      • Config
      • Exports
    • ak4y-football
      • Known Errors
      • Setting Up
      • Config
    • ak4y-caseOpening
      • Config
    • ak4y-battlepass
      • Config
    • ak4y-vipSystem
      • Config
    • ak4y-playtimeshop
      • Config
    • ak4y-blackmarket
      • Config
    • ak4y-dailymissions
      • Config
    • ak4y-advancedFishing
      • Config
    • ak4y-pauseMenu
      • Config
    • ak4y-dailyRewards
      • Config
    • ak4y-jobSelector
      • Config
    • ak4y-advancedHunting
      • Config
    • ak4y-dice
      • Config
    • ak4y-dailyWheel
      • Config
    • ak4y-multicharacter
      • Config
    • ak4y-spawnSelector
      • Config
    • ak4y-kit
      • Config
    • ak4y-treasureHunting
      • Config
    • ak4y-garbageJob
      • Config
    • ak4y-pauseMenuV2
      • Copy of Config
Powered by GitBook
On this page

Was this helpful?

  1. SCRIPTS
  2. ak4y-kit

Config

```lua
AK4Y = {}
AK4Y.Framework = "newEsx" -- qb / oldqb | qb = export system | oldqb = triggerevent system
AK4Y.Mysql = "oxmysql" -- Check fxmanifest.lua when you change it! | ghmattimysql / oxmysql / mysql-async
AK4Y.OpenMenuCommand = "kit"
AK4Y.WeaponsAreItem = false -- if your weapons are item set it true


-- ITEM TYPES = "money", "item", "vehicle", "weapon"
AK4Y.DailyKit = {
    ["type"] = "daily", -- don't change! 
    ["kitName"] = "DAILY",
    ["description"] = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Quae deserunt adipisci eaque ab veritatis odio iusto quo nesciunt tempore, non eveniet, suscipit consectetur nobis voluptatibus.",
    ["membership"] = "Everyone", 
    ["collectPeriod"] = 24, -- HOURS
    ["items"] = {
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "cash", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "money", image = "./images/weapon_appistol.png" },
        { itemName = "cash", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "money", image = "./images/weapon_appistol.png" },
        { itemName = "zentorno", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "vehicle", image = "./images/weapon_appistol.png" },
        { itemName = "zentorno", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "vehicle", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
    }
}

AK4Y.GoldKit = {
    ["type"] = "gold", -- don't change! 
    ["kitName"] = "GOLD",
    ["description"] = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Quae deserunt adipisci eaque ab veritatis odio iusto quo nesciunt tempore, non eveniet, suscipit consectetur nobis voluptatibus.",
    ["membership"] = "GOLD", 
    ["collectPeriod"] = 10, -- HOURS
    ["tebexLink"] = "https://www.google.com/goldLink", -- tebex direct link
    ["items"] = {
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
    }
}

AK4Y.PlatinumKit = {
    ["type"] = "platinum", -- don't change! 
    ["kitName"] = "PLATINUM",
    ["description"] = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Quae deserunt adipisci eaque ab veritatis odio iusto quo nesciunt tempore, non eveniet, suscipit consectetur nobis voluptatibus.",
    ["membership"] = "PLATINUM", 
    ["collectPeriod"] = 7, -- HOURS
    ["tebexLink"] = "https://www.google.com/platinumLink", -- tebex direct link
    ["items"] = {
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
    }
}

AK4Y.DiamondKit = {
    ["type"] = "diamond", -- don't change! 
    ["kitName"] = "DIAMOND",
    ["description"] = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Quae deserunt adipisci eaque ab veritatis odio iusto quo nesciunt tempore, non eveniet, suscipit consectetur nobis voluptatibus.",
    ["membership"] = "DIAMOND", 
    ["collectPeriod"] = 5, -- HOURS
    ["tebexLink"] = "https://www.google.com/diamondLink", -- tebex direct link
    ["items"] = {
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
    }
}

AK4Y.Language = {
    ["title1"] = "PREMIUM",
    ["title2"] = "KIT SYSTEM",
    ["premiumTitle"] = "DO YOU WANT TO HAVE",
    ["premiumTitle2"] = "PREMIUM KITS?",
    ["premiumDescription"] = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptatem commodi ducimus delectus! Mollitia ad aliquam ut minima labore.",
    ["acceptButton"] = "Accept",
    ["kit"] = "KIT",
    ["reviewButton"] = "Review Kit",
    ["everyText"] = "Every",
    ["hours"] = "hours",
    ["upgrade"] = "UPGRADE",
    ["collect"] = "Collect",
    ["back"] = "Back",
    ["exit"] = "exit",
    ["collected"] = "SUCCESSFULLY COLLECTED!",
    ["upgraded"] = "YOUR ACCOUNT HAS BEEN SUCCESSFULLY UPGRADED TO",
    ["passive"] = "Passive",
}
```
```lua
AK4Y = {}
AK4Y.Framework = "qb" -- qb / oldqb | qb = export system | oldqb = triggerevent system
AK4Y.Mysql = "oxmysql" -- Check fxmanifest.lua when you change it! | ghmattimysql / oxmysql / mysql-async
AK4Y.OpenMenuCommand = "kit"


-- ITEM TYPES = "money", "item", "vehicle"
AK4Y.DailyKit = {
    ["type"] = "daily", -- don't change! 
    ["kitName"] = "DAILY",
    ["description"] = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Quae deserunt adipisci eaque ab veritatis odio iusto quo nesciunt tempore, non eveniet, suscipit consectetur nobis voluptatibus.",
    ["membership"] = "Everyone", 
    ["collectPeriod"] = 24, -- HOURS
    ["items"] = {
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "cash", itemLabel = "EXAMPLE MONEY", itemCount = 1, itemType = "money", image = "./images/weapon_appistol.png" },
        { itemName = "cash", itemLabel = "EXAMPLE MONEY", itemCount = 1, itemType = "money", image = "./images/weapon_appistol.png" },
        { itemName = "zentorno", itemLabel = "EXAMPLE VEHICLE", itemCount = 1, itemType = "vehicle", image = "./images/weapon_appistol.png" },
        { itemName = "zentorno", itemLabel = "EXAMPLE VEHICLE", itemCount = 1, itemType = "vehicle", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
    }
}

AK4Y.GoldKit = {
    ["type"] = "gold", -- don't change! 
    ["kitName"] = "GOLD",
    ["description"] = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Quae deserunt adipisci eaque ab veritatis odio iusto quo nesciunt tempore, non eveniet, suscipit consectetur nobis voluptatibus.",
    ["membership"] = "GOLD", 
    ["collectPeriod"] = 10, -- HOURS
    ["tebexLink"] = "https://www.google.com/goldLink", -- tebex direct link
    ["items"] = {
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
    }
}

AK4Y.PlatinumKit = {
    ["type"] = "platinum", -- don't change! 
    ["kitName"] = "PLATINUM",
    ["description"] = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Quae deserunt adipisci eaque ab veritatis odio iusto quo nesciunt tempore, non eveniet, suscipit consectetur nobis voluptatibus.",
    ["membership"] = "PLATINUM", 
    ["collectPeriod"] = 7, -- HOURS
    ["tebexLink"] = "https://www.google.com/platinumLink", -- tebex direct link
    ["items"] = {
        { itemName = "weapon_appistol", itemLabel = "AP PISTOL", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_knife", itemLabel = "Knife", itemCount = 1, itemType = "item", image = "./images/weapon_knife.png" },
        { itemName = "cash", itemLabel = "$30.000", itemCount = 30000, itemType = "money", image = "./images/money-3.png" },
        { itemName = "security_card_02", itemLabel = "Security Card", itemCount = 1, itemType = "item", image = "./images/security_card_02.png" },
        { itemName = "joint", itemLabel = "Joint", itemCount = 1, itemType = "item", image = "./images/joint.png" },
        { itemName = "advancedlockpick", itemLabel = "Lockpick", itemCount = 1, itemType = "item", image = "./images/advancedlockpick.png" },
    }
}

AK4Y.DiamondKit = {
    ["type"] = "diamond", -- don't change! 
    ["kitName"] = "DIAMOND",
    ["description"] = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Quae deserunt adipisci eaque ab veritatis odio iusto quo nesciunt tempore, non eveniet, suscipit consectetur nobis voluptatibus.",
    ["membership"] = "DIAMOND", 
    ["collectPeriod"] = 5, -- HOURS
    ["tebexLink"] = "https://www.google.com/diamondLink", -- tebex direct link
    ["items"] = {
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
        { itemName = "weapon_appistol", itemLabel = "EXAMPLE ITEM", itemCount = 1, itemType = "item", image = "./images/weapon_appistol.png" },
    }
}

AK4Y.Language = {
    ["title1"] = "PREMIUM",
    ["title2"] = "KIT SYSTEM",
    ["premiumTitle"] = "DO YOU WANT TO HAVE",
    ["premiumTitle2"] = "PREMIUM KITS?",
    ["premiumDescription"] = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptatem commodi ducimus delectus! Mollitia ad aliquam ut minima labore.",
    ["acceptButton"] = "Accept",
    ["kit"] = "KIT",
    ["reviewButton"] = "Review Kit",
    ["everyText"] = "Every",
    ["hours"] = "hours",
    ["upgrade"] = "UPGRADE",
    ["collect"] = "Collect",
    ["back"] = "Back",
    ["exit"] = "exit",
    ["collected"] = "SUCCESSFULLY COLLECTED!",
    ["upgraded"] = "YOUR ACCOUNT HAS BEEN SUCCESSFULLY UPGRADED TO",
    ["passive"] = "Passive",
}
```
Previousak4y-kitNextak4y-treasureHunting

Last updated 1 year ago

Was this helpful?