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

[ANY] SM Warn System 1.1.0


Post New Thread Reply   
 
Thread Tools Display Modes
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 08-25-2015 , 14:02   Re: [ANY] SM Warn System 1.1.0
Reply With Quote #181

Everything is working fine, only issue is that the error log are getting spammed with this:

PHP Code:
L 08/25/2015 12:56:08: [SMDisplaying call stack trace for plugin "sm_warn.smx":
L 08/25/2015 12:56:08: [SM]   [0]  Line 1497G:\csgo\plugin zips\sourcemod 1.7.2 snapshot\scripting\SM_warn.sp::PrintToAdmins()
L 08/25/2015 12:56:08: [SM]   [1]  Line 318G:\csgo\plugin zips\sourcemod 1.7.2 snapshot\scripting\SM_warn.sp::SQL_CheckWarnings()
L 08/25/2015 12:58:24: [SMNative "VFormat" reportedClient index 22 is invalid
L 08
/25/2015 12:58:24: [SMDisplaying call stack trace for plugin "sm_warn.smx":
L 08/25/2015 12:58:24: [SM]   [0]  Line 1497G:\csgo\plugin zips\sourcemod 1.7.2 snapshot\scripting\SM_warn.sp::PrintToAdmins()
L 08/25/2015 12:58:24: [SM]   [1]  Line 318G:\csgo\plugin zips\sourcemod 1.7.2 snapshot\scripting\SM_warn.sp::SQL_CheckWarnings() 
__________________
sneaK is offline
SkinnyBruv
AlliedModders Donor
Join Date: Feb 2013
Location: Straya
Old 09-11-2015 , 02:50   Re: [ANY] SM Warn System 1.1.0
Reply With Quote #182

Anychance to get this working with sourcebans?
Like a separate plugin for sourcebans users, Adds warning to sourcebans?
__________________
www.ancientgaming.net is my story.
Everything happens for a reason.
Nothing is random...
#Do you even AGN...
SkinnyBruv is offline
Send a message via Skype™ to SkinnyBruv
The_Z_Dog
Junior Member
Join Date: Jun 2014
Old 01-05-2016 , 07:17   Re: [ANY] SM Warn System 1.1.0
Reply With Quote #183

Getting an error when compiling

https://drive.google.com/open?id=0B1...UxLMlliQVk1Y2c

Thanks in advanced for your support
The_Z_Dog is offline
micazoid
Veteran Member
Join Date: Oct 2010
Location: Munich - Germany
Old 01-05-2016 , 15:43   Re: [ANY] SM Warn System 1.1.0
Reply With Quote #184

I can not see your link.

So I have to guess

Did you download the include file smwarn.inc and put it in your include folder of your compiler?
__________________

Last edited by micazoid; 01-05-2016 at 15:44.
micazoid is offline
The_Z_Dog
Junior Member
Join Date: Jun 2014
Old 01-05-2016 , 20:34   Re: [ANY] SM Warn System 1.1.0
Reply With Quote #185

yeah i added the inc

the error is this x10

warning 234 symbol "GetClientAuthString" in marked as depreciated; Use GetClientAuthid
The_Z_Dog is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 01-05-2016 , 21:07   Re: [ANY] SM Warn System 1.1.0
Reply With Quote #186

Quote:
Originally Posted by The_Z_Dog View Post
yeah i added the inc

the error is this x10

warning 234 symbol "GetClientAuthString" in marked as depreciated; Use GetClientAuthid
It's a warning, should compile just fine. It uses old 1.6 syntax and a deprecated symbol
__________________
sneaK is offline
Borna
AlliedModders Donor
Join Date: Feb 2016
Location: Norway
Old 03-28-2016 , 21:50   Re: [ANY] SM Warn System 1.1.0
Reply With Quote #187

Hey,

It sadly does not compile "just fine" for me! I get the same:
warning 234 symbol "GetClientAuthString" in marked as depreciated; Use GetClientAuthid

Any fix yet for this?
__________________
BEST REGARDS BORNA


RagnarokJails Website
My Danish Jailbreak server, only Danish IPs can connect^
Borna is offline
barvica
Senior Member
Join Date: Oct 2014
Old 07-07-2016 , 10:44   Re: [ANY] SM Warn System 1.1.0
Reply With Quote #188

I cant get this used to work. I've used it like 10 times already but on new server i made i cant use it. In error logs it says

L 07/07/2016 - 00:18:42: [SM] Displaying call stack trace for plugin "SM_warn.smx":
L 07/07/2016 - 00:18:42: [SM] [0] Line 881, SM_warn.sp::UpdateCheck()
L 07/07/2016 - 00:18:42: [SM] [1] Line 128, SM_warn.sp::OnPluginStart()
L 07/07/2016 - 00:18:42: [SM] Plugin encountered error 25: Call was aborted


My databases config file is fine (i use sqlite), also i followed instalation instructions ..
barvica is offline
Benroyjam
Junior Member
Join Date: Oct 2015
Location: South Carolina
Old 08-21-2016 , 18:35   Re: [ANY] SM Warn System 1.1.0
Reply With Quote #189

For some reason, the plugin doesn't really want to load because of some errors:
PHP Code:
L 08/21/2016 17:32:32: [SMPlugin encountered error 21Native is not bound
L 08
/21/2016 17:32:32: [SMNative "SocketCreate" reported
L 08/21/2016 17:32:32: [SMDisplaying call stack trace for plugin "SM_warn.smx":
L 08/21/2016 17:32:32: [SM]   [0]  Line 881SM_warn.sp::UpdateCheck()
L 08/21/2016 17:32:32: [SM]   [1]  Line 128SM_warn.sp::OnPluginStart() 
What should I do?
Benroyjam is offline
detc
Junior Member
Join Date: May 2016
Old 08-25-2016 , 04:40   Re: [ANY] SM Warn System 1.1.0
Reply With Quote #190

Quote:
Originally Posted by Benroyjam View Post
For some reason, the plugin doesn't really want to load because of some errors:
PHP Code:
L 08/21/2016 17:32:32: [SMPlugin encountered error 21Native is not bound
L 08
/21/2016 17:32:32: [SMNative "SocketCreate" reported
L 08/21/2016 17:32:32: [SMDisplaying call stack trace for plugin "SM_warn.smx":
L 08/21/2016 17:32:32: [SM]   [0]  Line 881SM_warn.sp::UpdateCheck()
L 08/21/2016 17:32:32: [SM]   [1]  Line 128SM_warn.sp::OnPluginStart() 
What should I do?
I'm running release and get essentially the same error. Not sure what to do about it.

Last edited by detc; 08-25-2016 at 14:57. Reason: wrong
detc 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 14:25.


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