This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name AlliedModders Code Highlight | |
// @description Adds syntax highlight for [code] blocks on AlliedModders Forums | |
// @namespace github.com/rsKliPPy | |
// @match https://forums.alliedmods.net/* | |
// @version 1.0.2 | |
// @downloadURL https://gist.github.com/rsKliPPy/31c9ad9426794a34f08270e602c12834/raw/am-code-highlight.user.js | |
// @homepageURL https://github.com/rsKliPPy | |
// @run-at document-end | |
// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name AlliedModders Night Theme | |
// @namespace github.com/rsKliPPy/ | |
// @match https://forums.alliedmods.net/* | |
// @version 1.3.0 | |
// @downloadURL https://gist.githubusercontent.com/rsKliPPy/4d4281e6ac447b601958d2e6c4971c30/raw | |
// @homepageURL https://github.com/rsKliPPy | |
// @grant none | |
// @run-at document-start | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <amxmodx> | |
#include <fakemeta> | |
#include <hamsandwich> | |
#include <engine> | |
#if AMXX_VERSION_NUM < 183 | |
#include <dhudmessage> | |
#endif | |
#if AMXX_VERSION_NUM >= 175 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
==================================================================================================== | |
Infotop v2.4.0 | |
by KliPPy | |
Plugin prikazuje informacije svakom igracu na ekranu tokom igre. | |
Cvarovi: | |
infotop_colors - RGB kombinacija boja HUDa koji prikazuje informacije(default "200200200") | |
infotop_hudposx - X pozicija HUDa na ekranu(default "-1.0") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <amxmodx> | |
#include <csx> | |
#include <hamsandwich> | |
#include <fakemeta> | |
#define PLUGIN "Death From Above" | |
#define VERSION "v1.1.0" | |
#define AUTHOR "KliPPy" | |
/* |