Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

ZK-Servidores/CSGO_WeaponStickers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

[CS:GO] Weapon Stickers

Weapon Stickers for CS:GO, with the following features:

  • Support SQLite & MySQL;
  • Support Wear/Float & Rotation;
  • Support Multilingual;

AlliedModders: https://forums.alliedmods.net/showthread.php?t=327078

Requirements

Installation

  • Edit csgo/addons/sourcemod/configs/core.cfg => and set "FollowCSGOServerGuidelines" to "no";
  • Copy the folder structure to your gameserver;
  • Setup database.cfg;
    • Example SQLite:
    "csgo_weaponstickers"
    {
        "driver"        "sqlite"
        "database"      "csgo_weaponstickers"
    }
  • Example MySQL:
    "csgo_weaponstickers"
    {
        "driver"        "mysql"
        "host"          "localhost"
        "database"      "mydb"
        "user"          "root"
        "pass"          ""
        //"timeout"     "0"
        "port"          "3306"
    }

Preview

1 2 3

About

Weapon Stickers for CS:GO [SourceMod]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SourcePawn 55.8%
  • C++ 40.3%
  • Pawn 3.9%