Installation
Welcome to the Luman Studio's Ghostbusters installation guide!
Assets
After purchase, you will receive access to 1 asset(s) on your Keymaster.
Asset Name
Installation Required
Description
ghostbusters
Yes
Script
Installation
1
Extract assets
Extract granted assets into your resources folder.
2
Install PolyZone
Extract PolyZone into your resources folder.
Frameworks
In fxmanifest.lua, remove the -- before @vrp/lib/utils.lua.
Before:
shared_scripts {
--'@vrp/lib/utils.lua',After:
shared_scripts {
'@vrp/lib/utils.lua',If you have renamed framework folder, make sure to update the name in shared/framework.lua accordingly.
OX Inventory
If you use ox_inventory, add next line into your server.cfg before starting ox_inventory:
setr inventory:weaponmismatch false
ensure ox_inventoryLast updated