Hi all!
how to make a health of supply!
cuz some player destroy my supply then the supply not spawn again..I need Strong supply, when supply hit not dmg
More And how the supply kill and spawn again with explosion
Thnx here the cookies Admin/mod comment
- Great example for ridiculously wrong use of more-tags! /DC ahh! What iS tis
Admin/mod comment
why do you create multiple accounts and reply shit in your own threads?! /DC Dude! what you say..
you are'nt helping.. wait you want a supply which is stronger by more HP? oh that..why did you say so Yes! @ Sparty: I need, i need a stronger supply when hit not dmg..I really need it.. 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
PHP/JavaScript overload, I'll change it.