mirror of
https://github.com/nzp-team/assets.git
synced 2024-11-10 14:42:00 +00:00
FGD: Add trigger_stuffcmd
This commit is contained in:
parent
6f90de83ff
commit
dcbec5b310
2 changed files with 20 additions and 0 deletions
|
@ -1108,6 +1108,16 @@
|
||||||
spawnflags(flags) = [ 1: "Entity only" : 0 ]
|
spawnflags(flags) = [ 1: "Entity only" : 0 ]
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@SolidClass base(Trigger) = trigger_stuffcmd : "Trigger: Run CMD on Client (NZP)"
|
||||||
|
[
|
||||||
|
message(string) : "CMD"
|
||||||
|
spawnflags(flags) =
|
||||||
|
[
|
||||||
|
1: "Don't exec on Players" : 0
|
||||||
|
2: "Don't exec on Spectators" : 0
|
||||||
|
]
|
||||||
|
]
|
||||||
|
|
||||||
@SolidClass base(Trigger) = trigger_activator : "Trigger: Activate spawnpoints"
|
@SolidClass base(Trigger) = trigger_activator : "Trigger: Activate spawnpoints"
|
||||||
[
|
[
|
||||||
]
|
]
|
||||||
|
|
|
@ -1112,6 +1112,16 @@
|
||||||
[
|
[
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@SolidClass base(Trigger) = trigger_stuffcmd : "Trigger: Run CMD on Client (NZP)"
|
||||||
|
[
|
||||||
|
message(string) : "CMD"
|
||||||
|
spawnflags(flags) =
|
||||||
|
[
|
||||||
|
1: "Don't exec on Players" : 0
|
||||||
|
2: "Don't exec on Spectators" : 0
|
||||||
|
]
|
||||||
|
]
|
||||||
|
|
||||||
@SolidClass base(Trigger) = trigger_multiple : "Trigger: Activate multiple"
|
@SolidClass base(Trigger) = trigger_multiple : "Trigger: Activate multiple"
|
||||||
[
|
[
|
||||||
wait(string) : "Wait before reset" : "4"
|
wait(string) : "Wait before reset" : "4"
|
||||||
|
|
Loading…
Reference in a new issue