Left 4 Dead 2

Left 4 Dead 2

685 betyg
Automatic Guns/Autofire VScript
2
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Survivors: Survivors
Game Content: Scripts
Filstorlek
Lades upp
Uppdaterades
1.509 KB
20 mar, 2023 @ 4:51
3 maj, 2023 @ 17:26
2 ändringsnotiser ( visa )

Abonnera för att ladda ner
Automatic Guns/Autofire VScript

I 1 samling av R󠀡F
Muh Vscripts
21 artiklar
Beskrivning
Local only.

Turns all semi auto weapons to automatic. Nuff said.
55 kommentarer
More power 15 jul @ 6:56 
Hi! Could you make a script which turns all full auto weapons into semi-auto, please?
sinwithagrin 13 jun @ 14:42 
can you do the reverse too?
Cr0w 11 jun @ 13:24 
Hi! Question, I'd like to make a change to this script and somehow limit the fire rate on dual pistols by adding a slight wait time in-between the next shot so that it's a little slower while only holding down. Do you know what could possibly get that to work as intended?
打求生的Doro 6 maj @ 3:10 
射击时会引起卡顿
OPapai 23 apr @ 14:44 
thanks and good job
그르르왈왈 27 jan @ 23:34 
Does local-only mean I can't use it online?
PeopleLikeStuff 15 dec, 2024 @ 21:30 
Would it be possible to make this only apply to certain weapons (like the pistols for example)?
4512369781 9 nov, 2024 @ 7:05 
@LuckyRoot
yes, use this code in weapon_fire event:
NetProps.SetPropInt(Surv.GetActiveWeapon(), "m_releasedFireButton", 0);
LuckyRoot 22 okt, 2024 @ 9:26 
@RF
I see. Then I guess assigning the weapon as either the Hunting or Military Rifle in the weapon script is the only reliable way to do it...
Thanks!
R󠀡F  [skapare] 21 okt, 2024 @ 7:10 
I think its possible but it would be too glitchy due to the client prediction.