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

[TF2] Kill-Streak Tracker and Sounds 3.2 *Sql support!


Post New Thread Reply   
 
Thread Tools Display Modes
igotfits
Senior Member
Join Date: May 2009
Old 10-29-2014 , 22:17   Re: [TF2] Kill-Streak Tracker and Sounds 3.2 *Sql support!
Reply With Quote #171

Quote:
Originally Posted by KiR View Post
What do these errors mean?

Code:
L 10/18/2014 - 15:56:30: [SM] Native "GetClientCookie" reported: Invalid Cookie handle 0 (error 4)
L 10/18/2014 - 15:56:30: [SM] Displaying call stack trace for plugin "orgasm.smx":
L 10/18/2014 - 15:56:30: [SM]   [0]  Line 883, orgasm.sp::OnClientCookiesCached()
same issue, any fix for this?
L 10/29/2014 - 00:08:28: [SM] Native "GetClientCookie" reported: Invalid Cookie handle 0 (error 4)
L 10/29/2014 - 00:08:28: [SM] Displaying call stack trace for plugin "orgasm.smx":
L 10/29/2014 - 00:08:28: [SM] [0] Line 883, orgasm.sp::OnClientCookiesCached()
igotfits is offline
Chdata
Veteran Member
Join Date: Aug 2012
Location: Computer Chair, Illinois
Old 01-20-2015 , 01:42   Re: [TF2] Kill-Streak Tracker and Sounds 3.2 *Sql support!
Reply With Quote #172

Quote:
Originally Posted by Chdata View Post
Looks like he isn't doing cookies right :O

If anyone's interested, I have a version of this plugin that allows finding the steam ID of someone based off their position in the top ten, removing players by steam ID, and adding players by steam ID.

It also advances killstreaks in the same way normal killstreak weapons do - which do advance if the kill is a deadring. This plugin won't advance during a deadring as it is.
As it turns out.. and I still don't know why.. for whatever reason this hasn't been working for me for quite a while ;s

People's stats aren't being saved.

As in, my edited version. I'll edit this if I fix it, if anyone's still interested.
__________________

Last edited by Chdata; 01-20-2015 at 01:43.
Chdata is offline
igotfits
Senior Member
Join Date: May 2009
Old 04-18-2015 , 18:05   Re: [TF2] Kill-Streak Tracker and Sounds 3.2 *Sql support!
Reply With Quote #173

I am trying to compile the latest version, i had no issue compiling the old. i am altering only the trigger to !ts and !topstreak..

I am getting a ton of errors when compiling:

Undefined symbol "GetClientAuthID"
number of argument does not match the definition

thats what i keep getting.
igotfits is offline
BrutalGoerge
AlliedModders Donor
Join Date: Jul 2007
Old 04-18-2015 , 18:12   Re: [TF2] Kill-Streak Tracker and Sounds 3.2 *Sql support!
Reply With Quote #174

Quote:
Originally Posted by igotfits View Post
I am trying to compile the latest version, i had no issue compiling the old. i am altering only the trigger to !ts and !topstreak..

I am getting a ton of errors when compiling:

Undefined symbol "GetClientAuthID"
number of argument does not match the definition

thats what i keep getting.
You need to compile that against SM 1.7 now, or whatever the SM version was that introduced that native.
__________________
My Pluggies If you like, consider to me.

Last edited by BrutalGoerge; 04-18-2015 at 18:13.
BrutalGoerge is offline
igotfits
Senior Member
Join Date: May 2009
Old 05-04-2015 , 00:00   Re: [TF2] Kill-Streak Tracker and Sounds 3.2 *Sql support!
Reply With Quote #175

Great thanks for the help there, everything is now installed once again.

My next question is sm_orgasm_reset, not working for me.
Players aren't reset and the top players still remain there.
igotfits is offline
BrutalGoerge
AlliedModders Donor
Join Date: Jul 2007
Old 05-04-2015 , 23:53   Re: [TF2] Kill-Streak Tracker and Sounds 3.2 *Sql support!
Reply With Quote #176

Quote:
Originally Posted by igotfits View Post
Great thanks for the help there, everything is now installed once again.

My next question is sm_orgasm_reset, not working for me.
Players aren't reset and the top players still remain there.
Yeah i changed that command to have a safety net, to prevent an accidental wipe of the database.
If you have the most recent translation file, it should say 'Are you sure you want to reset the database? Run sm_orgasm_reset again in 30 seconds to confirm'
So, to reset the database, you have to run the command twice within 30 seconds.
__________________
My Pluggies If you like, consider to me.
BrutalGoerge is offline
igotfits
Senior Member
Join Date: May 2009
Old 05-06-2015 , 18:17   Re: [TF2] Kill-Streak Tracker and Sounds 3.2 *Sql support!
Reply With Quote #177

Brutal again thank you for helping me.
igotfits is offline
igotfits
Senior Member
Join Date: May 2009
Old 05-20-2015 , 21:27   Re: [TF2] Kill-Streak Tracker and Sounds 3.2 *Sql support!
Reply With Quote #178

I get this error now.

L 05/20/2015 - 20:27:06: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 05/20/2015 - 20:27:06: [SM] Native "ReplyToCommand" reported: Language phrase "AreYouSure" not found
L 05/20/2015 - 20:27:06: [SM] Displaying call stack trace for plugin "orgasm.smx":
L 05/20/2015 - 20:27:06: [SM] [0] Line 217, orgasm.sp::cmd_Reset()
B
igotfits is offline
igotfits
Senior Member
Join Date: May 2009
Old 06-27-2015 , 12:33   Re: [TF2] Kill-Streak Tracker and Sounds 3.2 *Sql support!
Reply With Quote #179

Quote:
Originally Posted by igotfits View Post
I get this error now.

L 05/20/2015 - 20:27:06: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 05/20/2015 - 20:27:06: [SM] Native "ReplyToCommand" reported: Language phrase "AreYouSure" not found
L 05/20/2015 - 20:27:06: [SM] Displaying call stack trace for plugin "orgasm.smx":
L 05/20/2015 - 20:27:06: [SM] [0] Line 217, orgasm.sp::cmd_Reset()
B


bump* still getting error when putting in sm_orgasm_reset

Last edited by igotfits; 06-27-2015 at 12:34.
igotfits is offline
DarkDeviL
SourceMod Moderator
Join Date: Apr 2012
Old 06-27-2015 , 14:30   Re: [TF2] Kill-Streak Tracker and Sounds 3.2 *Sql support!
Reply With Quote #180

Quote:
Originally Posted by igotfits View Post
I get this error now.

L 05/20/2015 - 20:27:06: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 05/20/2015 - 20:27:06: [SM] Native "ReplyToCommand" reported: Language phrase "AreYouSure" not found
L 05/20/2015 - 20:27:06: [SM] Displaying call stack trace for plugin "orgasm.smx":
L 05/20/2015 - 20:27:06: [SM] [0] Line 217, orgasm.sp::cmd_Reset()
B
Quote:
Originally Posted by igotfits View Post
bump* still getting error when putting in sm_orgasm_reset
The error is self-explanatory, it cannot read the "AreYouSure" language phrase.

It doesn't seem like OP's orgasm.phrases.txt file contain this phrase, so you might want to add it yourself...


And now, follow the AlliedModders Rules:

Quote:
Do not "bump" your threads. Bumping is posting simply to make the thread higher in the forum sort order.
__________________
Mostly known as "DarkDeviL".

Dropbox FastDL: Public folder will no longer work after March 15, 2017!
For more info, see the [SRCDS Thread], or the [HLDS Thread].
DarkDeviL 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 17:26.


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