Dateien

> > CS2D > Lua Scripts > AWP Limiter
DateiübersichtCS2D-ÜbersichtLua Scripts-Übersicht

Englisch AWP Limiter >

3 Kommentare699 b, 41 Downloads

alt AWP Limiter

BcY
Reviewer Off Offline

• 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
Zugelassen von EngiN33R

Download Download

699 b, 41 Downloads

Kommentare

3 Kommentare
Zum Anfang Vorherige 1 Nächste Zum Anfang

Logge dich ein!

Du musst dich einloggen, um selber Kommentare verfassen zu können!Einloggen

alt

BcY
Reviewer Off Offline

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.

alt

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.
Zum Anfang Vorherige 1 Nächste Zum Anfang