
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
addhook("spawn","onehp") 	function onehp(id) 	parse ("sethealth "..id.." 1") end