Skip to content

A collection of stupid sourcemod plugin that I wrote for myself

License

Notifications You must be signed in to change notification settings

noaione/SourcemodPlugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sourcemod Plugins

A collection of stupid plugin that I wrote for myself

Plugins

  • OnlyMySteamGroup is a plugin to only allows a specified steam group to join the server.
  • mapstatus is a simple map status check with the players count and more.

Building smx files

You can use this website to help you generate an .smx file from .sp file.

Just copy paste the code contents.

If the folder have include folder, that means you need to download everything in include folder and drop it in the website, after that change the line in .sp file that have:

#include "include/xxxxxxxxxx"

Into just:

#include "xxxxxxxxxx"

And then hit compile.

License

All of my plugins are licensed with GNU GPL-3 License except stated otherwise

About

A collection of stupid sourcemod plugin that I wrote for myself

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published