โ๏ธ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'
Last updated