Forum

> > CS2D > General > CS2D Gas Mask idea from beta CS1.6
ForenübersichtCS2D-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch CS2D Gas Mask idea from beta CS1.6

10 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt CS2D Gas Mask idea from beta CS1.6

Phenixtri
User Off Offline

Zitieren
Well again the title says it all. In the original counter strike there was a whole host of weapons that were cut from the retail version. EG Molotov's, gas grenades, gas masks exc. CS2D included some of these cut weapons as extras like say the gas grenade.

My Q is can a gas mask be added to counter the effects of the gas grenade? as a bonus item that's not in the buy menu like the other weapons.

I was thinking as something similar to the night vision in that when u pick up a gas mask a key will be able to toggle it on & off with a actual mask appearing on the player model.

Also I know that DC is probably too busy fixing the current version of CS2D with all its bugs so I know he probably wont have any time to spare for this.

So I was thinking is this possible with a lua script??? I can create a detailed drop & player model so yea I just cant the make lua I dont even know if that's possible

alt Re: CS2D Gas Mask idea from beta CS1.6

DC
Admin Off Offline

Zitieren
this should be possible with Lua.

immunity to gas is very simple:
1
2
3
4
5
6
addhook("hit","gashit")
function gashit(id,source,weapon,hpdmg,apdmg)
	if weapon==72 then
		return 1
	end
end
just needs to be extended with an additional if-condition (does the player with id wear a gas mask?)

and the gas grenade can be drawn easily using the lua image stuff with correct parameters.

alt Re: CS2D Gas Mask idea from beta CS1.6

Phenixtri
User Off Offline

Zitieren
Todesengle sry but ur link is dead

as for the lua script yea vectar666 plz make it if u can

I can make a detailed "gas mask" model for the player & also a detailed "d_gas mask" model

PS yes DC the mask can be picked up by individual players & toggled on/off with a certain key like F2 for example. Least that's what I was thinking of.

alt Re: CS2D Gas Mask idea from beta CS1.6

Ruirize
User Off Offline

Zitieren
Todesengel hat geschrieben
Yea i have removed it because got an bug...
Every guy are immunity to gas...

I stuck at TABLES... if someone can help me. -> pn


I'd help but I'm busy.
Lua Arrays are called TABLES.

alt Re: CS2D Gas Mask idea from beta CS1.6

Phenixtri
User Off Offline

Zitieren
Not bad with that link but y is there no drop model? I was thinking of an item like gas mask similar to night vision goggles in that the any player can pick one up off of the map I also wanted it to be placed on the map via map editor like with other items.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtCS2D-ÜbersichtForenübersicht