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 New version supplies

commanderalex1
User Off Offline

Zitieren
this is really stupid .. RPG launcher from supply? now you cant snipe or go anywhere without being blown up and when everyone has an RPG launcher, then its real messed up. u should get rid of this supply update or at least add an option where you can disable upgrading supplies.

alt Re: New version supplies

DC
Admin Off Offline

Zitieren
I expected that there will be many people who HATE it

• it takes long to upgrade the supply - try to avoid that your enemy manages to do that

• an rpg only has 3 ammo, you have to reload after each shot which takes pretty long so it isn't THAT uber-strong

• rpg range is limited

it just needs some advanced tactics to handle this.

if you REALLY hate it (which means that you are not good enough to counter it):
disable it on your server. there is no direct command for it but you could use Lua to disable that people are able to collect RPG launchers (for example).

alt Re: New version supplies

Vip3r
User Off Offline

Zitieren
Dark Byte hat geschrieben
I like it (when there is not only noobs on a server and that is all they use).


It sometimes makes the server lag.

alt Re: New version supplies

DC
Admin Off Offline

Zitieren
here's a Lua script to make armor and rpg not collectable:
1
2
3
4
5
6
addhook("walkover","norpg")
function norpg(id,iid,t)
	if t==47 or t==79 then
		return 1
	end
end

alt Re: New version supplies

archmage
User Off Offline

Zitieren
If you don't want supplies to be upgraded then use this script.
Mehr >

alt Re: New version supplies

shokeh
User Off Offline

Zitieren
RPG is cool but no pistols? No MG? No Rocket launcher? no *continues for a while* Not even melee?



then again thats probably coming out in version 19

alt Re: New version supplies

LTGhost
COMMUNITY BANNED Off Offline

Zitieren
version 1.9 shokeh don't forget the decimal point
and i believe the supply in 0.0.1.9 will be the same as 1.8 or 0.0.1.8

alt Re: New version supplies

DarkGam3r
User Off Offline

Zitieren
At least in the next version, do this:
Make a "Stage 3" construction upgrade of the supply. And call it the Uber Supply. And the Uber Supply would be an exact copy of the Super Supply.
The "Stage 2" construction upgrade of the supply should be called the Super Supply. It should give any specific weapon that can be bought. (After pressing E, click the Rifles menu and click AUG/SG550/Whatever Rifle you want.)

alt Re: New version supplies

archmage
User Off Offline

Zitieren
Ugh I have visited several construction server. Only to find that every single person was using a damn RPG. At first it sounds like a cool new idea, but it is ruined because EVERYONE has one (except me). DC please make the RPG take a long time to spawn like 2min and take longer to upgrade + more money + must buy the RPG.
Ah thats it people must buy an upgrade to RPG then they must buy individual RPGs it then it spawn like 1~2minutes later (expensive it must be) and supplies HP must be above 60

alt Re: New version supplies

-D1aMoNd_
User Off Offline

Zitieren
I dislike how the AWP requires two shots for the Construction games. You shoot your enemy, then you gotta wait for the AWP cool-down which is atleast three seconds, which gives your opponent plenty of time to hide behind a dispenser and re-generate HP. Then you gotta start over again, and the cycle continues.

So basically the AWP is pretty useless..and requires an update.

IMG:https://i216.photobucket.com/albums/cc81/diamond_xr6/th_ctf_fort_TGV_FataL_V5_00002.jpg


Non the less, i still managed to get a decent score, now that we have no hackers. Thank god

alt Re: New version supplies

Yamaxanadu
User Off Offline

Zitieren
Scope two times

also , the Long RPG reload time and Supply Upgrade Costs is a Counter to Supplies able to Create RPGs , so i am on the Side with Liking this New Feature

alt Re: New version supplies

VaiN
User Off Offline

Zitieren
DC hat geschrieben
here's a Lua script to make armor and rpg not collectable:
1
2
3
4
5
6
addhook("walkover","norpg")
function norpg(id,iid,t)
	if t==47 or t==79 then
		return 1
	end
end


if only things were so simple...

I'm using a modified version of amx2d and no matter what I can't seem to disable the rpg

1
2
3
4
5
if (rpgdisabled == 1 and type == 47) then
    msg2(id, "RPG Disabled!@C")
    parse("strip "..id.." 47")
    return 1
end

it prints the message when rpg is walked over / picked up, but you can't strip it, and return 1 doesn't prevent u from picking it up... I couldn't even get it to strip it with rcon.

Any other ideas how to disable this absurdity? I think upgradable supplies is cool, but just not with stupid RPG, otherwise I'd disable upgrading. This would have been great if we could replace the items that are available via script. Or even an mp_supply setting or something.
Zum Anfang Vorherige 1 2 3 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtCS2D-ÜbersichtForenübersicht