Item, Ammo, and Weapon entities don't spawn
For some reason, these entities cannot be placed on a surface unless it is flat. For example, on t1_danger. There are only a few spots where they can be placed.
- Login to post comments
Try spawnflags,1.
| Status: | Pending | » | Not a bug |
For the benefit of radiant and the mappers, the weapon spawns try to trace down and place themselves on the surface below. This will not work on placed models due to the type of trace it uses. If you have a 0 offset it might trace through the ground to whatever is below or refuse to spawn due to it seeing itself as in a solid.
Spawnflag 1 disables this behavior, and the weapon will float wherever it is created.
- Login to post comments
