I've realized I'll need
--player(0,"team2")
table, yet I don't know how to "access" it and my head hurts already.1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
addhook("minute","increaseZombieDifficulty")
function increaseZombieDifficulty(id,score)
--player(0,"team2")
--scoreIncrease = score+2
for id=1,32 do
if player(id,"team")==2 then --CT
parse("setscore "..id.." "..score)
end
end
end
If it's complicated, I'll reward survivors with cash instead.