my zombie server should be zombies and people wrench
I do not know how to set this up
thank you in advance for helping people
-- Spawn with USP + Knife + Wrench addhook("spawn", "_spawn") function _spawn(id) 	if (player(id, "team") == 2) then 		return "1, 74," 	end end
-- Spawn with USP + Wrench addhook("spawn", "_spawn") function _spawn(id) 	if (player(id, "team") == 2) then 		parse("strip "..id.." 50") 		return "1, 74," 	end end