View Single Post
molotovas
Senior Member
Join Date: Jan 2008
Old 03-12-2017 , 11:10   Re: Global Offensive Mod 2.02 Beta
Reply With Quote #30

Quote:
Originally Posted by Ayman Khaled View Post
thx i made this, but still show me this error idk why

and i can't register too

L 03/12/2017 - 14:08:07: [csgo_201t.amxx] Can't connect to MySQL server on '192.1**.*.1' (110)
You didn't change this:
CvarHost = register_cvar("csgo_host", "192.168.0.1");
CvarDatabase = register_cvar("csgo_db", "database");
CvarUser = register_cvar("csgo_user", "player");
CvarPassword = register_cvar("csgo_pw", "12345");

Change to your host.
molotovas is offline