Raised This Month: $12 Target: $400
 3% 

SendProxy Manager


Post New Thread Reply   
 
Thread Tools Display Modes
Afronanny
Veteran Member
Join Date: Aug 2009
Old 08-26-2012 , 11:26   Re: SendProxy Manager
Reply With Quote #91

Quote:
Originally Posted by lio154 View Post
This Extensions doesn't work after 2012/08/22 update.

please fix.
Any errors? Gamedata doesn't appear to have changed.
Afronanny is offline
Bakros
Junior Member
Join Date: Aug 2012
Old 08-26-2012 , 14:40   Re: SendProxy Manager
Reply With Quote #92

Quote:
Originally Posted by lio154 View Post
This Extensions doesn't work after 2012/08/22 update.

please fix.
works for me.Sourcemod 1.4.5, Latest Release metamod, CS:S
Bakros is offline
GrO
Veteran Member
Join Date: Jun 2010
Location: Poland
Old 09-02-2012 , 08:26   Re: SendProxy Manager
Reply With Quote #93

Just make sure You're using snapshots for both; MMS (atm: mmsource-1.8.8-hg787) & SM (atm: sourcemod-1.4.5-hg3553).

Last edited by GrO; 09-02-2012 at 08:26.
GrO is offline
eco3576
Senior Member
Join Date: Jul 2010
Old 09-14-2012 , 23:41   Re: SendProxy Manager
Reply With Quote #94

Puts my server into a crash loop. (TF2.)
eco3576 is offline
Russianeer
SourceMod Donor
Join Date: Feb 2011
Old 09-15-2012 , 00:46   Re: SendProxy Manager
Reply With Quote #95

That's because the windows signature has probably changed again.
Russianeer is offline
eco3576
Senior Member
Join Date: Jul 2010
Old 09-15-2012 , 18:50   Re: SendProxy Manager
Reply With Quote #96

I'm on Linux, though.
eco3576 is offline
Russianeer
SourceMod Donor
Join Date: Feb 2011
Old 09-15-2012 , 20:45   Re: SendProxy Manager
Reply With Quote #97

Quote:
Originally Posted by eco3576 View Post
I'm on Linux, though.
Then the linux signature changed.
Russianeer is offline
eco3576
Senior Member
Join Date: Jul 2010
Old 09-20-2012 , 21:15   Re: SendProxy Manager
Reply With Quote #98

Nevermind, I got it working. Turns out I used a function the wrong way. Which, put my server into a crash loop. Props to you, Afronanny. This is very useful for developers.
eco3576 is offline
Afronanny
Veteran Member
Join Date: Aug 2009
Old 09-20-2012 , 22:42   Re: SendProxy Manager
Reply With Quote #99

Was the crash caused by this extension (even if you were misusing something)? If so, can you post the code so I can stop it from crashing at least?
Afronanny is offline
eco3576
Senior Member
Join Date: Jul 2010
Old 09-21-2012 , 02:29   Re: SendProxy Manager
Reply With Quote #100

Yes, I believe so. For example, if I used a netprop that isn't valid for a certain entity, it crashes.


PHP Code:
public OnPluginStart()
{
    for(new 
1;<= MaxClients;i++)
    {
        
SendProxy_Hook(i"m_bPlayingMannVsMachine"Prop_IntProxy_Callback);
    }
}
public 
Action:Proxy_Callback(entity, const String:propname[], &iValueelement)
{
    
iValue 0;
    return 
Plugin_Changed;

That's the jist of my code, I had to rewrite it since my code changed from that time. And yes, this is a terrible mistake. I am very prone to this sort of stuff. I initially thought that I was just blocking a netprop from being sent to a client no matter which one it was. But, I figured it out.

Last edited by eco3576; 09-21-2012 at 02:33.
eco3576 is offline
Reply



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 11:39.


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