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

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


Post New Thread Reply   
 
Thread Tools Display Modes
Mike4Told
Member
Join Date: Sep 2013
Old 01-04-2017 , 15:29   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2361

I have not edited the plugin. And I own the dedicated server, and it's a localhost MySQL server. And yes, I have tried on my webhosting server. Same result.

I also seem to be getting this when starting the server:
Code:
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
__________________

Last edited by Mike4Told; 01-04-2017 at 16:04.
Mike4Told is offline
my11
Member
Join Date: Feb 2015
Location: Argentina
Old 01-05-2017 , 01:03   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2362

what is this?

Quote:
"PLAYER has been added to the blacklist"
Tonight an admin from my server plays for one hour, and the he was banned by that message...
I don't see anything in the logs about this and i canīt unban him i don' t know why.
Need help.
__________________
my11 is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 01-05-2017 , 01:20   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2363

Quote:
Originally Posted by Mike4Told View Post
Code:
Error parsing BotProfile.db - unknown attribute 'Rank'
Normal CS:GO stuff, nothing to even look twice at.

Quote:
Originally Posted by my11 View Post
what is this?


Tonight an admin from my server plays for one hour, and the he was banned by that message...
I don't see anything in the logs about this and i canīt unban him i don' t know why.
Need help.
This is completely unrelated to cksurf.
__________________

Last edited by sneaK; 01-05-2017 at 01:20.
sneaK is offline
Koga73
Senior Member
Join Date: Mar 2011
Location: 🍩
Old 01-05-2017 , 07:45   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2364

Quote:
Originally Posted by Mike4Told View Post
I have not edited the plugin. And I own the dedicated server, and it's a localhost MySQL server. And yes, I have tried on my webhosting server. Same result.

I also seem to be getting this when starting the server:
Code:
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
How is your database.cfg? Might not be correctly set up to connect to your MySQL server.
Did you add the .sql files to your server as well?

Quote:
Originally Posted by Koga73 View Post
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.
Bumping for justice baby.

Also, why does: " Failed to localize fake player name '#CSGO_FakePlayer_mattbyebye' " happen?
It's rare, but when it happens, my wr bot is acting up and flying around.
__________________

Last edited by Koga73; 01-05-2017 at 11:38.
Koga73 is offline
Mike4Told
Member
Join Date: Sep 2013
Old 01-05-2017 , 13:19   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2365

Here is my database.cfg file:

Code:
"Databases"
{
    "driver_default"        "mysql"
    
    // When specifying "host", you may use an IP address, a hostname, or a socket file path
    
    "cksurf"
    {
        "driver"            "mysql"
        "host"                "localhost"
        "database"            "csgo_surf"
        "user"                "csgo_surf"
        //"pass"                ""
        "pass"                "************"
        //"timeout"            "0"
        //"port"            "0"
    }
    
    "rtfsettings"
    {
        "driver"            "mysql"
        "host"              "alpha.tx.tss3.us"
        "database"          "ctsgaming_vb"
        "user"              "ctsgaming_vb"
        "pass"              "**************"
    }
    "storage-local"
    {
        "driver"            "sqlite"
        "database"            "sourcemod-local"
    }

    "clientprefs"
    {
        "driver"            "sqlite"
        "host"                "localhost"
        "database"            "clientprefs-sqlite"
        "user"                "root"
        "pass"                ""
        //"timeout"            "0"
        //"port"            "0"
    }
}
And yes, I've ran the commands and it does insert. I've also deleted the database and started over, and added the .sql files in manually. Same result.

-Mike4Told
__________________

Last edited by Mike4Told; 01-05-2017 at 13:20.
Mike4Told is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 01-05-2017 , 13:49   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2366

Quote:
Originally Posted by Koga73 View Post
Hi, was just scouting the different pages, but couldn't find anything about this.
How to i load the zones automaticly, on server restart?
sv_hibernate_when_empty 0

Quote:
Originally Posted by Koga73 View Post
Also, why does: " Failed to localize fake player name '#CSGO_FakePlayer_mattbyebye' " happen?
It's rare, but when it happens, my wr bot is acting up and flying around.
"Failed to localize fake player name" is a console error that started appearing after the (last?) CS:GO update. Has nothing to do with bots "acting up", happens every time you're in a server, and a replay bot spawns or changes names (ex. multiple bonus bots).
__________________
sneaK is offline
Mike4Told
Member
Join Date: Sep 2013
Old 01-05-2017 , 22:52   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2367

I've solved my issue. I was using a dev snapshot of Sourcemod. 1.9. I downgraded to 1.8 stable and it seems to work good now.

Hopefully, this will help others.
-Mike4Told
__________________
Mike4Told is offline
Koga73
Senior Member
Join Date: Mar 2011
Location: 🍩
Old 01-06-2017 , 05:57   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2368

Quote:
Originally Posted by Mike4Told View Post
I've solved my issue. I was using a dev snapshot of Sourcemod. 1.9. I downgraded to 1.8 stable and it seems to work good now.

Hopefully, this will help others.
-Mike4Told
That's good.

Quote:
Originally Posted by blackhawk74 View Post
sv_hibernate_when_empty 0
But what if i manually restart the server? Like, completely. I'm quite sure i already have that cvar added.

Quote:
Originally Posted by blackhawk74 View Post
"Failed to localize fake player name" is a console error that started appearing after the (last?) CS:GO update. Has nothing to do with bots "acting up", happens every time you're in a server, and a replay bot spawns or changes names (ex. multiple bonus bots).
Got any idea why it happens then? Shouldn't be database related. Not even sure if record bots are stored in MySQL.
__________________

Last edited by Koga73; 01-06-2017 at 05:58.
Koga73 is offline
wolvez04
Senior Member
Join Date: Feb 2016
Location: Andora
Old 01-06-2017 , 06:36   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2369

QUOTE=Mike4Told;2483969]I've solved my issue. I was using a dev snapshot of Sourcemod. 1.9. I downgraded to 1.8 stable and it seems to work good now.

Hopefully, this will help others.
-Mike4Told[/QUOTE]

Hey, I have the exact same issues as I was also using dev 1.9
I went back down to 1.8 stable which can be installed via my server web panel. The version is 5961- I may need to contact my host to get the latest version? What is your 1.8 version?
Thanks

EDIT:
Solved is by changing my version of sourcemod + cksurf.

I also have another issue with players getting insane amounts of points for beating their best times. Eg.

Player finished the map with a time of (00:49:57). Improving their best time by (-00:00:03). [rank #10/28 | record 00:46:09]
[CK] Player has earned 18925 points [60680 Total]


:O

Last edited by wolvez04; 01-06-2017 at 07:12.
wolvez04 is offline
Jensen Huang
Junior Member
Join Date: Oct 2016
Old 01-06-2017 , 06:56   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2370

Hey, can someone help me (or point me to the right direction) find and compile the custom chat and scoreboard clan tags feature into a .sp or smx file? Thanks!
Jensen Huang 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 02:07.


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