QB-Apartment
Last updated
Last updated
If you're using with the starting apartment enabled (i.e., Apartments.Starting
is set to true
in qb-apartments/config
), you must follow these steps. Otherwise, you can skip this setup:
Open the main.lua
file in the qb-apartments/client
folder.
Insert the following code at the bottom of the main.lua
file:
Open the open.lua
file in the eh_cutscene/config
folder.
Search for the function cutscene.onStarted()
on line 1, then find and uncomment lines 8-9 (approx). Your function should look somewhat like the example below—just remove the --
from lines 8 and 9 to enable them.