Raised This Month: $ Target: $400
 0% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
CrazzyPatata
New Member
Join Date: Apr 2017
Old 04-09-2017 , 14:35   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2531

Hey, i have an issue with my server.

I've configured my server properly, but no one can join because of a missing map error or disconnect from server message while joining. Can somebody know how to deal with this problem ?

Thanks guys !
CrazzyPatata is offline
Cooky
Veteran Member
Join Date: Jun 2010
Location: 127.0.0.1
Old 04-10-2017 , 02:46   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2532

Quote:
Originally Posted by CrazzyPatata View Post
Hey, i have an issue with my server.

I've configured my server properly, but no one can join because of a missing map error or disconnect from server message while joining. Can somebody know how to deal with this problem ?

Thanks guys !
This has nothing to do with this plugin. Please open a thread where it should be.
Cooky is offline
andrept4
Senior Member
Join Date: Dec 2012
Location: Portugal
Old 04-10-2017 , 07:53   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2533

Hey, I'm adding new mapzones but everytime the server restarts I have to do !insertmapzones and the mapzones I added go away.. no error logs
__________________
andrept4 is offline
MatoBoost
Junior Member
Join Date: Apr 2016
Old 04-10-2017 , 08:45   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2534

Hi, I am running ckSurf timer on my Course server, but when running your plugin it allows me to join CT team on a map where its not allowed to join CT team, same applies to the opposite (plugin allows you to join T team when its allowed to join CT only). Any solution for this ? When I disable ckSurf map automatically restricts me to join CT/T team (whichever is not allowed).
MatoBoost is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 04-10-2017 , 10:58   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2535

Quote:
Originally Posted by MatoBoost View Post
Hi, I am running ckSurf timer on my Course server, but when running your plugin it allows me to join CT team on a map where its not allowed to join CT team, same applies to the opposite (plugin allows you to join T team when its allowed to join CT only). Any solution for this ? When I disable ckSurf map automatically restricts me to join CT/T team (whichever is not allowed).
This is because inside the timer there is some logic included from Teamchange Unlimited. Your best bet is to remove that, or honestly, use a different timer - you'll run into a lot of nuances similar to this when trying to use cksurf as anything other than a surf timer.
__________________
sneaK is offline
Cooky
Veteran Member
Join Date: Jun 2010
Location: 127.0.0.1
Old 04-11-2017 , 03:07   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2536

Quote:
Originally Posted by andrept4 View Post
Hey, I'm adding new mapzones but everytime the server restarts I have to do !insertmapzones and the mapzones I added go away.. no error logs
Just change the map after a server restart and the zones appear...
Cooky is offline
andrept4
Senior Member
Join Date: Dec 2012
Location: Portugal
Old 04-11-2017 , 09:00   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2537

Quote:
Originally Posted by Cooky View Post
Just change the map after a server restart and the zones appear...
actually everytime I create a zone the chat gets spammed with this message:
Code:
[CK] Failed to create a zone, attempting a fix... Recreate the zone, please.
[CK] Failed to create a zone, attempting a fix... Recreate the zone, please.
[CK] Failed to create a zone, attempting a fix... Recreate the zone, please.
[CK] Failed to create a zone, attempting a fix... Recreate the zone, please.
__________________

Last edited by andrept4; 04-11-2017 at 12:18. Reason: RainBow
andrept4 is offline
de_suspect
Junior Member
Join Date: Apr 2017
Old 04-11-2017 , 18:14   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2538

Hi everyone,

I am hosting a ckSurf server using 1.9.2 and keep having issues with ranks and records.

I cannot get ranks to work, when people type !rank I see the following errors in the logs

04/11/2017 - 18:003: [ckSurf.smx] [ckSurf] SQL Error (sql_selectMapRecordCallback): In aggregated query without GROUP BY, expression #2 of SELECT list contains nonaggregated column 'cksurf.ck_playertimes.name'; this is incompatible with sql_mode=only_full_group_by
L 04/11/2017 - 18:003: [ckSurf.smx] [ckSurf] SQL Error (SQL_selectFastestBonusCallback): Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'cksurf.ck_bonus.name' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
L 04/11/2017 - 18:003: [ckSurf.smx] [ckSurf] SQL Error (SQL_selectBonusCountCallback): Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'cksurf.ck_zones.zoneid' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
L 04/11/2017 - 18:003: [ckSurf.smx] [ckSurf] SQL Error (sql_selectRecordCheckpointsCallback): Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'cksurf.b.cp1' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by

Also, even though there is a server record, its not showing properly on the players timer screen when they are surfing.

I appreciate any help fixing this.
de_suspect is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 04-11-2017 , 18:48   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2539

@de_suspect

SM Version? Mysql version?

Just a quick google of your errors lead me to this: http://stackoverflow.com/questions/3...query-in-mysql

While it's no proper solution to downgrade Mysql to 5.6.x, I believe that would solve your issue. I think someone in this thread had the same issue, and that solved it.
__________________
sneaK is offline
de_suspect
Junior Member
Join Date: Apr 2017
Old 04-12-2017 , 12:06   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2540

@blackhawk74 downgrading SQL fixed it. Thank you!!

Last edited by de_suspect; 04-12-2017 at 12:06.
de_suspect 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 21:30.


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