AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=109)
-   -   [CS:GO] ckSurf (1.18f, 24.11.2015) (https://forums.alliedmods.net/showthread.php?t=264498)

X3NOZ 01-02-2017 20:37

Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
 
[SM] Exception reported: [ckSurf] Unable to connect to database (Configuration "cksurf" not found)
L 01/02/2017 - 19:40:39: [SM] Blaming: ckSurf.smx
L 01/02/2017 - 19:40:39: [SM] Call stack trace:
L 01/02/2017 - 19:40:39: [SM] [0] SetFailState
L 01/02/2017 - 19:40:39: [SM] [1] Line 158, ckSurf/sql.sp::db_setupDatabase
L 01/02/2017 - 19:40:39: [SM] [2] Line 1849, D:\ckSurf\csgo\addons\sourcemod\scripting\ckS urf.sp::OnPluginStart
L 01/02/2017 - 19:40:39: [SM] Unable to load plugin "ckSurf.smx": Error detected in plugin startup (see error logs)
L 01/02/2017 - 19:40:39: [SM] Fatal error encountered parsing translation file "franug_weaponpaints.phrases.txt"
L 01/02/2017 - 19:40:39: [SM] Error (line 279, column 32): Un-quoted section has invalid tokens

Mike4Told 01-02-2017 21:02

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

Originally Posted by X3NOZ (Post 2482879)
[SM] Exception reported: [ckSurf] Unable to connect to database (Configuration "cksurf" not found)
L 01/02/2017 - 19:40:39: [SM] Blaming: ckSurf.smx
L 01/02/2017 - 19:40:39: [SM] Call stack trace:
L 01/02/2017 - 19:40:39: [SM] [0] SetFailState
L 01/02/2017 - 19:40:39: [SM] [1] Line 158, ckSurf/sql.sp::db_setupDatabase
L 01/02/2017 - 19:40:39: [SM] [2] Line 1849, D:\ckSurf\csgo\addons\sourcemod\scripting\ckS urf.sp::OnPluginStart
L 01/02/2017 - 19:40:39: [SM] Unable to load plugin "ckSurf.smx": Error detected in plugin startup (see error logs)
L 01/02/2017 - 19:40:39: [SM] Fatal error encountered parsing translation file "franug_weaponpaints.phrases.txt"
L 01/02/2017 - 19:40:39: [SM] Error (line 279, column 32): Un-quoted section has invalid tokens

This has already been answered. Please edit your databases.cfg file.

sneaK 01-03-2017 22:30

Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
 
No idea. Database connection or speed issues most likely?

SovRed_Bit 01-04-2017 01:15

Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
 
Hello, how to turn off this plugin chat, because i am using other chat plugin

sneaK 01-04-2017 02:15

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

Originally Posted by SovRed_Bit (Post 2483300)
Hello, how to turn off this plugin chat, because i am using other chat plugin

Look in your cksurf config file.

Code:

"ck_chat_enable" = "0" ( def. "1" ) notify - (1 / 0) Enable or disable ckSurfs chat processing.

Koga73 01-04-2017 02:42

Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
 
Hi, was just scouting the different pages, but couldn't find anything about this.
How to i load the zones automaticly, on server restart?

Currently i have to be there when the server restarts, to go in and press 'Reload Zones' in the CKAdmin menu.
Thanks.

Koga73 01-04-2017 04:24

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

Originally Posted by Mike4Told (Post 2482864)
I'm getting this error:

Code:

L 01/02/2017 - 18:09:42: SourceMod error session started
L 01/02/2017 - 18:09:42: Info (map "surf_kitsune") (file "errors_20170102.log")
L 01/02/2017 - 18:09:42: [SM] Exception reported: Instruction contained invalid parameter
L 01/02/2017 - 18:09:42: [SM] Blaming: ckSurf.smx
L 01/02/2017 - 18:09:42: [SM] Call stack trace:
L 01/02/2017 - 18:09:42: [SM]  [1] Line 502, ckSurf/buttonpress.sp::CL_OnEndTimerPress
L 01/02/2017 - 18:09:42: [SM]  [2] Line 182, ckSurf/surfzones.sp::StartTouch
L 01/02/2017 - 18:09:42: [SM]  [3] Line 101, ckSurf/surfzones.sp::StartTouchTrigger

Also, players are reporting that their rank is 9999999/2.
It was 99999999/1 and changed to 2 after another player completed the map.

A ingame screenshot found here:
http://images.akamai.steamuserconten...B79E623852A5C/

Please advise.
-Mike4Told

I'm guessing you are running it with sqlite. Not recommended.
Get a MySQL server and set it up for your surf, sqlite doesn't have the storage for a lot of players, and will end up doing stuff like that.

SovRed_Bit 01-04-2017 05:58

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

Originally Posted by blackhawk74 (Post 2483308)
Look in your cksurf config file.

Code:

"ck_chat_enable" = "0" ( def. "1" ) notify - (1 / 0) Enable or disable ckSurfs chat processing.

Thank you

Mike4Told 01-04-2017 14:37

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

Originally Posted by Koga73 (Post 2483331)
I'm guessing you are running it with sqlite. Not recommended.
Get a MySQL server and set it up for your surf, sqlite doesn't have the storage for a lot of players, and will end up doing stuff like that.

Incorrect. I am using MySQL.

Please advise.
-Mike4Told

Kryptanyte 01-04-2017 14:47

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

Originally Posted by Mike4Told (Post 2482864)
I'm getting this error:

Code:

L 01/02/2017 - 18:09:42: SourceMod error session started
L 01/02/2017 - 18:09:42: Info (map "surf_kitsune") (file "errors_20170102.log")
L 01/02/2017 - 18:09:42: [SM] Exception reported: Instruction contained invalid parameter
L 01/02/2017 - 18:09:42: [SM] Blaming: ckSurf.smx
L 01/02/2017 - 18:09:42: [SM] Call stack trace:
L 01/02/2017 - 18:09:42: [SM]  [1] Line 502, ckSurf/buttonpress.sp::CL_OnEndTimerPress
L 01/02/2017 - 18:09:42: [SM]  [2] Line 182, ckSurf/surfzones.sp::StartTouch
L 01/02/2017 - 18:09:42: [SM]  [3] Line 101, ckSurf/surfzones.sp::StartTouchTrigger

Also, players are reporting that their rank is 9999999/2.
It was 99999999/1 and changed to 2 after another player completed the map.

A ingame screenshot found here:
http://images.akamai.steamuserconten...B79E623852A5C/

Please advise.
-Mike4Told

Have you edited the plugin at all? It's possible there could be a problem with your MySQL server, have you tried using a different host to debug?

The errors you're getting (if you haven't edited the plugin) are probable being caused by an error in the zones on the map, I would recommend deleting them all and remaking them to test.


All times are GMT -4. The time now is 06:49.

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