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

[CS:GO] New Gamemode - Touchdown (2.12 | 2020/3/24)


Post New Thread Reply   
 
Thread Tools Display Modes
Haris_25
Junior Member
Join Date: Aug 2017
Old 08-29-2017 , 01:57   Re: [CS:GO] New Gamemode - Touchdown (2.2 | 2017/6/9)
Reply With Quote #101

L 08/29/2017 - 10:52:51: Error log file session closed.
L 08/29/2017 - 10:52:54: SourceMod error session started
L 08/29/2017 - 10:52:54: Info (map "ar_baggage") (file "errors_20170829.log")
L 08/29/2017 - 10:52:54: [SM] Exception reported: (OnSQLConnect) Can't connect to mysql
L 08/29/2017 - 10:52:54: [SM] Blaming: kento_touchdown.smx
L 08/29/2017 - 10:52:54: [SM] Call stack trace:
L 08/29/2017 - 10:52:54: [SM] [0] SetFailState
L 08/29/2017 - 10:52:54: [SM] [1] Line 4573, D:\CSGODS\CSGO\csgo\addons\sourcemod\scriptin g\kento_touchdown.sp::OnSQLConnect
L 08/29/2017 - 10:52:55: [SM] Exception reported: Plugin not runnable
L 08/29/2017 - 10:52:55: [SM] Blaming: EasySpawnProtection.smx
L 08/29/2017 - 10:52:55: [SM] Call stack trace:
L 08/29/2017 - 10:52:55: [SM] [0] PrintToChat
L 08/29/2017 - 10:52:55: [SM] [1] Line 83,

plugin is not loading also i dont care about rank and stats any way to solve this
Haris_25 is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 08-29-2017 , 09:02   Re: [CS:GO] New Gamemode - Touchdown (2.2 | 2017/6/9)
Reply With Quote #102

sm_touchdown_stats_enabled "0"
sm_touchdown_points_enabled "0"
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118
rogeraabbccdd is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 09-01-2017 , 11:46   Re: [CS:GO] New Gamemode - Touchdown (2.3 | 2017/9/1)
Reply With Quote #103

Update 2.3
  • Fix pistol menu.
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118
rogeraabbccdd is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 09-10-2017 , 07:13   Re: [CS:GO] New Gamemode - Touchdown (2.4 | 2017/9/10)
Reply With Quote #104

Update 2.4
  • Fix no touchdown in databases.cfg plugin failed to load.
  • Change !vol limit from "0.2~1.0" to "0.0~1.0".
  • Points and stats are disabled by default now.
  • Start cleaning my shit code.
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118
rogeraabbccdd is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 09-14-2017 , 08:11   Re: [CS:GO] New Gamemode - Touchdown (2.5 | 2017/9/14)
Reply With Quote #105

Update 2.5
  • Add player dead sound. (Use original S4 sound.)
  • Add dissolve effect to dead bodies. (Like original S4.)
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118
rogeraabbccdd is offline
KsB2000
Junior Member
Join Date: Mar 2017
Location: Germany
Old 09-28-2017 , 12:07   Re: [CS:GO] New Gamemode - Touchdown (2.5 | 2017/9/14)
Reply With Quote #106

Hey i occured a issue today that i can't download the files from the server after i have uploaded it to my FTP Server and on my FastDownload Server

I don't know what i can else...
KsB2000 is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 09-28-2017 , 20:58   Re: [CS:GO] New Gamemode - Touchdown (2.5 | 2017/9/14)
Reply With Quote #107

Quote:
Originally Posted by KsB2000 View Post
Hey i occured a issue today that i can't download the files from the server after i have uploaded it to my FTP Server and on my FastDownload Server

I don't know what i can else...
Did you put sv_downloadurl in your cfg?
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118

Last edited by rogeraabbccdd; 09-28-2017 at 20:58.
rogeraabbccdd is offline
KsB2000
Junior Member
Join Date: Mar 2017
Location: Germany
Old 10-02-2017 , 05:35   Re: [CS:GO] New Gamemode - Touchdown (2.5 | 2017/9/14)
Reply With Quote #108

Quote:
Originally Posted by rogeraabbccdd View Post
Did you put sv_downloadurl in your cfg?
Yes i have putted in my server.cfg and my autoexec.cfg but still it's not working
KsB2000 is offline
thoxik
Member
Join Date: Oct 2017
Old 10-24-2017 , 15:09   Re: [CS:GO] New Gamemode - Touchdown (2.5 | 2017/9/14)
Reply With Quote #109

I have some problems, please help me.
1. When someone hits a touchdown, the "touchdown" image doesn't appear on the screen.(every file has been downloaded in client... files aren't missing)
(Maybe more features aren't working)

2. I simply can't connect to a database. I need a localhost database, but I can't connect.
I used this code:

"touchdown"
{
"driver" "mysql"
"host" "localhost"
"database" "touchdown_database"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"
}

Errors:
kento_touchdown.smx ([CS:GO] Touch Down): (OnSQLConnect) Can't connect to mysql

[SM] Exception reported: (OnSQLConnect) Can't connect to mysql
[SM] Blaming: kento_touchdown.smx
[SM] Call stack trace:
[SM] [0] SetFailState
[SM] [1] Line 4574, D:\CSGODS\sourcemod-1.8.0-git6015-windows\addons\sourcemod\scripting\kento_touc hdown.sp::OnSQLConnect

3. I tried to use a color-chat plugin and this error appeard "Native "BfWriteByte" was not found". I couldn't find anything to fix it, not even a clue...

Last edited by thoxik; 10-25-2017 at 07:20.
thoxik is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 11-17-2017 , 10:34   Re: [CS:GO] New Gamemode - Touchdown (2.6 | 2017/11/17)
Reply With Quote #110

Quote:
Originally Posted by thoxik View Post
1. When someone hits a touchdown, the "touchdown" image doesn't appear on the screen.(every file has been downloaded in client... files aren't missing)
(Maybe more features aren't working)
It's because you have problem in mysql connect.

Quote:
Originally Posted by thoxik View Post
2. I simply can't connect to a database. I need a localhost database, but I can't connect.
I used this code:
Install mysql in your server.

Quote:
Originally Posted by thoxik View Post
3. I tried to use a color-chat plugin and this error appeard "Native "BfWriteByte" was not found". I couldn't find anything to fix it, not even a clue...
I think this problem is because your color-chat plugin, not mine.
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118

Last edited by rogeraabbccdd; 11-17-2017 at 13:50.
rogeraabbccdd is offline
Reply


Thread Tools
Display Modes

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 10:43.


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