Forum
CS2D General Building Hp?Building Hp?
5 replies 1
OR
Better Unlimited Building (7) if you cba to do it yourself.
1
parse('mp_building_health barricade 133742069101')
1
parse('mp_building_health BUILDING HEALTH')
If its a building with 2 words i think you should add " around each thing
example:
parse('mp_building_health "gate field" "100"')
if it wont work its probably ' (im mostly sure its " though)
parse('mp_building_health 'gate field' '100'')
1