Raised This Month: $ Target: $400
 0% 

[CS:S] Supporter Tracers v2.0.5 (Updated: 2/28/13)


Post New Thread Reply   
 
Thread Tools Display Modes
zrayz
Junior Member
Join Date: Nov 2011
Location: Russia
Old 05-06-2012 , 11:05   Re: [CS:S] Supporter Tracers v2.0.1 (Updated: 4/19/12)
Reply With Quote #11

I have errors:
Code:
L 05/06/2012 - 18:59:29: [SM] Plugin encountered error 21: Native is not bound
L 05/06/2012 - 18:59:29: [SM] Native "DHookCreate" reported: 
L 05/06/2012 - 18:59:29: [SM] Displaying call stack trace for plugin "css_supporter_tracers.smx":
L 05/06/2012 - 18:59:29: [SM]   [0]  Line 238, css_supporter_tracers.sp::OnPluginStart()
and
Code:
L 05/06/2012 - 19:27:02: [SM] Plugin encountered error 15: Array index is out of bounds
L 05/06/2012 - 19:27:02: [SM] Displaying call stack trace for plugin "css_supporter_tracers.smx":
L 05/06/2012 - 19:27:02: [SM]   [0]  Line 1155, css_supporter_tracers.sp::Void_LoadCookies()
L 05/06/2012 - 19:27:02: [SM]   [1]  Line 475, css_supporter_tracers.sp::OnClientCookiesCached()

Last edited by zrayz; 05-06-2012 at 11:30.
zrayz is offline
thetwistedpanda
Good Little Panda
Join Date: Sep 2008
Old 05-06-2012 , 11:38   Re: [CS:S] Supporter Tracers v2.0.1 (Updated: 4/19/12)
Reply With Quote #12

The first looks like DHooks isn't loaded properly, the second looks like a client is loading a tracer that doesn't exist. Have you done anything wonky to your configuration file // cvars?
__________________
thetwistedpanda is offline
zrayz
Junior Member
Join Date: Nov 2011
Location: Russia
Old 05-06-2012 , 11:59   Re: [CS:S] Supporter Tracers v2.0.1 (Updated: 4/19/12)
Reply With Quote #13

I can't solve this problem. You should add link on Dynamic Hooks to description...
Code:
L 05/06/2012 - 21:09:50: [SM] Displaying call stack trace for plugin "css_supporter_tracers.smx":
L 05/06/2012 - 21:09:50: [SM]   [0]  Line 1155, css_supporter_tracers.sp::Void_LoadCookies()
L 05/06/2012 - 21:09:50: [SM]   [1]  Line 432, css_supporter_tracers.sp::OnClientPostAdminCheck()
I was correctly write "path" for tracers. But i still get errors.

Last edited by zrayz; 05-06-2012 at 13:16.
zrayz is offline
thetwistedpanda
Good Little Panda
Join Date: Sep 2008
Old 05-07-2012 , 19:24   Re: [CS:S] Supporter Tracers v2.0.1 (Updated: 4/19/12)
Reply With Quote #14

zrayz, what is the value of your css_tracers_default_color, and what is the contents of your configs/tracers/css_tracers_colors.ini? I believe i've found the error, but I just want to confirm something.
__________________

Last edited by thetwistedpanda; 05-07-2012 at 19:37.
thetwistedpanda is offline
zrayz
Junior Member
Join Date: Nov 2011
Location: Russia
Old 05-11-2012 , 14:03   Re: [CS:S] Supporter Tracers v2.0.1 (Updated: 4/19/12)
Reply With Quote #15

I use css_tracers_default_color -1 and i set for some colors my admin flag in css_tracers_colors.ini. But i still get erroros:
Code:
L 05/11/2012 - 22:01:11: [SM] Plugin encountered error 15: Array index is out of bounds
L 05/11/2012 - 22:01:11: [SM] Displaying call stack trace for plugin "css_supporter_tracers.smx":
L 05/11/2012 - 22:01:11: [SM]   [0]  Line 1155, css_supporter_tracers.sp::Void_LoadCookies()
L 05/11/2012 - 22:01:11: [SM]   [1]  Line 475, css_supporter_tracers.sp::OnClientCookiesCached()
And
L 05/11/2012 - 22:01:28: [SM] Plugin encountered error 15: Array index is out of bounds
L 05/11/2012 - 22:01:28: [SM] Displaying call stack trace for plugin "css_supporter_tracers.smx":
L 05/11/2012 - 22:01:28: [SM]   [0]  Line 668, css_supporter_tracers.sp::Timer_KnifeTracer()

Last edited by zrayz; 05-11-2012 at 14:04.
zrayz is offline
databomb
Veteran Member
Join Date: Jun 2009
Location: california
Old 06-16-2012 , 11:59   Re: [CS:S] Supporter Tracers v2.0.1 (Updated: 4/19/12)
Reply With Quote #16

Why not move g_bDynamicHooks = LibraryExists("dhook");
inside OnPluginStart()? Is the extension really registering the library at some point during/after OnPluginStart?
__________________
databomb is offline
BlueCuda
Junior Member
Join Date: Feb 2012
Old 06-17-2012 , 16:31   Re: [CS:S] Supporter Tracers v2.0.1 (Updated: 4/19/12)
Reply With Quote #17

I am not sure if this is supposed to happen, but on my server grenades have trails. I was wondering if you could add the ability to disable this or change it seperate from my gun tracers.
Thanks,
BlueCuda
__________________
BlueCuda is offline
thetwistedpanda
Good Little Panda
Join Date: Sep 2008
Old 06-17-2012 , 23:00   Re: [CS:S] Supporter Tracers v2.0.1 (Updated: 4/19/12)
Reply With Quote #18

There should be a cvar to disable it -- if not I can add one, but fairly certain there's one.
__________________
thetwistedpanda is offline
BlueCuda
Junior Member
Join Date: Feb 2012
Old 06-18-2012 , 10:27   Re: [CS:S] Supporter Tracers v2.0.1 (Updated: 4/19/12)
Reply With Quote #19

Quote:
Originally Posted by thetwistedpanda View Post
There should be a cvar to disable it -- if not I can add one, but fairly certain there's one.
I just looked through my cfg/sourcemod/css_supporter_tracers.cfg, and couldn't find any cvar's that changed grenades tracers. Would be great if you could add this.

Thanks,
BlueCuda
__________________
BlueCuda is offline
databomb
Veteran Member
Join Date: Jun 2009
Location: california
Old 07-05-2012 , 09:40   Re: [CS:S] Supporter Tracers v2.0.1 (Updated: 4/19/12)
Reply With Quote #20

I've worked on adapting this to the Hub concept in the Donators section and these are a few things I've found and would suggest:

1) Should use #if defined _ for DHooks and #tryinclude so it compiles without needing to change the source code
2) There's no option for resetting your trail material.. See [ANY] Hats for an example. This should be the enable/disable mechanism.
3) The default cvars are confusing and not well documented.. for instance, when you disable the width menu, the cvar for default width is not in distance but instead in some arbitrary width menu selection, which is not determinable from any of the .cfg files.
4) Lack of global ToggleEffects
5) There's random code for grenade trails in here but no documentation or cvars about it.
6) A command listener is used for 'say'/'say_team' instead of RegConsoleCmd.. besides offering to hide the chat, this offers no advantage over RegConsoleCmd. It also makes it more difficult to play with other plugins. (e.g. FakeClientCommand(client, "sm_trails") would do nothing)

Oh, and gamedata is broken and this will crash. If someone else could get that this time, that would also help out a lot.
__________________
databomb 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 12:33.


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