Raised This Month: $ Target: $400
 0% 

[CS:GO] ckSurf (1.18f, 24.11.2015)


Post New Thread Reply   
 
Thread Tools Display Modes
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 01-10-2016 , 21:11   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1281

Any chance to get a cvar to enable/disable the new !disarm in the plugin? I've been using my own disarm plugin that actually removes all weapons (and subsequently, crosshair), but it conflicts with the current method of disarming (which only hides the viewmodel). Either that, or adding a cvar to choose to actually strip weapons or hide the viewmodel, would be great.
__________________
sneaK is offline
Jakeey802
Senior Member
Join Date: Oct 2015
Old 01-10-2016 , 22:30   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1282

Quote:
Originally Posted by spot View Post
Anyone?
Lost connection to MySQL server during query
Jakeey802 is offline
spot
Senior Member
Join Date: May 2009
Old 01-11-2016 , 02:42   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1283

Quote:
Originally Posted by Jakeey802 View Post
Lost connection to MySQL server during query
I can see that as well, so my question is, is there anyone else having the same problem, or is it basically my MySQL server that's not good enough. Are you guys hosting it your self, or do you recommend a provider.
So it's not weird that it crash due to lossing connection to MySQL?

Last edited by spot; 01-11-2016 at 02:43.
spot is offline
irepz
Senior Member
Join Date: Mar 2013
Location: France
Old 01-11-2016 , 05:31   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1284

Quote:
Originally Posted by spot View Post
Anyone?
Did yo utriied to tune your my.cnf ? Also if you monitor mysql through munin or something else, you should see why you have too many connexions.

Code:
max_connections        = 500
__________________
irepz is offline
Jackol1234
Senior Member
Join Date: Apr 2015
Old 01-11-2016 , 13:19   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1285

I don't know if you saw the issues on github, Joni, but the bonuses appear to be messed up with commit 180. The "zonegroup" is messed up in the database so bonuses are being written as the main part of the map.
Jackol1234 is offline
mazdarx8
Veteran Member
Join Date: Aug 2014
Old 01-11-2016 , 13:21   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1286

If I add a steamid in "ck_playertitles" and give him VIP (1) and he try to type /vip it says:
[CK] This command requires the VIP title.

If I type ingame !givetitle and give him VIP title it works.
We tried to refresh his profile too - same error.

And if I delete the entry from database the player have vip rights too... But when they refresh it its away...

Last edited by mazdarx8; 01-11-2016 at 13:58.
mazdarx8 is offline
jonitaikaponi
Senior Member
Join Date: Nov 2014
Location: Finland
Old 01-11-2016 , 13:56   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1287

Quote:
Originally Posted by mazdarx8 View Post
If I add a steamid in "ck_playertitles" and give him VIP (1) and he try to type /vip it says:
[CK] This command requires the VIP title.

If I type ingame !givetitle and give him VIP title it works.
We tried to refresh his profile too - same error.

And if I delete the entry from database the player have vip rights too...
He won't get it instantly if you add the line to the database, and player profile refreshing won't reload the titles either. Try changing map or giving him another title and removing it.
jonitaikaponi is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 01-11-2016 , 14:24   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1288

Quote:
Originally Posted by blackhawk74 View Post
Any chance to get a cvar to enable/disable the new !disarm in the plugin? I've been using my own disarm plugin that actually removes all weapons (and subsequently, crosshair), but it conflicts with the current method of disarming (which only hides the viewmodel). Either that, or adding a cvar to choose to actually strip weapons or hide the viewmodel, would be great.
Just in case you didn't see it

Also, a ton of these errors:

Code:
L 01/11/2016 - 12:59:32: SourceMod error session started
L 01/11/2016 - 12:59:32: Info (map "surf_ace") (file "errors_20160111.log")
L 01/11/2016 - 12:59:32: [SM] Native "GetArraySize" reported: Invalid Handle 0 (error: 4)
L 01/11/2016 - 12:59:32: [SM] Displaying call stack trace for plugin "ckSurf.smx":
L 01/11/2016 - 12:59:32: [SM]   [0]  Line 937, ckSurf/misc.sp::PrintConsoleInfo()
L 01/11/2016 - 12:59:32: [SM]   [1]  Line 1100, G:\sm\addons\sourcemod\scripting\ckSurf.sp::OnClientPutInServer()
L 01/11/2016 - 12:59:32: [SM] Native "GetArraySize" reported: Invalid Handle 0 (error: 4)
L 01/11/2016 - 12:59:32: [SM] Displaying call stack trace for plugin "ckSurf.smx":
L 01/11/2016 - 12:59:32: [SM]   [0]  Line 2155, ckSurf/misc.sp::GetSkillgroupFromPoints()
L 01/11/2016 - 12:59:32: [SM]   [1]  Line 2117, ckSurf/misc.sp::SetPlayerRank()
L 01/11/2016 - 12:59:32: [SM]   [2]  Line 405, ckSurf/timer.sp::SetClanTag()
L 01/11/2016 - 13:19:43: Error log file session closed.
__________________

Last edited by sneaK; 01-11-2016 at 23:28.
sneaK is offline
barvica
Senior Member
Join Date: Oct 2014
Old 01-11-2016 , 15:43   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1289

Is this plugin available also for bhop maps ?
barvica is offline
mufin
BANNED
Join Date: Aug 2015
Old 01-11-2016 , 19:44   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1290

Quote:
Originally Posted by barvica View Post
Is this plugin available also for bhop maps ?
first its a public plugin so yes but you have to zone all the maps and set the bhop file up. witch is easy but maps not so much
mufin 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 04:11.


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