Raised This Month: $ Target: $400
 0% 

Leave message


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
shustas
SourceMod Donor
Join Date: May 2007
Location: London
Old 08-07-2007 , 11:51   Leave message
Reply With Quote #1

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
shustas is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:36.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode