Trigger mp3 (GoldSrc): Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Language subpage}} {{entity|trigger_mp3|<!--sprite=1-->|type=brush|engine=gldsrc|game=Paranoia}} Which play mp3 tracks. == Application == Activate - mp3 plays. Plays in a l...") |
m (Nesciuse moved page Trigger mp3 (GoldSrc)/en to Trigger mp3 (GoldSrc) without leaving a redirect: Move en subpage to basepage) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{LanguageBar}} | ||
{{entity|trigger_mp3 | {{this is a|brush entity|name=trigger_mp3|engine=GoldSrc|game=Paranoia}}It is a trigger that plays a specified mp3 track | ||
==Application== | |||
== Application == | On Activate - mp3 plays. Plays in a loop - until it stops. To stop - put more one trigger_mp3, where the file path will be empty. Console command stopmp3 - cuts down the currently playing music. | ||
Activate - mp3 plays. Plays in a loop - until it stops. To stop - put more one trigger_mp3, where the file path will be empty. Console command stopmp3 - cuts down the currently playing music. | |||
==Keyvalues== | ==Keyvalues== | ||
Line 9: | Line 8: | ||
{{KV|Target|intn=Message|string|MP3 file to play (empty to stop)}} | {{KV|Target|intn=Message|string|MP3 file to play (empty to stop)}} | ||
[[Category:GoldSrc]] |
Latest revision as of 11:47, 12 July 2024
trigger_mp3
is a brush entity available in Paranoia.It is a trigger that plays a specified mp3 track
Application
On Activate - mp3 plays. Plays in a loop - until it stops. To stop - put more one trigger_mp3, where the file path will be empty. Console command stopmp3 - cuts down the currently playing music.
Keyvalues
- Targetname ([todo internal name (i)]) <targetname>
- Name of entity
- Target (Message) <string>
- MP3 file to play (empty to stop)