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
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
699 b, 64 Downloads