Forum

> > CS2D > General > New version supplies
Forums overviewCS2D overviewGeneral overviewLog in to reply

English New version supplies

45 replies
Page
To the start Previous 1 2 3 Next To the start

old Re: New version supplies

Quattro
GAME BANNED Off Offline

Quote
Terminator T02 has written
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

old Re: New version supplies

archmage
User Off Offline

Quote
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

old Re: New version supplies

jim morrison
User Off Offline

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