mp_building_healthcommand.
Thanks
I made this and it doesn't work:
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
addhook("second","map_second") function map_second() 	if lessfrog==true then 		parse("mp_building_health Dispenser 9999") 		parse("mp_dispenser_health 6") 		parse("mp_dispenser_money 0") 	else 		parse("mp_building_health Dispenser 800") 		parse("mp_dispenser_health 10") 		parse("mp_dispenser_money 100") 	end end