[CS:GO] Round item giver

Post Reply
User avatar
Andreeas
Hero Member
Hero Member
Posts: 601
Joined: Wed Jan 22, 2020 8:17 pm
Jucator SA:MP ?: Nu
Nick:: Andreeas
Jucator CS ?: Nu

[CS:GO] Round item giver

Post by Andreeas »

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

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"
Installation

Download file, open zip file, drag files (addons) and place it into your csgo root folder


Download
Source
Post Reply

Return to “General Purpose”