View Single Post
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