Indra
Indra
There is currently no support for subtitles, we might be able to add this as a second parameter or needs more like an UI which would also be convenient for...
This code should work, especially for the yacht. Not sure if you can easily remove the interiors since they are already always streamed.
Code works for me, are you sure you are looking at the right yacht and not running the code too early?
Since I cannot reproduce this on an empty server base it would be helpful to know which map modifications your server has.
Please try disabling the fixes added in 2944: ```lua MercenariesFixes = exports['bob74_ipl']:GetMercenariesFixesObject() MercenariesFixes.Enable(false) ```
> Removed SetSnakeoilForEntry.md: SET_SNAKEOIL_FOR_ENTRY is not implemented SET_SNAKEOIL_FOR_ENTRY is implemented in adhesive.
Unable to repro, feel free to reopen.
Closing this since the latest DLCs have been added in #133. There's still some stuff missing like arcades and cayo, but don't be hesitant to open a pull request for...
Is it an idea to add this to the documentation? I just ran into this while adding a new model for my language to the yaml file. I got confused...
The interiors are already loaded by the game, so you can't request or unload them. Honestly unsure why that method even exists.