Skip to content

Instantly share code, notes, and snippets.

View rsKliPPy's full-sized avatar

klip rsKliPPy

  • Serbia
View GitHub Profile
@rsKliPPy
rsKliPPy / am-code-highlight.user.js
Last active March 2, 2018 11:42
ViolentMonkey script that highlights [code] blocks on AlliedModders Forums
// ==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
//
@rsKliPPy
rsKliPPy / am-night.user.js
Last active March 2, 2018 02:23
ViolentMonkey script to add a night theme to AlliedModders Forums.
// ==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==
#include <amxmodx>
#include <fakemeta>
#include <hamsandwich>
#include <engine>
#if AMXX_VERSION_NUM < 183
#include <dhudmessage>
#endif
#if AMXX_VERSION_NUM >= 175
@rsKliPPy
rsKliPPy / infotop_new.sma
Last active November 24, 2015 00:00
My InfoTop plugin
/*
====================================================================================================
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")
@rsKliPPy
rsKliPPy / DeathFromAbove.sma
Last active August 29, 2015 14:18
The code of my Death From Above plugin. Allows a player to kill (or at least damage) another player by falling on him.
#include <amxmodx>
#include <csx>
#include <hamsandwich>
#include <fakemeta>
#define PLUGIN "Death From Above"
#define VERSION "v1.1.0"
#define AUTHOR "KliPPy"
/*