1.Decrease health to 1.
When player join any team then decrease their health to 1.
2.Level system (like call of duty by Loooser).
When player get this level they can unlock new weapons.
Thanks!!!
Sorry for bad English
Scripts
[Request]decrease health to 1 and level system
[Request]decrease health to 1 and level system
1

addhook("spawn","onehp")
	function onehp(id)
	parse ("sethealth "..id.." 1")
end
1
