Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icestab cage beam effect not disappearing until map change #378

Open
makson8601 opened this issue May 26, 2022 · 6 comments
Open

Icestab cage beam effect not disappearing until map change #378

makson8601 opened this issue May 26, 2022 · 6 comments

Comments

@makson8601
Copy link

Hello, after freezing a player with a knife, this effect appears and there are a lot of them, since a lot of people use a knife, it does not disappear.
It only helps to change the map.
https://imgur.com/aC9jKoq

@peace-maker
Copy link
Owner

Hm, you can try disabling the effect for now using smrpg_icestab_visuals 0. TempEnts are clientside and I don't think there is a reliable way to kill them from the server without sideeffects. They should only stay for freeze time / 3 seconds and should at last be reset on round start though. Weird.

@makson8601
Copy link
Author

If disabled with smrpg_icestab_visuals 0, then it is not visible when the player is frozen, because when you freeze the player, the skin changes color to blue

@makson8601
Copy link
Author

How can I turn off the effect itself without changing the color of the skin?

@peace-maker
Copy link
Owner

Hm, then you have to comment out the line creating the beam cage and recompile the plugin :(

TE_SendFourBeamEffectToEnabled(fOrigin, 10.0, 10.0, 120.0, iBeamSprite, iHaloSprite, 0, 66, fFreezeTime/3.0, 10.0, 10.0, 0, 0.0, {0,0,255,255}, 0);

@makson8601
Copy link
Author

Okay, now I'll try to do it!

@makson8601
Copy link
Author

Really helped, everything works great!
Thank you!

@peace-maker peace-maker changed the title Icestab (effect) Icestab cage beam effect not disappearing until map change May 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants