Raised This Month: $ Target: $400
 0% 

[TF2] backpack.tf Price Check


Post New Thread Reply   
 
Thread Tools Display Modes
Dr_Knuckles
AlliedModders Donor
Join Date: Mar 2005
Location: SW Florida
Old 01-14-2014 , 21:11   Re: [TF2] backpack.tf Price Check
Reply With Quote #341

Just a little bug report, it seems that the item "Shotgun" is bugged with /pc. If you directly /pc "shotgun" nothing happens, if you were to, for example, /pc shot Shotgun is the #1 option, but pressing 1 nothing happens as well.
__________________
Dr_Knuckles is offline
fiala06
AlliedModders Donor
Join Date: Mar 2009
Location: Eugene, OR
Old 01-23-2014 , 00:58   Re: [TF2] backpack.tf Price Check
Reply With Quote #342

My server has been crashing lately and its the first time I've looked into. Its been a long time. All my error logs have the same thing in it and its only related to backpack.tf as far as I can see.

Any ideas about this? Its just repeated over and over.

Code:
L 01/22/2014 - 10:41:50: SourceMod error session started
L 01/22/2014 - 10:41:50: Info (map "Trade_Invert_Valley_4") (file "errors_20140122.log")
L 01/22/2014 - 10:41:50: Error log file session closed.
L 01/22/2014 - 10:42:01: SourceMod error session started
L 01/22/2014 - 10:42:01: Info (map "Trade_Invert_Valley_4") (file "errors_20140122.log")
L 01/22/2014 - 10:42:01: [STEAMTOOLS] Server Gameplay Stats received with an unexpected eResult. (eResult = 20)
L 01/22/2014 - 13:02:43: [SM] Plugin encountered error 25: Call was aborted
L 01/22/2014 - 13:02:43: [SM] Native "ThrowError" reported: Unknown currency: 
L 01/22/2014 - 13:02:43: [SM] Displaying call stack trace for plugin "backpack-tf.smx":
L 01/22/2014 - 13:02:43: [SM]   [0]  Line 485, D:\Libraries\Documents\Repos\Public Plugins\scripting\backpack-tf.sp::FormatPrice()
L 01/22/2014 - 13:02:43: [SM]   [1]  Line 507, D:\Libraries\Documents\Repos\Public Plugins\scripting\backpack-tf.sp::FormatPriceRange()
L 01/22/2014 - 13:02:43: [SM]   [2]  Line 705, D:\Libraries\Documents\Repos\Public Plugins\scripting\backpack-tf.sp::Command_PriceCheck()
L 01/22/2014 - 13:02:49: [SM] Plugin encountered error 25: Call was aborted
L 01/22/2014 - 13:02:49: [SM] Native "ThrowError" reported: Unknown currency: 
L 01/22/2014 - 13:02:49: [SM] Displaying call stack trace for plugin "backpack-tf.smx":
L 01/22/2014 - 13:02:49: [SM]   [0]  Line 485, D:\Libraries\Documents\Repos\Public Plugins\scripting\backpack-tf.sp::FormatPrice()
L 01/22/2014 - 13:02:49: [SM]   [1]  Line 507, D:\Libraries\Documents\Repos\Public Plugins\scripting\backpack-tf.sp::FormatPriceRange()
L 01/22/2014 - 13:02:49: [SM]   [2]  Line 705, D:\Libraries\Documents\Repos\Public Plugins\scripting\backpack-tf.sp::Command_PriceCheck()
L 01/22/2014 - 16:03:23: [SM] Plugin encountered error 25: Call was aborted
L 01/22/2014 - 16:03:23: [SM] Native "ThrowError" reported: Unknown currency: 
L 01/22/2014 - 16:03:23: [SM] Displaying call stack trace for plugin "backpack-tf.smx":
L 01/22/2014 - 16:03:23: [SM]   [0]  Line 485, D:\Libraries\Documents\Repos\Public Plugins\scripting\backpack-tf.sp::FormatPrice()
L 01/22/2014 - 16:03:23: [SM]   [1]  Line 507, D:\Libraries\Documents\Repos\Public Plugins\scripting\backpack-tf.sp::FormatPriceRange()
L 01/22/2014 - 16:03:23: [SM]   [2]  Line 705, D:\Libraries\Documents\Repos\Public Plugins\scripting\backpack-tf.sp::Command_PriceCheck()
Code:
] rcon meta list
Listing 6 plugins:
  [01] SourceMod (1.6.0-dev+4153) by AlliedModders LLC
  [02] TF2Items (1.5.3) by Asherkin & AzuiSleet & Damizean
  [03] TF2 Tools (1.6.0-dev+4153) by AlliedModders LLC
  [04] SDK Hooks (1.6.0-dev+4153) by AlliedModders LLC
  [05] SDK Tools (1.6.0-dev+4153) by AlliedModders LLC
  [06] SteamTools (0.8.3) by Asher Baker (asherkin)
] rcon sm version
 SourceMod Version Information:
    SourceMod Version: 1.6.0-dev+4153
    SourcePawn Engine: SourcePawn 1.2, jit-x86 (build 1.6.0-dev+4153)
    SourcePawn API: v1 = 4, v2 = 6
    Compiled on: Oct 24 2013 10:55:45
    Build ID: 4153:5768ce963643
    http://www.sourcemod.net/
Thanks
fiala06 is offline
ddhoward
Veteran Member
Join Date: May 2012
Location: California
Old 01-23-2014 , 01:00   Re: [TF2] backpack.tf Price Check
Reply With Quote #343

The error is not related to your crashing. Generally, a server crash will not have any obvious cause in that error log, as the server has crashed before the error can be logged.
__________________

Last edited by ddhoward; 01-23-2014 at 01:00.
ddhoward is offline
fiala06
AlliedModders Donor
Join Date: Mar 2009
Location: Eugene, OR
Old 01-23-2014 , 01:03   Re: [TF2] backpack.tf Price Check
Reply With Quote #344

Quote:
Originally Posted by ddhoward View Post
The error is not related to your crashing. Generally, a server crash will not have any obvious cause in that error log, as the server has crashed before the error can be logged.

Makes sense I guess. Damn back to the drawing board. Thanks
fiala06 is offline
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 01-26-2014 , 20:34   Re: [TF2] backpack.tf Price Check
Reply With Quote #345

Updated to v2.7.1. Fixed an error caused by an API change.
__________________
Dr. McKay is offline
Static2601
Senior Member
Join Date: Jun 2010
Old 02-08-2014 , 23:51   Re: [TF2] backpack.tf Price Check
Reply With Quote #346

Cant get this to work, I registered on backpack.tf, generated the code, pasted it in the cfg and restart my server. Keeps says
"[SM] The price list has not loaded yet."
logs just say
"[backpack-tf.smx] backpack.tf API failed: Your API key is invalid"
Not sure what else to do. Ive regenerated the key several times. Still nothing works.
Static2601 is offline
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 02-09-2014 , 02:23   Re: [TF2] backpack.tf Price Check
Reply With Quote #347

Quote:
Originally Posted by Static2601 View Post
Cant get this to work, I registered on backpack.tf, generated the code, pasted it in the cfg and restart my server. Keeps says
"[SM] The price list has not loaded yet."
logs just say
"[backpack-tf.smx] backpack.tf API failed: Your API key is invalid"
Not sure what else to do. Ive regenerated the key several times. Still nothing works.
Contact backpack.tf, there's nothing I can do.
__________________
Dr. McKay is offline
Static2601
Senior Member
Join Date: Jun 2010
Old 02-09-2014 , 13:28   Re: [TF2] backpack.tf Price Check
Reply With Quote #348

Got it working, not sure which, but I revoked the key and regenerated a new one with all the fields filled out, I also removed an old backpack plugin.
Static2601 is offline
gregoryg124
Junior Member
Join Date: Feb 2014
Old 03-01-2014 , 13:47   Re: [TF2] backpack.tf Price Check
Reply With Quote #349

...This is probably a stupid question, but where do I get the config folder... It is not generated by the plugin itself so I was wondering if there is a separate download for it...
gregoryg124 is offline
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 03-01-2014 , 18:03   Re: [TF2] backpack.tf Price Check
Reply With Quote #350

Quote:
Originally Posted by gregoryg124 View Post
...This is probably a stupid question, but where do I get the config folder... It is not generated by the plugin itself so I was wondering if there is a separate download for it...
It's generated under cfg/sourcemod.
__________________
Dr. McKay 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 09:12.


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