Houses & Salton Motel Mlo Config

Explanation

If you choose to activate the house and/or Salton Motel MLOs, you can configure the interiors as follows:

  • Fully furnished houses with all props (sofas, beds, tables, etc.)

  • Empty mlo (no props placed, allowing your players to map their own interiors)

How to Use

In the file cfx_gn_sandy_ipl_loader\config.lua, change the values to "True" or "False" in entityset_config.

  • True = Activate props (furnished interiors)

  • False = Deactivate props (empty interiors)

config.lua
entityset_config = {
    ["Sandy_House"] = true, -- true or false
    ["Sandy_SealtonMotel"] = true, -- true or false
}

circle-exclamation

Last updated