Forum

> > CS2D > Scripts > weapon
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch weapon

2 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt weapon

rajakola
User Off Offline

Zitieren
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

alt Re: weapon

Masea
Super User Off Offline

Zitieren
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.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht