link626 Posted January 4, 2009 Share Posted January 4, 2009 i can't make it work. i edit "time between shots" in the weapons.xml file and i can't make a rapid firing shotgun. can anyone help? Link to comment https://gtaforums.com/topic/389997-q-how-to-make-guns-reload-faster/ Share on other sites More sharing options...
Michael Knight Posted January 4, 2009 Share Posted January 4, 2009 <weapon type="SHOTGUN"> <data slot="SHOTGUN" firetype="INSTANT_HIT" damagetype="BULLET" group="SHOTGUN" targetrange="35.0" weaponrange="35.0" clipsize="8" ammomax="80" timebetweenshots="1233"> <damage base="20" networkplayermod="5.0" networkpedmod="1.0"/> <physics force="15.0"/> <reload time="2933" fasttime="2933" crouchtime="2933"/> You change the "<reload time="2933" fasttime="2933" crouchtime="2933"/>" part Link to comment https://gtaforums.com/topic/389997-q-how-to-make-guns-reload-faster/#findComment-1058842808 Share on other sites More sharing options...
link626 Posted January 4, 2009 Author Share Posted January 4, 2009 i changed all those values to "3" and still it reloads slow Link to comment https://gtaforums.com/topic/389997-q-how-to-make-guns-reload-faster/#findComment-1058843184 Share on other sites More sharing options...
TheRealTRA Posted January 4, 2009 Share Posted January 4, 2009 The animations don't scale Link to comment https://gtaforums.com/topic/389997-q-how-to-make-guns-reload-faster/#findComment-1058843201 Share on other sites More sharing options...
chngdman Posted January 4, 2009 Share Posted January 4, 2009 You change the "<reload time="2933" fasttime="2933" crouchtime="2933"/>" part That's interesting. Fast Reload was something you earn in sa Link to comment https://gtaforums.com/topic/389997-q-how-to-make-guns-reload-faster/#findComment-1058843587 Share on other sites More sharing options...
A_SN Posted January 6, 2009 Share Posted January 6, 2009 I believe you can with Alice using SET_PLAYER_FAST_RELOAD Link to comment https://gtaforums.com/topic/389997-q-how-to-make-guns-reload-faster/#findComment-1058851755 Share on other sites More sharing options...
xKingKaz Posted January 6, 2009 Share Posted January 6, 2009 try dis <weapon type="SHOTGUN"> <data slot="SHOTGUN" firetype="INSTANT_HIT" damagetype="BULLET" group="SHOTGUN" targetrange="100.0" weaponrange="100.0" clipsize="9999" ammomax="9999" timebetweenshots="1"> <damage base="20" networkplayermod="5.0" networkpedmod="1.0"/> <physics force="15.0"/> <reload time="2933" fasttime="2933" crouchtime="2933"/> <aiming accuracy="0.08"> <offset x="0.16" y="1.0" z="0.44"/> <crouchedoffset x="0.16" y="1.0" z="0.0"/> <reticule standing="1.0" ducked="1.0" scale="0.0"/> </aiming> <pickup regentime="240000" ammoonstreet="9999"/> <controller> <rumble duration="200" intensity="1.0"/> </controller> <flags> <flag>GUN</flag> <flag>CAN_AIM</flag> <flag>CAN_FREE_AIM</flag> <flag>ANIM_RELOAD</flag> <flag>ANIM_CROUCH_FIRE</flag> <flag>2HANDED</flag> <flag>HIGHER_BREAK_FORCE</flag> </flags> </data> <assets model="w_shotgun"> <anim group="gun@mp5k"/> <effects> <muzzle fx="muz_shotgun"/> <shell fx="weap_ejected_shotgun"/> </effects> </assets> </weapon> Link to comment https://gtaforums.com/topic/389997-q-how-to-make-guns-reload-faster/#findComment-1058851871 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now