Forum
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
Alistaire: you forgot counter-terrorist only. edited 1×, last 21.04.14 11:08:12 pm
player(0,'team2living')
Quote
counter terrorist regenerate your hp?
1

Offline