Forum

> > CS2D > Scripts > weapon
Forums overviewCS2D overview Scripts overviewLog in to reply

English weapon

2 replies
To the start Previous 1 Next To the start

old weapon

rajakola
User Off Offline

Quote
Hi

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

old Re: weapon

Masea
Super User Off Offline

Quote
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.
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview