View Single Post
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 10-18-2020 , 09:34   Re: Server first time
Reply With Quote #8

Quote:
Originally Posted by Fuck For Fun View Post
...

- I'm running a Retake Mod, and it's plan BOMB alone how can I disable that it's not automatically?
Cfg? actually im new with folder

[CSGO] Retakes AutoPlant

- You can move plugin *.smx into ...plugins/disabled/ folder.
or
- You can check plugin cvars and commands:
type sm
Code:
Usage: sm <command> [arguments]
    cmds             - List console commands
    config           - Set core configuration options
    credits          - Display credits listing
    cvars            - View convars created by a plugin
    exts             - Manage extensions
    plugins          - Manage Plugins
    prof             - Profiling
    version          - Display version information
Look plugins #index number
type sm plugins list
Code:
sm plugins list
[SM] Listing 18 plugins:
  01 "Admin File Reader" (1.10.0.6497) by AlliedModders LLC
  02 "Admin Help" (1.10.0.6497) by AlliedModders LLC
  03 "Admin Menu" (1.10.0.6497) by AlliedModders LLC
  04 "Anti-Flood" (1.10.0.6497) by AlliedModders LLC
  05 "Basic Ban Commands" (1.10.0.6497) by AlliedModders LLC
  06 "Basic Chat" (1.10.0.6497) by AlliedModders LLC
  07 "Basic Comm Control" (1.10.0.6497) by AlliedModders LLC
  08 "Basic Commands" (1.10.0.6497) by AlliedModders LLC
  09 "Basic Info Triggers" (1.10.0.6497) by AlliedModders LLC
  10 "Basic Votes" (1.10.0.6497) by AlliedModders LLC
  11 "Client Preferences" (1.10.0.6497) by AlliedModders LLC
  12 "Fun Commands" (1.10.0.6497) by AlliedModders LLC
  13 "Fun Votes" (1.10.0.6497) by AlliedModders LLC
  14 "Nextmap" (1.10.0.6497) by AlliedModders LLC
  15 "Player Commands" (1.10.0.6497) by AlliedModders LLC
  16 "Reserved Slots" (1.10.0.6497) by AlliedModders LLC
  17 "Sound Commands" (1.10.0.6497) by AlliedModders LLC
  18 "test.smx"
Then look cvars
type sm cvars 16
Code:
sm cvars 16
[SM] Listing 5 convars for: Reserved Slots
  [Name]                           [Value]
  sm_hide_slots                    1
  sm_reserve_kicktype              0
  sm_reserve_maxadmins             1
  sm_reserve_type                  1
  sm_reserved_slots                54
- You can try look plugin config file. It's not always generated.
...cfg/sourcemod/

- You could read plugin source code *.sp
https://github.com/b3none/retakes-au...toplant.sp#L37

Which is "sm_autoplant_enabled".
You can add that cvar in ...cfg/sourcemod/sourcemod.cfg file
__________________
Do not Private Message @me
Bacardi is offline