Jump to content

HungryCoyote

Members
  • Posts

    152
  • Joined

  • Last visited

Community Answers

  1. HungryCoyote's post in Spawn Crate Image Change Help was marked as the answer   
    This will spawn the 20' camo container instead of generators.
    --- 3D model that will be used to represent a loadable crate ; by default, a generator
    ctld.spawnableCratesModel_load = {
        ["category"] = "Cargos",
        ["shape_name"] = "bw_container_cargo",
        ["type"] = "container_cargo"
    }
    --- 3D model that will be used to represent a slingable crate ; by default, a crate
    ctld.spawnableCratesModel_sling = {
        ["category"] = "Cargos",
        ["shape_name"] = "bw_container_cargo",
        ["type"] = "container_cargo"
    }
    @Miccara
×
×
  • Create New...