[CS:GO] Round item giver
Posted: Sun Jan 26, 2020 3:20 pm
This plugin is requested by nguyenbaodanh
Special thanks to ESK0, and other guys from AM, that helped me with solving problems with plugin.
Description
After time (you can set own time) you will get guns - knife, P250, UMP
Convars
Installation
Download file, open zip file, drag files (addons) and place it into your csgo root folder
Download
Source
Special thanks to ESK0, and other guys from AM, that helped me with solving problems with plugin.
Description
After time (you can set own time) you will get guns - knife, P250, UMP
Convars
Code: Select all
// This file was auto-generated by SourceMod (v1.8.0.6027)
// ConVars for plugin "rounditemgiver.smx"
// Sets tag for messages.
// -
// Default: "[SM]"
sm_ig_chattag "[SM]"
// Sets a first time to drop knife
// -
// Default: "60.0"
// Minimum: "1.000000"
sm_ig_giveknife "60.0"
// Sets a time to drop P250
// -
// Default: "120.0"
// Minimum: "1.000000"
sm_ig_givep250 "120.0"
// Sets a time to drop UMP
// -
// Default: "180.0"
// Minimum: "1.000000"
sm_ig_giveump "180.0"
Download file, open zip file, drag files (addons) and place it into your csgo root folder
Download
Source