KOKS XXL Posted March 31, 2020 Share Posted March 31, 2020 is it possible to make uzi be hold in two hands; not one? Link to comment
Administrators Tut Posted March 31, 2020 Administrators Share Posted March 31, 2020 I believe you can configure weapon properties: https://wiki.multitheftauto.com/wiki/SetWeaponProperty (moved to Scripting section) Link to comment
MTA Anti-Cheat Team Dutchman101 Posted March 31, 2020 MTA Anti-Cheat Team Share Posted March 31, 2020 2 minutes ago, Tut said: I believe you can configure weapon properties: https://wiki.multitheftauto.com/wiki/SetWeaponProperty It's simpler for weapons like Uzi, there will be dual-wield with the weapon skill maxed. Example: function doubleUzi() setPedStat(source, 75, 999) end addEventHandler("onPlayerJoin", getRootElement(), doubleUzi) 1 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