can someone tell me how To make terrorist that do not take weapons from the ground/floor like when a weapon in the floor terrorist cant takes it
Forum
Scripts
weapon
weapon
2 replies
1

can someone tell me how To make terrorist that do not take weapons from the ground/floor like when a weapon in the floor terrorist cant takes it
addhook("walkover", "_walkover")
function _walkover(id)
	if player(id, "team") == 1 then
		return 1
	end
end This not only applies to weapons but every item in the game.
1

Offline