Forum

> > CS2D > General > New version supplies
ForenübersichtCS2D-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch New version supplies

45 Antworten
Seite
Zum Anfang Vorherige 1 2 3 Nächste Zum Anfang

alt Re: New version supplies

Quattro
GAME BANNED Off Offline

Zitieren
Terminator T02 hat geschrieben
I think people are going to get over using rpg's only somehow. The only problem is the damage, because it destroys buildings easily. I think taking the building damage down a bit would be enough, that can be done with the objectdamage, right?

Anyway, a big reason for players using rpg's so often is because it's new and it's interesting. As soon as they get used to the super supply, they'll stop over-using them.

But I think cs2d needs an upgradeable obstacle .


new? there was a rocket launcher in fruit server, it wasn't making any problems, but rpg is much stronger; using other weapons now doesn't make any sense, especially with that super armour which makes m4 shots tickle. I just hope there will be some servers without these ultra mega supplies

alt Re: New version supplies

archmage
User Off Offline

Zitieren
1
2
3
4
5
6
7
8
9
10
11
12
addhook("second", "remove_rpg",-1)

function remove_rpg ()
	for i = 1, 32 do
		if ( player(i, "exists") ) then
			parse("strip "..i.." 47")
			if ( player(i,"armor") > 100 ) then
				parse("setarmor "..i.." 100")
			end
		end
	end
end
Add that to your server.lua

alt Re: New version supplies

jim morrison
User Off Offline

Zitieren
I hate super supply.Armor is fine but RPG is for n00bs.Its like any n00b can pick it up *click* and you are dead.Its that simple...no skill needed.
Zum Anfang Vorherige 1 2 3 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtCS2D-ÜbersichtForenübersicht