๐งInstallation
Follow these steps to ensure the script works correctly.
Ensure that you have all dependencies and that they start before the origen_ilegal
Copy the origen_ilegal to its resource folder and start it in the
server.cfgModify the file
pma-voice/client/init/main.luaand insert the following at the end of the file
exports("toggleVoice", toggleVoice)
exports("playerTargets", playerTargets)Modify the file
bob74_ipl/dlc_bikers/weed.lua, on line 523, replace the entireLoadDefaultfunction with the following
LoadDefault = function()
BikerWeedFarm.Ipl.Interior.Load()
BikerWeedFarm.Style.Set(BikerWeedFarm.Style.basic)
BikerWeedFarm.Security.Set(BikerWeedFarm.Security.basic)
BikerWeedFarm.Details.Enable(BikerWeedFarm.Details.drying, false)
BikerWeedFarm.Details.Enable(BikerWeedFarm.Details.chairs, true)
BikerWeedFarm.Details.Enable(BikerWeedFarm.Details.production, false)
BikerWeedFarm.Details.Enable(BikerWeedFarm.Details.fans, false)
BikerWeedFarm.Plant1.Clear()
BikerWeedFarm.Plant2.Clear()
BikerWeedFarm.Plant3.Clear()
BikerWeedFarm.Plant4.Clear()
BikerWeedFarm.Plant5.Clear()
BikerWeedFarm.Plant6.Clear()
BikerWeedFarm.Plant7.Clear()
BikerWeedFarm.Plant8.Clear()
BikerWeedFarm.Plant9.Clear()
RefreshInterior(BikerWeedFarm.interiorId)
endExecute the following query in your database.
Insert the items from the
items.luafile according to your inventoryONLY QB-INVENTORY follow these instructions
Restart the server
Ensure that you have all dependencies and that they start before the origen_ilegal
Copy the origen_ilegal to its resource folder and start it in the
server.cfgModify the file
pma-voice/client/init/main.luaand insert the following at the end of the file
Modify the file
bob74_ipl/dlc_bikers/weed.lua, on line 523, replace the entireLoadDefaultfunction with the following
Execute the following query in your database.
Insert the items from the
items.luafile according to your inventoryRestart the server
We recommend uploading our script files without using FileZilla, as the upload process may corrupt our scripts. As a recommendation, please use WinSCP or other reliable programs to upload the files.
Last updated