Skip to content

Instantly share code, notes, and snippets.

@rk1432
rk1432 / blacklist.c++
Last active June 6, 2023 17:21
black list for CS 1.6
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "blacklist"
#define VERSION "1.0"
#define AUTHOR "rk"
#define PREFIX "AMXX"
@rk1432
rk1432 / Usp Shop.sma
Last active March 10, 2017 20:31
A Simple usp shop for cs 1.6
#include <amxmodx>
#include <fvault>
#include <engine>
#define PREFIX "AMXX"
#define PLUGIN "USP SHOP"
#define VERSION "1.0"
#define AUTHOR "rk"
@rk1432
rk1432 / gangs.sma
Last active April 8, 2017 22:00
mini gang system
#include < amxmodx >
#include <amxmisc >
enum _:eLevels
{
GANG_OWNER =0,
GANG_MANAGER,
GANG_MEMBER
}
@rk1432
rk1432 / Jailbreak Random Number - CS1.6
Last active October 29, 2016 14:14
the mode picks a random number between (MIN_NUMBER and MAX_NUMBER) and the closest number wins!
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <cstrike>
#include <fun>
#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "rk"
@rk1432
rk1432 / JailBreak Auto VoteCt - CS1.6
Last active November 23, 2016 18:49
Simple votect which contains first write, math, translate and combo! the first to win one of these functions will move to the ct team!
/* Plugin generated by AMXX-Studio */
#include < amxmodx >
#include < cstrike >
#include < fakemeta >
#include < fun >
#define PLUGIN "votect"
#define VERSION "1.3"
#define AUTHOR "rk"