Masa Posted August 8, 2013 Author Posted August 8, 2013 How do I lower the firing speed so it's like 0,5x faster than the original? I don't want a Deagle to spray bullets like a minigun lol.
xXMADEXx Posted August 8, 2013 Posted August 8, 2013 How do I lower the firing speed so it's like 0,5x faster than the original? I don't want a Deagle to spray bullets like a minigun lol. How about trying to read the arguments? The Ultimate Lua Tutorial! | MTA PHP SDK
Moderators IIYAMA Posted August 8, 2013 Moderators Posted August 8, 2013 (edited) "weapon_range" "target_range" "accuracy" "damage" "life_span" Get only "firing_speed" Get only "spread" Get only "maximum_clip_ammo" "move_speed" "flags" See Weapon Flags "anim_group" Get only "fire_type" Get only "model" Get only "model2" Get only "weapon_slot" Get only "fire_offset" Get only "skill_level" Get only "required_skill_level" Get only "anim_loop_start" "anim_loop_stop" "anim_loop_bullet_fire" "anim2_loop_start" "anim2_loop_stop" "anim2_loop_bullet_fire" "anim_breakout_time" "radius" Get only "aim_offset" Get only "default_combo" Get only "combos_available" Get only not yet possible. Edited August 8, 2013 by Guest Do you want to improve your Lua programming skills and make less mistakes? Start with Lua Language Server! Useful functions 3x Spoiler checkPassiveTimer getScreenStartPositionFromBox getPedGender Tutorials 4x Spoiler Scaling DX Events Attach an addEventHandler on a group of elements Debugging
Masa Posted August 8, 2013 Author Posted August 8, 2013 How do I lower the firing speed so it's like 0,5x faster than the original? I don't want a Deagle to spray bullets like a minigun lol. How about trying to read the arguments? What arguements?
xXMADEXx Posted August 8, 2013 Posted August 8, 2013 How do I lower the firing speed so it's like 0,5x faster than the original? I don't want a Deagle to spray bullets like a minigun lol. How about trying to read the arguments? What arguements? This: https://wiki.multitheftauto.com/wiki/SetWeaponProperty The Ultimate Lua Tutorial! | MTA PHP SDK
Moderators IIYAMA Posted August 8, 2013 Moderators Posted August 8, 2013 Just the only way to make it faster now is by changing it to a spraycan. > flag 0x000400 Read that list carefully and see what isn't possible yet. Do you want to improve your Lua programming skills and make less mistakes? Start with Lua Language Server! Useful functions 3x Spoiler checkPassiveTimer getScreenStartPositionFromBox getPedGender Tutorials 4x Spoiler Scaling DX Events Attach an addEventHandler on a group of elements Debugging
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