View Single Post
Author Message
cam0
Senior Member
Join Date: Feb 2015
Old 01-12-2016 , 16:57   [ANY] Server-Sys
Reply With Quote #1

Server-Sys
Meant to provide important/useful forwards for other plugins to use, and also provide basic gameplay features that are often required.


Features
  • Wraps SQL_Query, SQL_TQuery, SQL_EscapeString and SQL_ExecuteTransaction without requirement for database handle.
  • Tons of natives and forwards for complete integration to create an altogether experience between plugins.
  • Exposes Server ID, Player ID, and Map ID registration with forwards and natives for retrieval.
  • Multiple settings that are often required for many types of game-play (in one central folder).
  • Made with reliability, multi-server support, and performance in mind.
  • All database operations used in default modules are threaded.
  • 100% translation-based in-game text display.
  • (WIP) Web Module with Admin CP & player statistical information.
  • (WIP) Bans + Admins modules to replace SourceBans.
  • (WIP) Analytics module to track in depth information about players.
  • Makes deploying new database-required plugins a breeze.

Source & Repository
Supported Modules
  • Ads - Advertisements from SQL, featuring ability for users to toggle their display (!ads or /ads) - Currently you have to insert rows into table manually.
  • Demos - Auto-demo recording, all demos saved to SQL and uploaded to FTP. Support for player vs player reports (!report or /report) which are linked to the recording for later review.
  • UMsgHack - Filter certain chat usermessages from being sent to clients (chat clean-up).
  • Chat Colors - Let players with a certain override assign themselves custom name/message colors and format a totally custom tag with colors!

Installation
https://github.com/whocodes/serversy...-Configuration

Bugs & Issues
I would prefer you post any problems or bugs (with detailed descriptions of the problem, and logs if possible) on the Issues part of the GitHub repository.

Builds
All builds are made with Travis-CI and uploaded to whocodes.pw automatically. To view the build configuration for a repository, check it's .travis.yml file.

Last edited by cam0; 01-26-2016 at 09:54.
cam0 is offline