├── LICENSE ├── README.md └── scripting ├── customvotes.smx ├── customvotes.sp └── include └── customvotes.inc /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KoNLiG/customvotes/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # customvotes -------------------------------------------------------------------------------- /scripting/customvotes.smx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KoNLiG/customvotes/HEAD/scripting/customvotes.smx -------------------------------------------------------------------------------- /scripting/customvotes.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KoNLiG/customvotes/HEAD/scripting/customvotes.sp -------------------------------------------------------------------------------- /scripting/include/customvotes.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KoNLiG/customvotes/HEAD/scripting/include/customvotes.inc --------------------------------------------------------------------------------