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
- eItems: https://github.com/ESK0/eItems
- REST in Pawn: https://github.com/ErikMinekus/sm-ripext
- PTaH: https://github.com/komashchenko/PTaH
- MultiColors: https://github.com/Bara/Multi-Colors
- 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"
}