Forum

> > CS2D > Scripts > How not to let the other team equip themselves
Forums overviewCS2D overview Scripts overviewLog in to reply

English How not to let the other team equip themselves

2 replies
To the start Previous 1 Next To the start

old Re: How not to let the other team equip themselves

Bleach
User Off Offline

Quote
To just not let the team ct pick up items from the ground.
1
2
3
4
5
6
7
8
addhook("walkover","walkover")	   
function walkover(id)
	if player(id, "team") == 2 then
	return 1
else
	return 0
	end
end
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview