Forum
CS2D Scripts regenerate?regenerate?
7 replies 1
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
addhook('second', '_secondHook') function _secondHook() 	for _, id in pairs(player(0, 'team2living')) do 		if player(id, 'health') < player(id, 'maxhealth') then 			parse('sethealth '..id..' '..(player(id, 'health') + 1)) 		end 	end end
edited 1×, last 22.04.14 01:08:12 am
player(0,'team2living')
Quote
counter terrorist regenerate your hp?
1