el_motoblock Posted January 12, 2012 Share Posted January 12, 2012 --my comments --my comments function setWeapProp () WeapOnHands = getPedWeapon ( getLocalPlayer() ) CurrentDmg = getWeaponProperty(WeapOnHands, "poor", "damage") if ( CurrentDmg == 1 ) then return end setWeaponProperty(2, "poor", "damage", 650) setWeaponProperty(3, "poor", "damage", 250) setWeaponProperty(4, "poor", "damage", 500) setWeaponProperty(5, "poor", "damage", 500) setWeaponProperty(6, "poor", "damage", 250) setWeaponProperty(7, "poor", "damage", 600) outputConsole ( "Ninja Damage ON!!!", getLocalPlayer() ) setTimer ( setWeapProp, 800, 1, getLocalPlayer() ) end /debugscript 3 ни чего не говорит. а всеравно дамага от удара этими видами оружия не повысилась почему? Link to comment
Kernell Posted January 12, 2012 Share Posted January 12, 2012 А что вызывает функцию? Она сама не вызовется Link to comment
On1xS Posted January 12, 2012 Share Posted January 12, 2012 Помойму менять статы ручного оружия нельзя 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