Rise Development
  • Rise Development
  • Script
    • Pawnshop
    • Blip Menu
    • Pizza Courier
    • Taco Courier
    • Character Kill
    • ID Give Car System
    • Sellable Stashes
    • Blip Creator
    • For Rent Car
    • Billing System
    • Admin Report
    • BlackMarketV1
    • Fish System
    • Whitelisted System
  • Development Services
    • Development Services (Monthly)
Powered by GitBook
On this page
  1. Script

Whitelisted System

Steam Hex Whitelisted System

PreviousFish SystemNextDevelopment Services (Monthly)

Last updated 1 month ago

Whitelisted System with UI Menu QBCore Framework

/wlmenu command to open the menu adeftip card system easy config

// Some code
-- Notify System
Config.Texts = {
    ['NoPermission'] = 'Bu komutu kullanmaya yetkiniz yok!',
    ['AddedSuccess'] = 'Whitelist listesine eklendi',
    ['RemovedSuccess'] = 'Whitelist listesinden kaldırıldı',
    ['Error'] = 'Bir hata oluştu!',
    ['CheckingWL'] = 'Whitelist kontrol ediliyor...',
    ['NoneSteam'] = 'Steam açık değil!',
    ['Rise_Core'] = 'Rise Core Pakette Yüklü Teşekkür Ederiz İyi Oyunlar Dileri!',
}
// Some code
-- Commands Systems
Config.Commands = {
    ['OpenMenu'] = 'wlmenu',
    ['OpenMenuDesc'] = 'Whitelist Menüsünü Aç',
    ['Permission'] = 'admin'
}
// Some code
-- Card Systems
Config.Card = {
    SunucuAdi = "Rise Development : ",
    Pozisyon = "Current Position: [%d/%d]",
    SteamHexBilgisi = "Steam Hex: %s",
    DiscordURL = "https://discord.gg/risedev",
    ImageURL = "https://cdn.discordapp.com/avatars/1274994399511711794/a_648097c0f5324f37a1cd73621d7567bd.gif?size=1024",
    StoreURL = "https://risedevelopment.tebex.io",
    WhitestedMesaji = "Join Discord to Login to the Server.",
    Wait = "Whitelist required to join the server.",
    SunucumuzWHL = "Join Discord to Join Our Rise Development Server.",
    Magaza = "🛒 Store",
    Liste = "📋 Sequence List",
    Discord = "🎮 Discord",
}