If CT wins one of the players in CT will get item..(If T wins T'll get) How can I do this?
I tried like that;
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
local kutucik = math.random(1,#player(0,"team2"))
local kutusans = math.random(1,2)
	if kutusans == 1 then
	parse('hudtxt 19 "'..player(kutucik,"name")..' got a case!" 400 240 1')
	userkutu[kutucik] = userkutu[kutucik] + 1
	else
	parse('hudtxt 19 "'..player(kutucik,"name")..' got a key!" 400 240 1')
	userkey[kutucik] = userkey[kutucik] + 1
	end
But didn't work.
Thanks for now!
A chance for the case
1 
Offline
Rainoth