I do not want to upset.
I have the server with each of this script several times rebooted and also the plugin reloaded and it does not work.
Ah, is it perhaps back to the source python version?
I need the latest?
[HL2DM] Remove Map Overlays, Map game_ext and Map Music
- Painkiller
- Senior Member
- Posts: 751
- Joined: Sun Mar 01, 2015 8:09 am
- Location: Germany
- Contact:
- Painkiller
- Senior Member
- Posts: 751
- Joined: Sun Mar 01, 2015 8:09 am
- Location: Germany
- Contact:
Re: [HL2DM] Remove Map Overlays
L'In20Cible wrote:At this point, I think you want to remove them all no matter what:Syntax: Select all
from listeners import OnEntityCreated
@OnEntityCreated
def on_entity_created(base_entity):
if base_entity.classname != 'env_screenoverlay':
return
base_entity.remove()
Since you seem to have trouble installing the codes, please read the following article: http://wiki.sourcepython.com/developing ... rst-plugin
Mr. L'In20Cible,
It works wonderfully
Apologize I always forget that I must update SP.
SP is a small child
It lern and grows.
Thank you very much.
- Painkiller
- Senior Member
- Posts: 751
- Joined: Sun Mar 01, 2015 8:09 am
- Location: Germany
- Contact:
Re: [HL2DM] Remove Map Overlays
Hello this plugin is still working great.
I only have a small question.
Could you also remove the game_text of the map.
Many mapper show their map name and their own name during the game.
Unfortunately that sometimes bothers my own game_text.
Thanks in Advance
I only have a small question.
Could you also remove the game_text of the map.
Many mapper show their map name and their own name during the game.
Unfortunately that sometimes bothers my own game_text.
Thanks in Advance
- Painkiller
- Senior Member
- Posts: 751
- Joined: Sun Mar 01, 2015 8:09 am
- Location: Germany
- Contact:
Re: [HL2DM] Remove Map Overlays
Hello SP-Team and Community, can anybody help please?
- Painkiller
- Senior Member
- Posts: 751
- Joined: Sun Mar 01, 2015 8:09 am
- Location: Germany
- Contact:
Re: [HL2DM] Remove Map Overlays, Map game_ext and Map Music
Would be great if someone could be found to this plugin to remove the game_text from the map and the map music
-
- Senior Member
- Posts: 315
- Joined: Sun May 17, 2020 7:56 am
- Location: Finland
- Contact:
Re: [HL2DM] Remove Map Overlays, Map game_ext and Map Music
Painkiller wrote:Would be great if someone could be found to this plugin to remove the game_text from the map and the map music
Syntax: Select all
from listeners import OnEntityCreated
@OnEntityCreated
def on_entity_created(base_entity):
if base_entity.classname == 'env_screenoverlay' or base_entity.classname == 'game_text':
base_entity.remove()
Who is online
Users browsing this forum: No registered users and 49 guests