Emp eng restrict: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
*Use with the Nodraw texture. | *Use with the Nodraw texture. | ||
*To prevent Engineers from building anywhere on a map, consider the [[emp_info_params]] entity for global restriction. | *To prevent Engineers from building anywhere on a map, consider the [[emp_info_params]] entity for global restriction. | ||
{{Warning|This entity does not prevent engineers from placing structures within the brush, instead it prevents them from placing structures while the player inside the brush. Remember this when using this entity in small areas (ladders, hallways)}} | |||
[[Category:Entity]] | [[Category:Entity]] |
Revision as of 19:40, 2 February 2009
Home > Emp eng restrict
Description
A brush-based entity used to restrict Engineers of a specified team from building Engineer-placed structures. This entity currently supports the restriction of walls or everything altogether.
Properties
- Name
- The name that other entities refer to this entity by.
- Prevent NF Engineer Building
- Select the restrictions for Northern Faction Engineers when touching this brush.
- No Restriction
- Walls
- Everything
- Prevent Brenodi Engineer Building
- Select the restrictions for Brenodi Empire Engineers when touching this brush.
- No Restriction
- Walls
- Everything
Notes
- Use with the Nodraw texture.
- To prevent Engineers from building anywhere on a map, consider the emp_info_params entity for global restriction.