Leave message
OK, with the 3.6 update everything works fine, just one small fix;
change this on line 1330: public leave_msg(param[]) { if (get_pcvar_num(joinleave_message) == 1 && get_pcvar_num(leavemessage_enable) == 1) { new id = param[0] if(!is_user_bot(id)) return PLUGIN_HANDLED to this: public leave_msg(param[]) { if (get_pcvar_num(joinleave_message) == 1 && get_pcvar_num(leavemessage_enable) == 1) { new id = param[0] if(is_user_bot(id)) return PLUGIN_HANDLED thank you for your time |
Re: Leave message
ha! sneaky sneaky, thank you. This and whatever is up with glow when we find out will be in 3.7
|
Re: Leave message
bman i thought u had your connect/disconnect msg plugin error-free! :nono: :wink:
|
Re: Leave message
shhhh lol
well its been a lil while since an "oops" so i guess it was on schedule. blah |
Re: Leave message
lol is that why i cant see the leave msg in my server ? i can only see enter msg ..
|
Re: Leave message
No, it would just be bots showing up on the leave message, thats all. If you dont have the leave message, make sure its enabled in the .cfg :D
|
Re: Leave message
Quote:
amx_join_leave 1 // Enable/Disable the join/leave messages amx_leavemessage_enable 1 // Enable/Disable the Leave Message I only can see the join msg, but no leave msg =/ , any idea ? |
Re: Leave message
hrmmm, this is turning out great, lol. I'll take a look
|
Re: Leave message
Quote:
|
Re: Leave message
you dont have to be, its not yours :up:
It just gets on my nerves that things come up like that, when they just dont need to be i guess. We will see :D |
Re: Leave message
1 Attachment(s)
Oops, yea, here is that fix, as said above. I was retarded, up there (till the next bug fix update very soon) :D
|
Re: Leave message
Quote:
|
Re: Leave message
Did you add this fix to your new version 3.6 ? because I cant see it fixed in 3.6 nor in changelog =/ ?
|
Re: Leave message
That is what i was saying in post 11 --Till the next bug fix update--
:D And why its attatched to post 11 |
Re: Leave message
Quote:
|
Re: Leave message
Normally it would be fine that way, but so many dl it, any changes need to lumped together and make it another version, otherwise people wont know its been c hanged :D
|
Re: Leave message
Ok in version 3.7 i see the same mistake unchanged with this leave message. Please fix it.
|
Re: Leave message
Yea, I'm sorry to say that it still doesn't work bmann. LOL. I just installed 3.7 too.
|
Re: Leave message
Wow, i mistook the if (get_pcvar.. for it instead of the bot, late night, but fixed now. jeebus
|
| All times are GMT -4. The time now is 19:36. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.