[SOLVED] user_kill Problem
Error:
Code:
New message started when msg '83' has not been sent yetPHP Code:
Tested on cs_assault ; Windows. |
Re: user_kill Problem
not sure but
PHP Code:
PHP Code:
|
Re: user_kill Problem
Quote:
The issue is that return PLUGIN_HANDLED blocks the message ending so when you show the chat message it gives that error. |
Re: user_kill Problem
So if he removes the return it'll work ? O.o I thought if you send any message while in another message hook you get that error...
Still, you could just register_event() and filter the type there... Code:
register_event("TextMsg", "event_HostagesNotRescued", "a", "2=#Hostages_Not_Rescued")EDIT: Hmm, actually yeah, I also send a screenfade message while in textmsg in my jctf mod and no errors there... and I guess if I block it, it'll crash xD |
Re: user_kill Problem
Quote:
|
Re: user_kill Problem
Thanks guys for replies! Problem solved.
|
| All times are GMT -4. The time now is 04:29. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.