Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Weapons | 337 | 11 days ago | 21 | gpl-3.0 | SourcePawn | |||||
CS:GO Custom Weapon Options (Skins, NameTag, StatTrak, Wear/Float, Knives) | ||||||||||
Oddish | 184 | a year ago | 17 | gpl-3.0 | Python | |||||
Crawl csgo skin info from `buff.163.com` and steam, then find the most suitable one to buy from the former and to sell to the latter. | ||||||||||
Python Csgo Cheat | 154 | a year ago | Python | |||||||
All-in-one, undetected CSGO cheat written in Python. | ||||||||||
Store | 99 | 25 days ago | 38 | SourcePawn | ||||||
Store plugin for Source Engine Games. | ||||||||||
Smefs Indigo Remastered | 82 | 2 years ago | 17 | mit | C++ | |||||
Indigo 4.0 | ||||||||||
Csgo Skinscreenshot | 56 | a month ago | 8 | mit | SourcePawn | |||||
Automated screenshot taking of skins | ||||||||||
Csgo Market Float Finder | 52 | 3 years ago | 1 | mit | Python | |||||
Find Counter Strike: Global Offensive Steam Market skin float values, seeds, and skin type. Tabulates data for easy sorting. | ||||||||||
Csgo Case Data | 48 | a day ago | 4 | |||||||
Csgomod | 46 | 9 months ago | 4 | mit | Pawn | |||||
CS:GO Mod for Counter-Strike 1.6 (AMXX 1.8.3 / 1.9 / 1.10). | ||||||||||
Node Opskins Api | 31 | 5 | 1 | 4 years ago | 11 | May 08, 2018 | 8 | mit | JavaScript | |
JavaScript SDK for OPSkins' HTTP API |
Build Status | Download |
---|---|
![]() |
Store system for CS:GO, L4D2, Insurgency.
Current status: inactive, bug fix only.
NOTE: This plugin made for BIG community and SENIOR developer, if you are a junior developer or small community, try this version .
"store"
{
"driver" "mysql" // mysql support only
"host" "<HOSTNAME>"
"database" "<DATABASE>"
"user" "<USERNAME>"
"pass" "<PASSWORD>"
"port" "<PORT>"
}
ALTER TABLE `store_players` ADD `ban` int(1) unsigned NOT NULL DEFAULT '0';
#define <Compile_Environment>
e.g. "//GM_BR -> battle royole server"
// Module Skin
#if defined GM_TT || defined GM_ZE || defined GM_MG || defined GM_JB || defined GM_HZ || defined GM_HG || defined GM_SR || defined GM_KZ || defined GM_BH
#include "store/modules/skin.sp"
#endif
to
// Module Skin
#if defined GM_TT || defined GM_ZE || defined GM_MG || defined GM_JB || defined GM_HZ || defined GM_HG || defined GM_SR || defined GM_KZ || defined GM_BH || defined GM_BR
#include "store/modules/skin.sp"
#endif