I was given an AWS server and I was asked to open a csgo server on it. I've downloaded your retakes plugin but I don't know how to enable it. I don't have any web GUI and I use SSH for everything. I start the server using:
I can't figure out what command should I use to enable your retake mode or what file I need to edit.
(I'm using a simple sh script to start everything)
I was given an AWS server and I was asked to open a csgo server on it. I've downloaded your retakes plugin but I don't know how to enable it. I don't have any web GUI and I use SSH for everything. I start the server using:
~/csgo-ds/srcds_run -game csgo -net_port_try 1 -usercon -console +net_public_adr xx.xx.xx.xx +ip xx.xx.xx.xx -port 27015 +game_type 0 +game_mode 1 +mapgroup mg_active +map de_dust2 +sv_setsteamaccount AND_MY_GAME_TOKEN
I can't figure out what command should I use to enable your retake mode or what file I need to edit. (I'm using a simple sh script to start everything)