Files

> > CS2D > Lua Scripts > AWP Limiter
Files overviewCS2D overviewLua Scripts overview

English AWP Limiter >

3 comments699 b, 35 Downloads

old AWP Limiter

BcY
Reviewer Playing CS2D

• Simply limits AWP amount for teams.

You can change the value by editing:
1
local awpLimit = 1

If you want different limits for teams, you can simply do it that way:
1
2
3
4
5
--local awpLimit = 1
local awpLimit = { 2, 3} --2 for T, 3 for CT

--if item == 35 and (awpCount[team] >= awpLimit) then
if item == 35 and (awpCount[team] >= awpLimit[team]) then
Approved by EngiN33R

Download Download

699 b, 35 Downloads

Comments

3 comments
To the start Previous 1 Next To the start

Log in!

You need to log in to be able to write comments!Log in

old

BcY
Reviewer Playing CS2D

That would be valid only for that round because at endround hook, awp counts get reset. There is no thing such as "no one can buy the awp anymore"

Yeah no need to praise this script at all, yet it's a thing.

old

Mami Tomoe
User Off Offline

Not a big deal, but if a player buys an AWP and instantly leaves (griefing) then no one can buy the AWP anymore.
Not sure how big of a demand this kind of script has, and I'm not a big fan of the way it is structured.
Not to say that it doesn't have a place, I just don't really praise small scripts, that's my thing.
To the start Previous 1 Next To the start