mirror of
https://github.com/nzp-team/assets.git
synced 2025-01-22 07:31:12 +00:00
FGD: Update spawnflags for item_radio
This commit is contained in:
parent
7f70a8703c
commit
845f7b6c31
2 changed files with 8 additions and 0 deletions
|
@ -379,6 +379,10 @@
|
||||||
[
|
[
|
||||||
tune(string) : "tune"
|
tune(string) : "tune"
|
||||||
length(integer) : "length"
|
length(integer) : "length"
|
||||||
|
spawnflags(Flags) =
|
||||||
|
[
|
||||||
|
1 : "Play Once" : 0
|
||||||
|
]
|
||||||
]
|
]
|
||||||
|
|
||||||
@PointClass size(-8 -8 -8, 8 8 8) base(Item) color(141 85 29) studio("models/props/teddy.mdl") = teddy_spawn : "Teddy spawn location" []
|
@PointClass size(-8 -8 -8, 8 8 8) base(Item) color(141 85 29) studio("models/props/teddy.mdl") = teddy_spawn : "Teddy spawn location" []
|
||||||
|
|
|
@ -379,6 +379,10 @@
|
||||||
[
|
[
|
||||||
tune(string) : "tune"
|
tune(string) : "tune"
|
||||||
length(integer) : "length"
|
length(integer) : "length"
|
||||||
|
spawnflags(Flags) =
|
||||||
|
[
|
||||||
|
1 : "Play Once" : 0
|
||||||
|
]
|
||||||
]
|
]
|
||||||
|
|
||||||
@PointClass size(-8 -8 -8, 8 8 8) base(Item) color(141 85 29) model("models/props/teddy.mdl") = teddy_spawn : "Teddy spawn location" []
|
@PointClass size(-8 -8 -8, 8 8 8) base(Item) color(141 85 29) model("models/props/teddy.mdl") = teddy_spawn : "Teddy spawn location" []
|
||||||
|
|
Loading…
Reference in a new issue