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

[ANY] Basic Donator Interface


Post New Thread Reply   
 
Thread Tools Display Modes
xomp
BANNED
Join Date: Jul 2008
Old 12-20-2010 , 13:46   Re: [ANY] Basic Donator Interface
Reply With Quote #11

Any progress? I hate that this was fixed on the day of the big xmas update (which broke it again) lol
xomp is offline
Send a message via Skype™ to xomp
toazron1
Senior Member
Join Date: Oct 2006
Old 12-20-2010 , 14:14   Re: [ANY] Basic Donator Interface
Reply With Quote #12

Hmm, its working fine for me. What does it say in the source mod error file?
__________________
toazron1 is offline
Send a message via AIM to toazron1
naris
AlliedModders Donor
Join Date: Dec 2006
Old 12-20-2010 , 23:41   Re: [ANY] Basic Donator Interface
Reply With Quote #13

donator.colorchat.tf2.sp displays this error when someone leaves the server
Code:
L 12/20/2010 - 05:14:30: [SM] Native "GetClientTeam" reported: Client 19 is not in game
L 12/20/2010 - 05:14:30: [SM] Displaying call stack trace for plugin "other/donator.colorchat.tf2.smx":
L 12/20/2010 - 05:14:30: [SM]   [0]  Line 114, donator.colorchat.tf2.sp::SayCallback()
Which is can be fixed by replacing this line in SayCallback()
PHP Code:
            if(!IsClientConnected(i)) continue; 
with
PHP Code:
            if(!IsClientInGame(i)) continue; 
Also, why is it called donator.colorchat.tf2.sp when it's not TF2 specific?
That plugin should work with most, if not all, mods.
naris is offline
toazron1
Senior Member
Join Date: Oct 2006
Old 12-20-2010 , 23:57   Re: [ANY] Basic Donator Interface
Reply With Quote #14

Good catch, fixed.

TF2 specific because it included yellow but I changed it to a define. If you want to use yellow, uncomment the define.
__________________
toazron1 is offline
Send a message via AIM to toazron1
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 12-21-2010 , 07:50   Re: [ANY] Basic Donator Interface
Reply With Quote #15

Quote:
Originally Posted by toazron1 View Post
Good catch, fixed.

TF2 specific because it included yellow but I changed it to a define. If you want to use yellow, uncomment the define.
There. Is. No. Yellow.
__________________
asherkin is offline
toazron1
Senior Member
Join Date: Oct 2006
Old 12-21-2010 , 10:00   Re: [ANY] Basic Donator Interface
Reply With Quote #16

Quote:
Originally Posted by asherkin View Post
I suppose if you want to be picky, it's yellow a majority of the time and out of our control for the other colors.

Changed. to. reflect. that.
__________________
toazron1 is offline
Send a message via AIM to toazron1
xomp
BANNED
Join Date: Jul 2008
Old 12-21-2010 , 20:29   Re: [ANY] Basic Donator Interface
Reply With Quote #17

Quote:
Originally Posted by toazron1 View Post
Hmm, its working fine for me. What does it say in the source mod error file?
I guess all this?

PHP Code:
L 12/21/2010 16:17:53SourceMod error session started
L 12
/21/2010 16:17:53Info (map "trade_punchout_nite") (file "errors_20101221.log")
L 12/21/2010 16:17:53: [SMPlugin encountered error 25Call was aborted
L 12
/21/2010 16:17:53: [SMNative "SetFailState" reportedUnable to load donator file (donators.txt)
L 12/21/2010 16:17:53: [SMDisplaying call stack trace for plugin "donator.core.smx":
L 12/21/2010 16:17:53: [SM]   [0]  Line 274,  C:\Users\Josh\Desktop\sourcemod-1.3.4-hg2998\addons\sourcemod\scripting\dontator.core.sp::LoadDonators()
L 12/21/2010 16:17:53: [SM]   [1]  Line 109,  C:\Users\Josh\Desktop\sourcemod-1.3.4-hg2998\addons\sourcemod\scripting\dontator.core.sp::OnPluginStart()
L 12/21/2010 16:17:53: [SMPlugin encountered error 25Call was aborted
L 12
/21/2010 16:17:53: [SMNative "SetFailState" reportedUnabled to find pluginBasic Donator Interface
L 12/21/2010 16:17:53: [SMDisplaying call stack trace for plugin "donator.recognition.tf2.smx":
L 12/21/2010 16:17:53: [SM]   [0]  Line 112,  C:\Users\Josh\Desktop\sourcemod-1.3.4-hg2998\addons\sourcemod\scripting\donator.recognition.tf2.sp::OnAllPluginsLoaded()
L 12/21/2010 16:17:53: [SMPlugin encountered error 25Call was aborted
L 12
/21/2010 16:17:53: [SMNative "SetFailState" reportedUnabled to find pluginBasic Donator Interface
L 12/21/2010 16:17:53: [SMDisplaying call stack trace for plugin "donator.colorchat.tf2.smx":
L 12/21/2010 16:17:53: [SM]   [0]  Line 54,  C:\Users\Josh\Desktop\sourcemod-1.3.4-hg2998\addons\sourcemod\scripting\donator.colorchat.tf2.sp::OnAllPluginsLoaded()
L 12/21/2010 19:51:55Error log file session closed.
L 12/21/2010 19:51:56SourceMod error session started
L 12
/21/2010 19:51:56Info (map "trade_punchout_nite_b1") (file "errors_20101221.log")
L 12/21/2010 19:51:56: [SMPlugin encountered error 25Call was aborted
L 12
/21/2010 19:51:56: [SMNative "SetFailState" reportedUnable to load donator file (donators.txt)
L 12/21/2010 19:51:56: [SMDisplaying call stack trace for plugin "donator.core.smx":
L 12/21/2010 19:51:56: [SM]   [0]  Line 274,  C:\Users\Josh\Desktop\sourcemod-1.3.4-hg2998\addons\sourcemod\scripting\dontator.core.sp::LoadDonators()
L 12/21/2010 19:51:56: [SM]   [1]  Line 109,  C:\Users\Josh\Desktop\sourcemod-1.3.4-hg2998\addons\sourcemod\scripting\dontator.core.sp::OnPluginStart()
L 12/21/2010 19:51:56: [SMPlugin encountered error 25Call was aborted
L 12
/21/2010 19:51:56: [SMNative "SetFailState" reportedUnabled to find pluginBasic Donator Interface
L 12/21/2010 19:51:56: [SMDisplaying call stack trace for plugin "donator.recognition.tf2.smx":
L 12/21/2010 19:51:56: [SM]   [0]  Line 112,  C:\Users\Josh\Desktop\sourcemod-1.3.4-hg2998\addons\sourcemod\scripting\donator.recognition.tf2.sp::OnAllPluginsLoaded()
L 12/21/2010 19:51:56: [SMPlugin encountered error 25Call was aborted
L 12
/21/2010 19:51:56: [SMNative "SetFailState" reportedUnabled to find pluginBasic Donator Interface
L 12/21/2010 19:51:56: [SMDisplaying call stack trace for plugin "donator.colorchat.tf2.smx":
L 12/21/2010 19:51:56: [SM]   [0]  Line 54,  C:\Users\Josh\Desktop\sourcemod-1.3.4-hg2998\addons\sourcemod\scripting\donator.colorchat.tf2.sp::OnAllPluginsLoaded()
L 12/21/2010 20:22:01SourceMod error session started
L 12
/21/2010 20:22:01Info (map "trade_center_punchout_final") (file "errors_20101221.log")
L 12/21/2010 20:22:01: [SMPlugin encountered error 25Call was aborted
L 12
/21/2010 20:22:01: [SMNative "SetFailState" reportedUnable to load donator file (donators.txt)
L 12/21/2010 20:22:01: [SMDisplaying call stack trace for plugin "donator.core.smx":
L 12/21/2010 20:22:01: [SM]   [0]  Line 274,  C:\Users\Josh\Desktop\sourcemod-1.3.4-hg2998\addons\sourcemod\scripting\dontator.core.sp::LoadDonators()
L 12/21/2010 20:22:01: [SM]   [1]  Line 109,  C:\Users\Josh\Desktop\sourcemod-1.3.4-hg2998\addons\sourcemod\scripting\dontator.core.sp::OnPluginStart()
L 12/21/2010 20:22:01: [SMPlugin encountered error 25Call was aborted
L 12
/21/2010 20:22:01: [SMNative "SetFailState" reportedUnabled to find pluginBasic Donator Interface
L 12/21/2010 20:22:01: [SMDisplaying call stack trace for plugin "donator.recognition.tf2.smx":
L 12/21/2010 20:22:01: [SM]   [0]  Line 112,  C:\Users\Josh\Desktop\sourcemod-1.3.4-hg2998\addons\sourcemod\scripting\donator.recognition.tf2.sp::OnAllPluginsLoaded()
L 12/21/2010 20:22:01: [SMPlugin encountered error 25Call was aborted
L 12
/21/2010 20:22:01: [SMNative "SetFailState" reportedUnabled to find pluginBasic Donator Interface
L 12/21/2010 20:22:01: [SMDisplaying call stack trace for plugin "donator.colorchat.tf2.smx":
L 12/21/2010 20:22:01: [SM]   [0]  Line 54,  C:\Users\Josh\Desktop\sourcemod-1.3.4-hg2998\addons\sourcemod\scripting\donator.colorchat.tf2.sp::OnAllPluginsLoaded()
L 12/21/2010 20:27:36SourceMod error session started
L 12
/21/2010 20:27:36Info (map "trade_punchout_nite") (file "errors_20101221.log")
L 12/21/2010 20:27:36: [SMPlugin encountered error 25Call was aborted
L 12
/21/2010 20:27:36: [SMNative "SetFailState" reportedUnable to load donator file (donators.txt)
L 12/21/2010 20:27:36: [SMDisplaying call stack trace for plugin "donator.core.smx":
L 12/21/2010 20:27:36:  [SM]   [0]  Line 274,  C:\Users\Josh\Desktop\sourcemod-1.3.4-hg2998\addons\sourcemod\scripting\dontator.core.sp::LoadDonators()
L 12/21/2010 20:27:36:  [SM]   [1]  Line 109,  C:\Users\Josh\Desktop\sourcemod-1.3.4-hg2998\addons\sourcemod\scripting\dontator.core.sp::OnPluginStart()
L 12/21/2010 20:27:36: [SMPlugin encountered error 25Call was aborted
L 12
/21/2010 20:27:36: [SMNative "SetFailState" reportedUnabled to find pluginBasic Donator Interface
L 12/21/2010 20:27:36: [SMDisplaying call stack trace for plugin "donator.recognition.tf2.smx":
L 12/21/2010 20:27:36:  [SM]   [0]  Line 112,  C:\Users\Josh\Desktop\sourcemod-1.3.4-hg2998\addons\sourcemod\scripting\donator.recognition.tf2.sp::OnAllPluginsLoaded()
L 12/21/2010 20:27:36: [SMPlugin encountered error 25Call was aborted
L 12
/21/2010 20:27:36: [SMNative "SetFailState" reportedUnabled to find pluginBasic Donator Interface
L 12/21/2010 20:27:36: [SMDisplaying call stack trace for plugin "donator.colorchat.tf2.smx":
L 12/21/2010 20:27:36:  [SM]   [0]  Line 54,  C:\Users\Josh\Desktop\sourcemod-1.3.4-hg2998\addons\sourcemod\scripting\donator.colorchat.tf2.sp::OnAllPluginsLoaded() 
xomp is offline
Send a message via Skype™ to xomp
naris
AlliedModders Donor
Join Date: Dec 2006
Old 12-21-2010 , 21:29   Re: [ANY] Basic Donator Interface
Reply With Quote #18

Quote:
Originally Posted by toazron1 View Post
TF2 specific because it included yellow but I changed it to a define. If you want to use yellow, uncomment the define.
Apparently the custom color (\x06) also works in other orange box mods where it is usually black or something.

Last edited by naris; 12-21-2010 at 22:51.
naris is offline
toazron1
Senior Member
Join Date: Oct 2006
Old 12-21-2010 , 21:48   Re: [ANY] Basic Donator Interface
Reply With Quote #19

You are missing the file donators.txt in the data folder. If you rather use SQL you need to change the define.

The format is steamed;level

I'll add that to the first post later (site isn't mobile friendly)
__________________
toazron1 is offline
Send a message via AIM to toazron1
toazron1
Senior Member
Join Date: Oct 2006
Old 12-21-2010 , 21:55   Re: [ANY] Basic Donator Interface
Reply With Quote #20

Quote:
Originally Posted by naris View Post
Ahh I need to catch up on the latest changes. Been away too long a lot changed thanks for the link.
__________________
toazron1 is offline
Send a message via AIM to toazron1
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 10:53.


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