Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.22 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.22 KB

LIGA Esports Manager Plugins

Discord

AMX Mod X and SourceMod Plugins for LIGA Esports Manager.

Additional game configuration files and maps are also provided by this repository.

APIs and Technologies

Getting Started

npm install
npx tsx cli/compiler.mts

VSCode Extension

Install the recommended workspace extension and configure the SourceMod extension paths.

"SourcePawnLanguageServer.compiler.path": "<path_to_project>/generated/csgo/addons/sourcemod/scripting/spcomp.exe",
"SourcePawnLanguageServer.includeDirectories": ["<path_to_project>/generated/csgo/addons/sourcemod/scripting/include"],
"sourcepawn.outputDirectoryPath": "<path_to_project>/config/csgo/addons/sourcemod/plugins/",