mirror of
https://github.com/nzp-team/assets.git
synced 2024-11-10 06:31:52 +00:00
FGD: Add trigger_setfire
This commit is contained in:
parent
7af88dcc12
commit
e6563f461c
2 changed files with 18 additions and 0 deletions
|
@ -1490,6 +1490,15 @@
|
|||
2: "No damage to clients" : 0
|
||||
]
|
||||
]
|
||||
@SolidClass base(Targetname) = trigger_setfire : "Trigger fire effect"
|
||||
[
|
||||
fire_timeout(integer) : "Effect Duration" : 2
|
||||
spawnflags(Flags) =
|
||||
[
|
||||
1: "Applies to Clients": 0
|
||||
2: "No damage to AI/Enemies" : 0
|
||||
]
|
||||
]
|
||||
|
||||
@SolidClass base(Targetname) = func_rotating : "Rotateing Brush"
|
||||
[
|
||||
|
|
|
@ -1489,6 +1489,15 @@
|
|||
2: "No damage to clients" : 0
|
||||
]
|
||||
]
|
||||
@SolidClass base(Targetname) = trigger_setfire : "Trigger fire effect"
|
||||
[
|
||||
fire_timeout(integer) : "Effect Duration" : 2
|
||||
spawnflags(Flags) =
|
||||
[
|
||||
1: "Applies to Clients": 0
|
||||
2: "No damage to AI/Enemies" : 0
|
||||
]
|
||||
]
|
||||
|
||||
@SolidClass base(Targetname) = func_rotating : "Rotateing Brush"
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue