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

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


Post New Thread Reply   
 
Thread Tools Display Modes
creepa
Member
Join Date: Mar 2016
Old 03-21-2016 , 18:36   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1721

I have cksurf and rtv and everything setup, but my map never changes unless people rtv. how do i set a 30 min timer on the map so its not stuck on the same map forever incase people wont rtv.
creepa is offline
Chaya_
BANNED
Join Date: Jul 2014
Location: Germany
Old 03-22-2016 , 10:30   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1722

Quote:
L 03/22/2016 - 15:21:40: Error log file session closed.
L 03/22/2016 - 15:21:40: SourceMod error session started
L 03/22/2016 - 15:21:40: Info (map "surf_mesa") (file "errors_20160322.log")
L 03/22/2016 - 15:21:40: [SM] Plugin encountered error 25: Call was aborted
L 03/22/2016 - 15:21:40: [SM] Native "SetFailState" reported: [ckSurf] Unable to connect to database (Driver "mysql" not found)
L 03/22/2016 - 15:21:40: [SM] Displaying call stack trace for plugin "ckSurf.smx":
L 03/22/2016 - 15:21:40: [SM] [0] Line 158, ckSurf/sql.sp::db_setupDatabase()
L 03/22/2016 - 15:21:40: [SM] [1] Line 1849, D:\ckSurf\csgo\addons\sourcemod\scripting\ckS urf.sp::OnPluginStart()
L 03/22/2016 - 15:21:44: Error log file session closed.
Wtf means this, i never see some error because all my webservers, configs, scripts does not have this issue ...

UNix Ubuntu 14.04.4 LTS x64
Chaya_ is offline
Send a message via ICQ to Chaya_ Send a message via Skype™ to Chaya_
Jakeey802
Senior Member
Join Date: Oct 2015
Old 03-22-2016 , 10:43   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1723

Quote:
Originally Posted by Chaya_ View Post
Wtf means this, i never see some error because all my webservers, configs, scripts does not have this issue ...

UNix Ubuntu 14.04.4 LTS x64
I swear you're going to push me over the edge

[ckSurf] Unable to connect to database (Driver "mysql" not found)
[ckSurf] Unable to connect to database (Driver "mysql" not found)
[ckSurf] Unable to connect to database (Driver "mysql" not found)
[ckSurf] Unable to connect to database (Driver "mysql" not found)
Jakeey802 is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 03-22-2016 , 12:13   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1724

Quote:
Originally Posted by Chaya_ View Post
Wtf means this, i never see some error because all my webservers, configs, scripts does not have this issue ...

UNix Ubuntu 14.04.4 LTS x64
Quote:
Originally Posted by blackhawk74 View Post
If you have an issue:
  1. READ and UNDERSTAND your error logs
Quote:
Originally Posted by Jakeey802 View Post
I swear you're going to push me over the edge

[ckSurf] Unable to connect to database (Driver "mysql" not found)
[ckSurf] Unable to connect to database (Driver "mysql" not found)
[ckSurf] Unable to connect to database (Driver "mysql" not found)
[ckSurf] Unable to connect to database (Driver "mysql" not found)
Either you have it misconfigured in your databases.cfg, or not configured at all. It's also possible your sourcemod isn't installed correctly and you're missing the critical mysql extension dbi.mysql.ext.so/dbi.mysql.ext.dll

Last edited by sneaK; 03-22-2016 at 12:18.
sneaK is offline
Sketchy
Senior Member
Join Date: Nov 2010
Old 03-22-2016 , 19:17   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1725

Quote:
Originally Posted by Sketchy View Post
I'm still having an issue with the zones not loading on the startup map after a reboot/crash. In chat, after a server restart it says "[CK] Zonegroup not found.". On subsequent maps the zones load fine. If I reload the initial startup map, it also loads fine.
I eventually solved this issue. It turns out the source of this problem for me, was having sv_hibernate_when_empty 0 in my server.cfg. Set it to 1 or leave it out of your config and the zones etc load fine on the startup map.

Also, I remember seeing a post where someone said tons of bots were joining the server not stop, and I figured that out too. When I update SM I usually just copy over the relevant stuff in the addons folder, and I pretty much never copy over the cfg folder. Anyways, running a new version of SM with an old copy of ../cfg/sourcemod/sourcemod.cfg is what caused all the bot weirdness. I tested this a number of times cause I was surprised to see a .cfg file causing such weird effects.

Last edited by Sketchy; 03-22-2016 at 19:20.
Sketchy is offline
Rohanlogs
Senior Member
Join Date: Nov 2015
Old 03-23-2016 , 20:45   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1726

Can I change the wickedsick sound that comes when someone lands a record? I replaced the wickedsick.mp3 file in sounds folder with other sound but same name then restarted server, but the sound in-game did not change.
Rohanlogs is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 03-23-2016 , 23:50   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1727

Quote:
Originally Posted by Rohanlogs View Post
Can I change the wickedsick sound that comes when someone lands a record? I replaced the wickedsick.mp3 file in sounds folder with other sound but same name then restarted server, but the sound in-game did not change.
Because your client has already downloaded the wickedsick.mp3 file, it does not detect change, download & replace it. Instead of giving clients different sounds with the same file name, in cksurf.sp change line 95 from this:

Code:
#define CP_FULL_SOUND_PATH "sound/quake/wickedsick.mp3"
to a different, unique directory/file name, so it does not interfere with any other servers they may play on.

Example:

Code:
#define CP_FULL_SOUND_PATH "sound/custom/damnson.mp3"

Last edited by sneaK; 03-23-2016 at 23:51.
sneaK is offline
Haxedus
Junior Member
Join Date: Mar 2016
Location: Czech Republic
Old 03-24-2016 , 15:44   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1728

Hi guys.
I would like to ask you, how can i actually set in config or anywhere for VIPs that only they can use noclip etc. You can do this in-game, but I cant see it in FTP of the server. Thanks.
Haxedus is offline
Vanishhhh
New Member
Join Date: Dec 2014
Old 03-24-2016 , 21:28   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1729

Worked yesterday before I updated my csgo server to the latest update. Tried created a box on the spawn for the start and it stretched across the whole map.


if you wanna help me on steam add me jonitaikaponi http://steamcommunity.com/id/TheOGPedo/

Last edited by Vanishhhh; 03-24-2016 at 21:31.
Vanishhhh is offline
jonitaikaponi
Senior Member
Join Date: Nov 2014
Location: Finland
Old 03-25-2016 , 07:02   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1730

Quote:
Originally Posted by Vanishhhh View Post
Worked yesterday before I updated my csgo server to the latest update. Tried created a box on the spawn for the start and it stretched across the whole map.


if you wanna help me on steam add me jonitaikaponi http://steamcommunity.com/id/TheOGPedo/

Hey,

it is because the zone doesnt have any height to it. The zones are boxes, so when you draw them, make sure to give them height as well. Here is an example: https://youtu.be/_gfE5LtwaaY?t=5s

Last edited by jonitaikaponi; 03-25-2016 at 07:02.
jonitaikaponi 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 15:14.


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