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

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


Post New Thread Reply   
 
Thread Tools Display Modes
NameUser
Senior Member
Join Date: Apr 2012
Location: Bay Area, California
Old 07-05-2012 , 16:55   Re: [CS:S] Supporter Tracers v2.0.1 (Updated: 4/19/12)
Reply With Quote #21

L 07/05/2012 - 22:40:02: [SM] Plugin encountered error 21: Native is not bound
L 07/05/2012 - 22:40:02: [SM] Native "DHookCreate" reported:
L 07/05/2012 - 22:40:02: [SM] Displaying call stack trace for plugin "css_supporter_tracers.smx":
L 07/05/2012 - 22:40:02: [SM] [0] Line 238, css_supporter_tracers.sp::OnPluginStart()
__________________
NameUser is offline
Send a message via Skype™ to NameUser
thetwistedpanda
Good Little Panda
Join Date: Sep 2008
Old 07-05-2012 , 17:39   Re: [CS:S] Supporter Tracers v2.0.1 (Updated: 4/19/12)
Reply With Quote #22

The gamedata values increased by one, http://sourcemodplugins.org usually has the values. You're more than welcome to fork the plugin and add your desired changes, I only release my plugins so that others may have a use for them. I rarely tailor them beyond my own needs.
__________________
thetwistedpanda is offline
NameUser
Senior Member
Join Date: Apr 2012
Location: Bay Area, California
Old 07-05-2012 , 19:56   Re: [CS:S] Supporter Tracers v2.0.1 (Updated: 4/19/12)
Reply With Quote #23

Quote:
Originally Posted by thetwistedpanda View Post
The gamedata values increased by one, http://sourcemodplugins.org usually has the values. You're more than welcome to fork the plugin and add your desired changes, I only release my plugins so that others may have a use for them. I rarely tailor them beyond my own needs.
This is the fix?
__________________
NameUser is offline
Send a message via Skype™ to NameUser
thetwistedpanda
Good Little Panda
Join Date: Sep 2008
Old 07-05-2012 , 20:12   Re: [CS:S] Supporter Tracers v2.0.1 (Updated: 4/19/12)
Reply With Quote #24

Ah, I missed part of the message. The plugin requires Dynamic Hooks until I get around to correctly making it optional. The second part of the above message was directed at the other user.
__________________
thetwistedpanda is offline
hunterx1x
Junior Member
Join Date: Feb 2012
Old 07-09-2012 , 13:48   Re: [CS:S] Supporter Tracers v2.0.1 (Updated: 4/19/12)
Reply With Quote #25

Hey i seem to have a problem with this plugin. I have placed all files where they need to be and i have also installed dhooks. Once i put the convars in and set them to my specific values, i tried to play the game. All was well, the menu worked fine, but when i fired my gun, the server crashed. After repeated attempts, the game continues to crash whenever i shoot my gun. As of now i have turned off the plugin, if you know of what i am experiencing and a possible fix for it, it would be greatly appreciated. Thanks alot, the plugin looks effing awesome.
hunterx1x is offline
thetwistedpanda
Good Little Panda
Join Date: Sep 2008
Old 07-09-2012 , 16:36   Re: [CS:S] Supporter Tracers v2.0.1 (Updated: 4/19/12)
Reply With Quote #26

You need to update your gamedata values, the provided file is outdated as per a recent update. Increasing the values by one should suffice.
__________________
thetwistedpanda is offline
mickael002
Senior Member
Join Date: Jul 2010
Old 07-09-2012 , 16:52   Re: [CS:S] Supporter Tracers v2.0.1 (Updated: 4/19/12)
Reply With Quote #27

Screenshots ?

Vidéo ?
mickael002 is offline
hunterx1x
Junior Member
Join Date: Feb 2012
Old 07-09-2012 , 19:05   Re: [CS:S] Supporter Tracers v2.0.1 (Updated: 4/19/12)
Reply With Quote #28

Thanks again!
hunterx1x is offline
thetwistedpanda
Good Little Panda
Join Date: Sep 2008
Old 07-09-2012 , 19:55   Re: [CS:S] Supporter Tracers v2.0.1 (Updated: 4/19/12)
Reply With Quote #29

mickael002, you're out of luck. install it or don't install it. hunterx1x, sorry I haven't updated the file. I'll get around to it one of these days!
__________________

Last edited by thetwistedpanda; 07-09-2012 at 19:55.
thetwistedpanda is offline
hunterx1x
Junior Member
Join Date: Feb 2012
Old 07-09-2012 , 21:41   Re: [CS:S] Supporter Tracers v2.0.1 (Updated: 4/19/12)
Reply With Quote #30

No worries mate, i got it to work. One thing ive noticed though is when trying to modify the plugin to allow colors for regular users just joining the server and flagging other colors for donators, the donators menu only shows a few of the many colors flagged for the donator. For example i made it so you need no flags to run the !tracer command and only one color is available to those joining the server (cyan), but in the css_tracers_colors.ini i flagged most of the colors with the "s" flag. In the group i made called "tracers" i made sure to mention the flag s, so all colors would be available. But unfortunatly it only shows two colors to someone who has the "s" flag and is part of the tracers group. Im really unsure of what im doing wrong. Thanks again for all the help twistedpanda!

_____________________________________________ __
"PlayerTracers_Colors"
{
//"Color Name"
//{
// "Color", The red/green/blue combination to use
// "Flag", Optional flag required to access the material.
//}
"Cyan"
{
"Color" "0 255 255"
"Flag" ""
}
"Antique White"
{
"Color" "205 192 176"
"Flag" "s"
}
"Alice Blue"
{
"Color" "240 248 255"
"Flag" "s"
}
"Blue"
{
"Color" "0 0 255"
"Flag" "s"
}
"Blue Violet"
{
"Color" "138 43 226"
"Flag" "s"
}
"Corn Silk"
{
"Color" "255 248 220"
"Flag" "s"
}
"Cyan"
{
"Color" "0 255 255"
"Flag" "s"
}
"Dark Khaki"
{
"Color" "189 183 107"
"Flag" "s"
}
"Dim Grey"
{
"Color" "105 105 105"
"Flag" "s"
}
"Fire Brick"
{
"Color" "178 34 34"
"Flag" "s"
}
"Fuschia"
{
"Color" "255 0 255"
"Flag" "s"
}
"Gray"
{
"Color" "50 50 50"
"Flag" "s"
}
"Green"
{
"Color" "0 255 0"
"Flag" "s"
}
"Hunter Green"
{
"Color" "35 142 35"
"Flag" "s"
}
"Lawn Green"
{
"Color" "124 252 0"
"Flag" "s"
}
"Navajo White"
{
"Color" "255 222 173"
"Flag" "s"
}
"Olive"
{
"Color" "128 128 0"
"Flag" "s"
}
"Olive Brown"
{
"Color" "128 255 165"
"Flag" "s"
}
"Olive Drab"
{
"Color" "107 142 35"
"Flag" "s"
}
"Orange"
{
"Color" "255 77 0"
"Flag" "s"
}
"Orchid"
{
"Color" "218 112 214"
"Flag" "s"
}
"Pale Turquoise"
{
"Color" "175 238 238"
"Flag" "s"
}
"Purple"
{
"Color" "128 0 128"
"Flag" "s"
}
"Pink"
{
"Color" "255 103 103"
"Flag" "s"
}
"Plum"
{
"Color" "221 160 221"
"Flag" "s"
}
"Red"
{
"Color" "255 0 0"
"Flag" "s"
}
"Sea Blue"
{
"Color" "43 176 205"
"Flag" "s"
}
"Sandy Brown"
{
"Color" "244 164 96"
"Flag" "s"
}
"Sienna"
{
"Color" "180 82 45"
"Flag" "s"
}
"Silver"
{
"Color" "192 192 192"
"Flag" "s"
}
"Scarlet"
{
"Color" "140 23 23"
"Flag" "s"
}
"Seal Green"
{
"Color" "128 255 165"
"Flag" "s"
}
"Steel Blue"
{
"Color" "35 107 142"
"Flag" "s"
}
"Teal"
{
"Color" "0 128 128"
"Flag" "s"
}
"Turquoise"
{
"Color" "64 224 208"
"Flag" "s"
}
"Violet"
{
"Color" "148 0 211"
"Flag" "s"
}
"White"
{
"Color" "255 255 255"
"Flag" "s"
}
"Yellow"
{
"Color" "255 255 0"
"Flag" "s"
}
}
_____________________________________________
"Tracers"
{
"css_tracers_commands" "allow"
"css_tracers_access" "allow"
"flags" "s"
Overrides
{
"Tracers_Access_Colors"
}
}
______________________________
To be more specific only cyan and antique white show up for those under the tracers group
hunterx1x 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 23:48.


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