For example :
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
addhook("second","decay") function decay() 	for id=1,32 do 		if player(id,"exists") then 			parse("sethealth "..id.." "..player(id,"health")-1) 		end 	end end
How do I make the players hurt every 2 seconds or more seconds?