Strange Hudmessage
I made a simple hlss blocking plugin, and it works (Thanks to some code I found here by Hawk), but unfortuantely my hud message doesn't work. Here's my code:
Code:
public verifyHlss(id, cvar[], value[]) |
Re: Strange Hudmessage
They look the same to me. Try using -1 as the channel for the hudmessage.
For example, Code:
set_hudmessage(255, 0, 0, 0.20, 0.33, 0, 6.0, 3.0, 0.1, 0.2, -1); |
Re: Strange Hudmessage
My guess is that you have a plugin that shows HUD messages on client disconnect, and that message is overriding the HUD channel that you are using.
|
Re: Strange Hudmessage
OH! That makes sense Avalance, thanks a lot.
|
| All times are GMT -4. The time now is 00:42. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.