View Single Post
Author Message
dov
Junior Member
Join Date: Jan 2024
Location: Secundum cor Dei
Old 02-03-2024 , 04:43   [L4D2] basecommands.smx preventing scavenge cans spawn
Reply With Quote #1

greetings
recently ive had troubles hosting my l4d2 server because sourcemod plugin basecommands.smx prevents gas cans from spawning and defaults goal to 16 on scavenge maps such as no mercy rooftop .
console output
Code:
SCRIPT PERF WARNING --- "ScriptMode_Init" ran long at 2.115563ms
Initializing Director's script
Couldn't find any entities named gascan_scavenge, which point_template template_scavenge_items is specifying.
SCRIPT PERF WARNING --- "ScriptMode_Init" ran long at 2.061526ms
Initializing Director's script
sm version
Code:
SourceMod Version: 1.11.0.6954
    SourcePawn Engine: 1.11.0.6954, jit-x86 (build 1.11.0.6954)
    SourcePawn API: v1 = 5, v2 = 16
    Compiled on: Feb  2 2024 13:43:38
    Built from: https://github.com/alliedmodders/sourcemod/commit/9bcfd45f
    Build ID: 6954:9bcfd45f
    http://www.sourcemod.net/
sm exts list
Code:
[01] Automatic Updater (1.11.0.6954): Updates SourceMod gamedata files
[02] Webternet (1.11.0.6954): Extension for interacting with URLs
[03] SourceTV Support (0.10.1): Restores broadcasting/recording SourceTV features in Left 4 Dead engine
[04] BinTools (1.11.0.6954): Low-level C/C++ Calling API
[05] SDK Tools (1.11.0.6954): Source SDK Tools
[06] Top Menus (1.11.0.6954): Creates sorted nested menus
[07] SDK Hooks (1.11.0.6954): Source SDK Hooks
[08] Client Preferences (1.11.0.6954): Saves client preference settings
[09] SQLite (1.11.0.6954): SQLite Driver
[10] DHooks (1.11.0.6954): Dynamic Hooks
[11] Regex (1.11.0.6954): Provides regex natives for plugins
[12] Actions (3.6.4): Nextbot action tree manager
[13] Source Scramble (0.7.1): Tools for working with memory.
[14] GeoIP (1.11.0.6954): Geographical IP information
meta version
Code:
Metamod:Source Version Information
    Metamod:Source version 2.0.0-dev+1280
    Plugin interface version: 16:14
    SourceHook version: 5:5
    Loaded As: Valve Server Plugin
    Compiled on: Jan 12 2024 20:10:05
    Built from: https://github.com/alliedmodders/metamod-source/commit/aece7d5
    Build ID: 1280:aece7d5
    http://www.metamodsource.net/
meta list
Code:
  [01] SourceMod (1.11.0.6954) by AlliedModders LLC
  [02] Stripper (1.2.2) by BAILOPAN
  [03] SourceTV Support (0.10.1) by Evgeniy "shqke" Kazakov
  [04] SDK Tools (1.11.0.6954) by AlliedModders LLC
  [05] SDK Hooks (1.11.0.6954) by AlliedModders LLC
  [06] DHooks (1.11.0.6954) by AlliedModders LLC
  [07] Actions (3.6.4) by BHaType
plugins shouldnt be intervening as i tested with basecommands.smx only and the issue persists
dov is offline