New Spawns: TT = 29/243, CT = 56/225..
But i don't know how to do it here.. can anyone do it for me?
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
parse('trigger '..triggers.warzone[i])
end
for k,v in pairs (player(0,"tableliving")) do
if player(v,"team") == 1 then
parse("setpos "..v.." 5520 "..math.random(54,65)*32+16)
else
parse("setpos "..v.." 6384 "..math.random(54,65)*32+16)
end
end
end
end
I think the first setpos is for the terrorist team, idk, this is confusing