Skip to content

AMX Mod X and SourceMod Plugins for LIGA Esports Manager

License

Notifications You must be signed in to change notification settings

playliga/plugins

Repository files navigation

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/",