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

SendProxy Manager


Post New Thread Reply   
 
Thread Tools Display Modes
Root_
Veteran Member
Join Date: Jan 2012
Location: ryssland
Old 10-28-2012 , 14:23   Re: SendProxy Manager
Reply With Quote #111

Update it please!
Code:
[SM] Unable to load extension "sendproxy.ext": addons/sourcemod/extensions/sendproxy.ext.so: undefined symbol: g_pMemAlloc
__________________


dodsplugins.com - Plugins and Resources for Day of Defeat
http://twitch.tv/zadroot
Root_ is offline
Afronanny
Veteran Member
Join Date: Aug 2009
Old 10-30-2012 , 13:09   Re: SendProxy Manager
Reply With Quote #112

Won't be able to update it until NFO's New york servers go back up.
Afronanny is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 10-31-2012 , 19:31   Re: SendProxy Manager
Reply With Quote #113

Quote:
Originally Posted by Afronanny View Post
Won't be able to update it until NFO's New york servers go back up.
yeah, the only thing that super-storm sandy affected on me is my box's connection o.o
Mitchell is offline
Afronanny
Veteran Member
Join Date: Aug 2009
Old 11-01-2012 , 11:11   Re: SendProxy Manager
Reply With Quote #114

Well, somehow my kernel got corrupted or something. Which is really convenient because that was my development server that hosted all my online repos, buildbot, my srcds installations, and a lot more. Everything is gone. I'll be trying to recover files, but an update to this and Team Balance Immunity could be a while.
Afronanny is offline
Afronanny
Veteran Member
Join Date: Aug 2009
Old 11-01-2012 , 23:16   Re: SendProxy Manager
Reply With Quote #115

Spent a while today trying to fix my system and succeeded. Updates can be downloaded in the first post.
Afronanny is offline
eco3576
Senior Member
Join Date: Jul 2010
Old 11-08-2012 , 20:07   Re: SendProxy Manager
Reply With Quote #116

Also, when hooking the prop change, if you run ANY natives in there, it seems to crash my server. If you need dump files, let me know.
eco3576 is offline
Afronanny
Veteran Member
Join Date: Aug 2009
Old 11-14-2012 , 16:48   Re: SendProxy Manager
Reply With Quote #117

Quote:
Originally Posted by eco3576 View Post
Also, when hooking the prop change, if you run ANY natives in there, it seems to crash my server. If you need dump files, let me know.
The code you used to crash it would be helpful.
Afronanny is offline
eco3576
Senior Member
Join Date: Jul 2010
Old 11-14-2012 , 22:54   Re: SendProxy Manager
Reply With Quote #118

PHP Code:
public OnClientPutInServer(client)
{
     
SendProxy_HookPropChange(client"m_nCurrency"OnChanged);
}
public 
OnChanged(entity, const String:propName[], const String:oldValue[], const String:newValue[])
{
    new 
int1 StringToInt(oldValue);
    new 
int2 StringToInt(newValue);
    if(
int1 int2)
    
Purchased[entity]++;

Again, had to rewrite it since I found a different workaround but if this method worked I would've definitely taken this over comparing ticks.

Last edited by eco3576; 11-15-2012 at 19:14.
eco3576 is offline
bl4nk
SourceMod Developer
Join Date: Jul 2007
Old 11-14-2012 , 23:05   Re: SendProxy Manager
Reply With Quote #119

Shouldn't that be Purchased[entity]?

Last edited by bl4nk; 11-14-2012 at 23:05.
bl4nk is offline
eco3576
Senior Member
Join Date: Jul 2010
Old 11-15-2012 , 19:15   Re: SendProxy Manager
Reply With Quote #120

Quote:
Originally Posted by bl4nk View Post
Shouldn't that be Purchased[entity]?
Ah, right. Sorry. I usually rely on my compiler to point out the simple mistakes that I made. Heh. Thanks for pointing that out. It's now corrected.
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 15:05.


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