Mp flashlight: Difference between revisions
Jump to navigation
Jump to search
Note: Syntax:
mp_flashlight <boolean>
Bug:In
Black Mesa doesn't work. Attempt to enable flashlight with
MyGamepedia (talk | contribs) No edit summary |
MyGamepedia (talk | contribs) No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{ | {{this is a|console variable|name=mp_flashlight}} | ||
''mp_flashlight'' enables/disables the flashlight in multiplayer.<br> | ''mp_flashlight'' enables/disables the flashlight in multiplayer.<br> | ||
{{Note| Syntax:<br>mp_flashlight ''<boolean>''}} | {{Note| Syntax:<br>mp_flashlight ''<boolean>''}} | ||
{{bug| In {{bms|4}} doesn't work. Attempt to enable flashlight with <code>ent_fire !player addoutput "effects 4"</code> instantly disable flashlight. Can be fixed with plugins.}} | {{bug|hidetested=1|In {{bms|4}} doesn't work. Attempt to enable flashlight with <code>ent_fire !player addoutput "effects 4"</code> instantly disable flashlight. Can be fixed with plugins.}} |
Latest revision as of 08:17, 7 May 2025
mp_flashlight
is a console variable available in all Source games.
mp_flashlight enables/disables the flashlight in multiplayer.

mp_flashlight <boolean>


ent_fire !player addoutput "effects 4"
instantly disable flashlight. Can be fixed with plugins.