Forum

> > CS2D > Scripts > Costumize Supply Health
Forums overviewCS2D overview Scripts overviewLog in to reply

English Costumize Supply Health

7 replies
To the start Previous 1 Next To the start

old Re: Costumize Supply Health

Alistaire
User Off Offline

Quote
1
parse('mp_building_health "Supply" 99999999999')

or

1
2
3
4
5
6
7
addhook('objectdamage', '_objectdamageHook')

function _objectdamageHook(dynid, dmg)
	if object(dynid, 'typename') == 'Supply' and dmg > 0 then
		return 1
	end
end
edited 1×, last 25.02.14 03:21:15 pm
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview