Verify ts3 user's identiy by logining in you csgo server
Verify ts3 user’s identiy by logining in you ts3 server
This has been tested properly on CSGO & Centos 7.2
csgo/
directory.Verify
in the database.cfg
file. (Locate in csgo/addons/sourcemod/configs/
).csgo/cfg/sorcemod/plugin.HexTSBVerifier.cfg
.npm install node-teamspeak-api
, npm install cmr1-ts3-bot
and npm install promise-mysql
.app.js
located in the node
directory in the same folder you’ve ran the commands.app.js
where is written to.node app.js
.npm install forever -g
forever start -o logs.log -e error.log app.js
logs.log
where the logs will be stored and error.log
where the error logs will be stored.forever list
to see which processes are running under forever and forever stop app.js
to stop the bot