mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-09 19:38:34 +00:00
SourceMod - Source Engine Scripting and Administration
SourceMod itself and thirdparty extensions call functions in plugins without making sure it is runnable. The plugin pausing feature isn't supported anymore and is set to get nuked #438 which will reduce the amount of not-runnable error reports. We can't fix every third party extension, so suppressing the error from the logs will stop the spam until pausing is removed. This is a backport of #558 to the 1.8 branch. |
||
|---|---|---|
| bridge/include | ||
| configs | ||
| core | ||
| editor | ||
| extensions | ||
| gamedata | ||
| loader | ||
| plugins | ||
| public | ||
| sourcepawn@594bfbb5e4 | ||
| tools | ||
| translations | ||
| versionlib | ||
| .arcconfig | ||
| .gitignore | ||
| .gitmodules | ||
| .travis.yml | ||
| AMBuildScript | ||
| changelog.txt | ||
| configure.py | ||
| product.version | ||
| pushbuild.txt | ||
| README.md | ||
SourceMod
General
- SourceMod website: Source Engine scripting and server administration
- Forum: Discussion forum including plugin/extension development
- General documentation: Miscellaneous information about SourceMod
- Latest release: The latest stable SourceMod release
- Build snapshots: Builds of recent development versions
Development
- Issue tracker: Issues that require back and forth communication
- Building SourceMod: Instructions on how to build SourceMod itself using AMBuild
- SourcePawn scripting: SourcePawn examples and introduction to the language
- SourceMod extension development: C++ examples and introduction to various extension interfaces