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

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


Post New Thread Reply   
 
Thread Tools Display Modes
RC87
Member
Join Date: Apr 2017
Old 05-01-2017 , 16:20   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2581

Is there no way this will work on 1.9? The only issue I have is not connecting to the database, everything else is working fine on 1.9.

If not I'll have to see if we can rebuild our boxes.
RC87 is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 05-01-2017 , 16:36   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2582

Quote:
Originally Posted by RC87 View Post
Is there no way this will work on 1.9? The only issue I have is not connecting to the database, everything else is working fine on 1.9.

If not I'll have to see if we can rebuild our boxes.
Quote:
Originally Posted by sneaK View Post
Use SM 1.8, not 1.9.
Cksurf will not properly function on 1.9. If anyone wants to have a go and figure out the fix(es) for this for 1.9, by all means.
__________________
sneaK is offline
RC87
Member
Join Date: Apr 2017
Old 05-01-2017 , 16:53   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2583

Yeah, I saw your reply before (looked through all day to see if anyone had it working) its just the database issue for me so hopefully the server owner can have a poke as he codes his own stuff too.

Any clue about the other issue I mentioned above?

Cheers
RC87 is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 05-01-2017 , 17:00   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2584

The Cleaner issue? https://github.com/Accelerator74/Cleaner

It was just updated again recently, ensure you're using the latest release & gamedata (cleaner.txt)

Code:
L 03/14/2017 - 10:17:15: [SM] [1] Line 502, ckSurf/buttonpress.sp::CL_OnEndTimerPress
L 03/14/2017 - 10:17:15: [SM] [2] Line 182, ckSurf/surfzones.sp::StartTouch
L 03/14/2017 - 10:17:15: [SM] [3] Line 101, ckSurf/surfzones.sp::StartTouchTrigger
This is generally the error presented with attempting to run cksurf in 1.9, seems to be a little bit more than just a database error.
__________________
sneaK is offline
4bdul
AlliedModders Donor
Join Date: Dec 2011
Location: United Kingdom
Old 05-03-2017 , 18:19   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2585

Quote:
Originally Posted by sneaK View Post
The Cleaner issue? https://github.com/Accelerator74/Cleaner

It was just updated again recently, ensure you're using the latest release & gamedata (cleaner.txt)

Code:
L 03/14/2017 - 10:17:15: [SM] [1] Line 502, ckSurf/buttonpress.sp::CL_OnEndTimerPress
L 03/14/2017 - 10:17:15: [SM] [2] Line 182, ckSurf/surfzones.sp::StartTouch
L 03/14/2017 - 10:17:15: [SM] [3] Line 101, ckSurf/surfzones.sp::StartTouchTrigger
This is generally the error presented with attempting to run cksurf in 1.9, seems to be a little bit more than just a database error.
I'm trying to resolve this issue but running into a brick wall ... here's what I've found so far:

buttonpress.sp
Quote:
PrintToChatAll("[DEBUG] 1");
db_UpdateCheckpoints(client, g_szSteamID[client], zGroup);
PrintToChatAll("[DEBUG] 3");
sql.sp
Quote:
public void db_UpdateCheckpoints(int client, char szSteamID[32], int zGroup)
{
PrintToChatAll("[DEBUG] 2");
When someone completes a map, "1" is printed but "2" and "3" are not printed. The only error is the message you posted.

EDIT: The queries in db_UpdateCheckpoints have too many arguments, needs to be split up into two queries, or wait for this bug to be fixed (assuming the number of arguments will be increased): https://bugs.alliedmods.net/show_bug.cgi?id=6540
__________________

Last edited by 4bdul; 05-04-2017 at 04:39.
4bdul is offline
jewny24
Member
Join Date: Oct 2016
Old 05-07-2017 , 05:14   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2586

Hei guys. I have this bug on my server where the last one that gets on the server he can gain speed in the start zone and also won't be respawned if he falls off the map.
I tried looking into the error logs but this is everything that showed up:
Spoiler


I am using the latest version of sourcemod 1.8 and never updated cksurf if there were any updates (I don't know where to look for cksurf updated). Would that be an issue?

Edit: I disabled the bot and the issue is gone. Anyway the bot wasn't working. Any idea how to get the bot to work?
__________________
Just a noob admin always searching for help.
Thanks AlliedModders.

Last edited by jewny24; 05-07-2017 at 07:39.
jewny24 is offline
FzR
Senior Member
Join Date: May 2017
Old 05-07-2017 , 10:45   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2587

Hey someone have updated database many new map don`t have mapszone and tier anybody have some database ?
FzR is offline
ASKER_CZ
BANNED
Join Date: Nov 2016
Old 05-07-2017 , 14:00   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2588

Hello , can somebody help me? Im using cksurf which has SPECTATOR LIST ENABLED BY DEFAULT and when somebody come to server with name which include anything from this --- https://github.com/SteamDatabase/Gam...pts/titles.txt

It will lagg / crash game of player who's beeing spectated. Can somebody fix it or help me? And how to disable spectator list in cksurf by default? I can change it just for current players via phpmyadmin, but what if i need it to anybody who will join server?

Screenshot : http://i.imgur.com/WJr51Lb.png

(I've disabled spectator list for everybody via phpmyadmin but idk how to disable it by default)
ASKER_CZ is offline
nikooo777
AlliedModders Donor
Join Date: Apr 2010
Location: Lugano, Switzerland
Old 05-07-2017 , 20:28   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2589

Quote:
Originally Posted by ASKER_CZ View Post
Hello , can somebody help me? Im using cksurf which has SPECTATOR LIST ENABLED BY DEFAULT and when somebody come to server with name which include anything from this --- https://github.com/SteamDatabase/Gam...pts/titles.txt

It will lagg / crash game of player who's beeing spectated. Can somebody fix it or help me? And how to disable spectator list in cksurf by default? I can change it just for current players via phpmyadmin, but what if i need it to anybody who will join server?

Screenshot : http://i.imgur.com/WJr51Lb.png

(I've disabled spectator list for everybody via phpmyadmin but idk how to disable it by default)
try this https://github.com/nikooo777/ckSurf/...ins/ckSurf.smx
__________________
nikooo777 is offline
trutle
New Member
Join Date: Aug 2014
Old 05-09-2017 , 03:32   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2590

I've two questions, do you have any ability to pause the timer to spectate and then be able to resume the time?

When a SR gets taken and the bot is spawning/respawning, the bot seems to be trying to load the nav file and the server changes map, usually the map restarts in that case but it does change to another map, anyone got a fix for that? ^^
trutle 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 18:05.


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