Raised This Month: $ Target: $400
 0% 

[CS:GO] Simple CSGO Ranks


Post New Thread Reply   
 
Thread Tools Display Modes
theworm
Junior Member
Join Date: Jan 2016
Old 02-01-2016 , 14:47   Re: [CS:GO] Simple CSGO Ranks
Reply With Quote #51

I extracted it in the folder and changed the database file but nothing comes up when I say !rank
theworm is offline
Puppetmaster
Senior Member
Join Date: Jun 2015
Location: Probably at a computer.
Old 02-01-2016 , 16:25   Re: [CS:GO] Simple CSGO Ranks
Reply With Quote #52

Quote:
Originally Posted by theworm View Post
I extracted it in the folder and changed the database file but nothing comes up when I say !rank
What OS are you using? Have you set up the database server correctly? etc..
I am going to need a few more details ;)
__________________

GZS Servers
Puppetmaster is offline
theworm
Junior Member
Join Date: Jan 2016
Old 02-01-2016 , 17:00   Re: [CS:GO] Simple CSGO Ranks
Reply With Quote #53

Here are the details in my database.cfg file (with a couple of numbers tweaked so random people can't see this post and login:

"default"
{
"driver" "default"
"host" "sql-7.verygames.net"
"database" "db513432"
"user" "root"
"pass" "bya4cgsg4"
//"timeout" "0"
"port" "3306"
}
theworm is offline
Puppetmaster
Senior Member
Join Date: Jun 2015
Location: Probably at a computer.
Old 02-01-2016 , 18:48   Re: [CS:GO] Simple CSGO Ranks
Reply With Quote #54

Quote:
Originally Posted by theworm View Post
Here are the details in my database.cfg file (with a couple of numbers tweaked so random people can't see this post and login:

"default"
{
"driver" "default"
"host" "sql-7.verygames.net"
"database" "db513432"
"user" "root"
"pass" "bya4cgsg4"
//"timeout" "0"
"port" "3306"
}
Hmm, does the game server console give any errors? Are you sure that it is using the correct port? Did you add the tables to the database?
__________________

GZS Servers
Puppetmaster is offline
theworm
Junior Member
Join Date: Jan 2016
Old 02-01-2016 , 19:29   Re: [CS:GO] Simple CSGO Ranks
Reply With Quote #55

Is it definitely meant just be extracted into the csgo/addons/sourcemod/ folder?

Connecting to public(51.254.160.166:27015) ...
Server using 'public' lobbies, requiring pw no, lobby id ffffffffffffffff
Connected to 51.254.160.166:27015

Counter-Strike: Global Offensive
Map: de_dust2
Players: 1 (0 bots) / 16 humans
Build: 6283
Server Number: 2

SignalXWriteOpportunity(3)
Got pure server whitelist: sv_pure = 1.
worm connected.
--- Missing Vgui material vgui/..\vgui\maps\menu_thumb_default
Tried to look up command say as if it were a variable.
worm : !RANK
Tried to look up command say as if it were a variable.
worm : !rank
Tried to look up command say as if it were a variable.
worm : rank

that's when I join the server. Also in the server console there is:
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 theworm; 02-01-2016 at 19:30.
theworm is offline
Puppetmaster
Senior Member
Join Date: Jun 2015
Location: Probably at a computer.
Old 02-01-2016 , 20:38   Re: [CS:GO] Simple CSGO Ranks
Reply With Quote #56

Quote:
Originally Posted by theworm View Post
Is it definitely meant just be extracted into the csgo/addons/sourcemod/ folder?

Connecting to public(51.254.160.166:27015) ...
Server using 'public' lobbies, requiring pw no, lobby id ffffffffffffffff
Connected to 51.254.160.166:27015

Counter-Strike: Global Offensive
Map: de_dust2
Players: 1 (0 bots) / 16 humans
Build: 6283
Server Number: 2

SignalXWriteOpportunity(3)
Got pure server whitelist: sv_pure = 1.
worm connected.
--- Missing Vgui material vgui/..\vgui\maps\menu_thumb_default
Tried to look up command say as if it were a variable.
worm : !RANK
Tried to look up command say as if it were a variable.
worm : !rank
Tried to look up command say as if it were a variable.
worm : rank

that's when I join the server. Also in the server console there is:
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'
simplecsgoranks.smx needs to be put into the plugins folder and databases.cfg needs to be in the configs folder.

If the plugin is initialized correctly it should print out a message like "SimpleCSGORanks loaded. Database appears to be working" when you start up the server. Use the command "sm plugins list" to check if it loaded correctly.
__________________

GZS Servers
Puppetmaster is offline
theworm
Junior Member
Join Date: Jan 2016
Old 02-01-2016 , 23:24   Re: [CS:GO] Simple CSGO Ranks
Reply With Quote #57

got it working! Thanks!

Also just wondering, is it possible to plug multiple CS:GO servers into the same database?

Last edited by theworm; 02-01-2016 at 23:36.
theworm is offline
Puppetmaster
Senior Member
Join Date: Jun 2015
Location: Probably at a computer.
Old 02-02-2016 , 00:04   Re: [CS:GO] Simple CSGO Ranks
Reply With Quote #58

Quote:
Originally Posted by theworm View Post
got it working! Thanks!

Also just wondering, is it possible to plug multiple CS:GO servers into the same database?
It does work but sometimes there can be issues. I personally do it just for the sake of it being easier to set up.
__________________

GZS Servers
Puppetmaster is offline
m22b
Senior Member
Join Date: Jul 2013
Old 02-03-2016 , 14:38   Re: [CS:GO] Simple CSGO Ranks
Reply With Quote #59

only mysql ?
m22b is offline
Puppetmaster
Senior Member
Join Date: Jun 2015
Location: Probably at a computer.
Old 02-03-2016 , 15:01   Re: [CS:GO] Simple CSGO Ranks
Reply With Quote #60

Quote:
Originally Posted by m22b View Post
only mysql ?
It probably also works on MariaDB since it is a fork of MySQL but I have not tried it.
__________________

GZS Servers
Puppetmaster 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 04:54.


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