kosso Posted April 1, 2018 Share Posted April 1, 2018 Hi, who can write script for no recoil to any weapon? Link to comment
Moderators Patrick Posted April 1, 2018 Moderators Share Posted April 1, 2018 https://wiki.multitheftauto.com/wiki/SetWeaponProperty Set 'accuracy' to 300. Link to comment
kosso Posted April 1, 2018 Author Share Posted April 1, 2018 can you give me done code? i can not do it Link to comment
Moderators Patrick Posted April 1, 2018 Moderators Share Posted April 1, 2018 (edited) -- SERVER SIDE for _, weapon in ipairs({ "colt 45", "silenced", "deagle", "shotgun", "sawed-off", "combat shotgun", "uzi", "mp5", "ak-47", "m4", "tec-9", "rifle", "sniper", "minigun"}) do for _, skillname in ipairs({"poor", "std", "pro"}) do setWeaponPropertyFlag(weapon, skillname, "accuracy", 300) end end Edited April 1, 2018 by gpetersz Link to comment
Moderators Patrick Posted April 2, 2018 Moderators Share Posted April 2, 2018 What effect? The green weapon smoke? I think he is modded GTA. (client mod) Link to comment
kosso Posted April 2, 2018 Author Share Posted April 2, 2018 no,no look at the shooting system in this server Link to comment
Moderators Patrick Posted April 2, 2018 Moderators Share Posted April 2, 2018 It's looks like default. Maybe the hitmarker? (https://community.multitheftauto.com/index.php?p=resources&s=details&id=5915) Link to comment
Fares salah Posted June 19, 2020 Share Posted June 19, 2020 On 01/04/2018 at 16:20, Patrick said: https://wiki.multitheftauto.com/wiki/SetWeaponProperty Set 'accuracy' to 300. On 01/04/2018 at 20:16, Patrick said: -- SERVER SIDE for _, weapon in ipairs({ "colt 45", "silenced", "deagle", "shotgun", "sawed-off", "combat shotgun", "uzi", "mp5", "ak-47", "m4", "tec-9", "rifle", "sniper", "minigun"}) do for _, skillname in ipairs({"poor", "std", "pro"}) do setWeaponPropertyFlag(weapon, skillname, "accuracy", 300) end end how to use recoil in mta? Link to comment
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