Black City Scripts
  • 💯Black City Scripts
  • 🧹bc_communityservice
    • 📚Exports
    • ⚙️Config
  • 🧟bc_zombie
  • 🥇bc_vip
    • 📚Exports
    • 💸Tebex Integration
Powered by GitBook
On this page
  • Server side
  • Client side
  1. bc_vip

Exports

Here you can find the script's exports

Server side

exports["bc_vip"]:AddVIPToPlayer(id, bundle, time)
  • parameters

    • id: number (player server id)

    • bundle: string (from Config.Bundles)

    • time: number (in seconds)

  • return

    • bool

exports["bc_vip"]:RemoveVIPFromPlayer(id)
  • parameters

    • id: number (player server id)

  • return

    • bool

exports["bc_vip"]:GetPlayerVIP(id)
  • parameters

    • id: number (player server id)

  • return

    • false / string (the vips bundle from Config.Bundles)

exports["bc_vip"]:AddTimeToVIPPlayer(id, time)
  • parameters

    • id: number (player server id)

    • time: number (in seconds)

  • return

    • bool

exports["bc_vip"]:AddXPToPlayer(id, count)
  • parameters

    • id: number (player server id)

    • count: number

  • return

    • bool

Client side

exports["bc_vip"]:OpenVIPMenu()
  • return

    • bool

exports["bc_vip"]:IsVIP()
  • return

    • false / string (the vips bundle from Config.Bundles)

Previousbc_vipNextTebex Integration

Last updated 1 year ago

🥇
📚