Mikusch / source-vehicles

Driveable vehicles based on prop_vehicle_driveable for TF2, CS:S, and more
GNU General Public License v3.0
32 stars 5 forks source link

Black Mesa #30

Closed yurakone closed 1 year ago

yurakone commented 1 year ago

[SM] Unable to load plugin "vehicles.smx": Native "SoundScript.Count.get" was not found

  SourceMod Version Information:
    SourceMod Version: 1.11.0.6888
    SourcePawn Engine: 1.11.0.6888, jit-x86 (build 1.11.0.6888)
    SourcePawn API: v1 = 5, v2 = 16
    Compiled on: Jun  6 2022 12:45:32
    Built from: https://github.com/alliedmodders/sourcemod/commit/5c0ae11a
    Build ID: 6888:5c0ae11a
Mikusch commented 1 year ago

I'm not too familiar with Black Mesa. It's possible that the LoadSoundScript extension does not work for this game anymore. Try using the plugin without the extension.

Alienmario commented 1 year ago

This appears to be the error you get without the extension.

Mikusch commented 1 year ago

Recompile the plugin without the loadsoundscript include then. It should stop trying to access this native.

yurakone commented 1 year ago

Solved. Found and installed soundscript plugin.