View Single Post
Endoint
Junior Member
Join Date: Oct 2018
Old 10-14-2018 , 09:22   Re: Cannot Disable FarESP on CS:GO Server
Reply With Quote #3

Quote:
Originally Posted by Bacardi View Post
Hi @Endoint. If you like share to us more detailed information about your server mods, use console commands.

Use commands in SRCDS console (or use rcon, "remote control")

Code:
version
plugin_print
meta list
sm exts list
sm plugins list
if you can't get those information easily to here... you could try other trick.
Enter in server and use sm_rcon command.

Code:
sm_rcon con_logfile "consoleoutput.txt"
sm_rcon version
sm_rcon plugin_print
sm_rcon meta list
sm_rcon sm exts list
sm_rcon sm plugins list
...you should find file called consoleoutput.txt in server, csgo server root folder.
Hi,

I have pasted below the output of each of the commands you listed above:

Code:
Exe version 1.36.5.6 (csgo)
Exe build: 17:12:33 Oct  9 2018 (7268) (730)

Loaded plugins:

---------------------
0:	"Metamod:Source 1.10.7-dev"
---------------------

Listing 4 plugins:

  [01] SourceMod (1.9.0.6259) by AlliedModders LLC
  [02] CS Tools (1.9.0.6259) by AlliedModders LLC
  [03] SDK Tools (1.9.0.6259) by AlliedModders LLC
  [04] SDK Hooks (1.9.0.6259) by AlliedModders LLC

[SM] Displaying 11 extensions:

  [01] Automatic Updater (1.9.0.6259): Updates SourceMod gamedata files
  [02] Webternet (1.9.0.6259): Extension for interacting with URLs
  [03] CS Tools (1.9.0.6259): CS extended functionality
  [04] BinTools (1.9.0.6259): Low-level C/C++ Calling API
  [05] SDK Tools (1.9.0.6259): Source SDK Tools
  [06] Top Menus (1.9.0.6259): Creates sorted nested menus
  [07] Client Preferences (1.9.0.6259): Saves client preference settings
  [08] SQLite (1.9.0.6259): SQLite Driver
  [09] SDK Hooks (1.9.0.6259): Source SDK Hooks
  [10] <OPTIONAL> file "socket.ext.so": csgo/addons/sourcemod/extensions/socket.ext.so: cannot open shared object file: No such file or directory
  [11] GeoIP (1.9.0.6259): Geographical IP information

[SM] Listing 24 plugins:

  01 "Basic Votes" (1.9.0.6259) by AlliedModders LLC
  02 "Sound Commands" (1.9.0.6259) by AlliedModders LLC
  03 "Basic Ban Commands" (1.9.0.6259) by AlliedModders LLC
  04 "Basic Commands" (1.9.0.6259) by AlliedModders LLC
  05 "Basic Info Triggers" (1.9.0.6259) by AlliedModders LLC
  06 "Player Commands" (1.9.0.6259) by AlliedModders LLC
  07 "Fun Votes" (1.9.0.6259) by AlliedModders LLC
  08 "Nextmap" (1.9.0.6259) by AlliedModders LLC
  09 "Client Preferences" (1.9.0.6259) by AlliedModders LLC
  10 "ViewAngle Fix" (0.1) by Alvy Piper
  11 "Admin File Reader" (1.9.0.6259) by AlliedModders LLC
  12 "Exploit FIX: 2018-04-17" (1.0.2 pre-release) by IT-KiLLER
  13 "gameME Plugin" (4.8.1) by TTS Oetzel & Goerz GmbH
  14 "Anti-Flood" (1.9.0.6259) by AlliedModders LLC
  15 "[CSGO] Advanced Admin" (1.6.4) by PeEzZ
  16 "Basic Chat" (1.9.0.6259) by AlliedModders LLC
  17 "Basic Comm Control" (1.9.0.6259) by AlliedModders LLC
  18 "Admin Talk" (1.00) by Klaus
  19 "[CSS/CS:GO] AbNeR ResetScore" (1.5fix) by AbNeR_CSS
  20 <Failed> "Rock The Vote" (1.9.0.6252) by AlliedModders LLC
  21 "Admin Help" (1.9.0.6259) by AlliedModders LLC
  22 "Reserved Slots" (1.9.0.6259) by AlliedModders LLC
  23 "Fun Commands" (1.9.0.6259) by AlliedModders LLC
  24 "Admin Menu" (1.9.0.6259) by AlliedModders LLC

Errors:
  rockthevote.smx (Rock The Vote): Could not find required plugin "mapchooser"
Endoint is offline