Black City Scripts
  • ๐Ÿ’ฏBlack City Scripts
  • ๐Ÿงนbc_communityservice
    • ๐Ÿ“šExports
    • โš™๏ธConfig
  • ๐ŸงŸbc_zombie
  • ๐Ÿฅ‡bc_vip
    • ๐Ÿ“šExports
    • ๐Ÿ’ธTebex Integration
Powered by GitBook
On this page
  • Custom minigame
  • ox_lib
  1. bc_communityservice

Config

Here is a simple tutorial about the script's config

Custom minigame

Search the HandleMinigame() function in the client/editable.lua file and in the function call your minigame's export and return true if it succeed and false if is not

function HandleMinigame()
    return --[[ADD HERE YOUR MINIGAME]]
end

ox_lib

If you use ox_lib and you want to use ox_lib's log system and minigames then go to the communityservice script's fxmanifest.lua and remove the tag (--) from this line:

--'ox_lib/init.lua'
PreviousExportsNextbc_zombie

Last updated 1 year ago

๐Ÿงน
โš™๏ธ