mohssan123 Posted February 18, 2013 Share Posted February 18, 2013 السلام عليكم بغيت كم كود للشوب 1- سوبر مان (يعني دم الاعب ما ينقسص لمدة معينه ) 2- كود تغير طلقات المسدس اذا ضغط على زر معين 3- سوبر m4 4- الانتقال للاعب و مشكورين مقدماً Link to comment
iPrestege Posted February 18, 2013 Share Posted February 18, 2013 https://forum.multitheftauto.com/search.php ليه مكرر المشاركات ؟ كلهم خطأخذ جرب اذا قصدك سوبر مان يعني ماينقص دمه لوقت معين جرب كذا -- Client function SuperMan() triggerServerEvent("SuperMan",localPlayer) end local timer = 4000 -- الوقت عدل عليه كل ثانيه 1000 الوقت الي راح يطفي فيه السوبر مان addEventHandler("onClientGUIClick",guiRoot,function() if source == ButtonName then addEventHandler("onClientRender",getRootElement(),SuperMan) setTimer(function() removeEventHandler("onClientRender",getRootElement(),SuperMan) end,timer,1) end end) -- Server addEvent("SuperMan",true) addEventHandler("SuperMan",getRootElement(),function() setElementHealth(source,100) end) تغيير السلاح : setWeaponProperty سوبر ام 4 : Event: onPlayerDamage killPed /quote] Link to comment
mohssan123 Posted February 18, 2013 Author Share Posted February 18, 2013 ما اشتغل السوبر مان و السوبر ام4 ما عرفت ليه Link to comment
mohssan123 Posted February 18, 2013 Author Share Posted February 18, 2013 انا ابغي اعرف بس شلون اسوي سوبر لسلاح معين Link to comment
iMr.Dawix~# Posted February 18, 2013 Share Posted February 18, 2013 انا ابغي اعرف بس شلون اسوي سوبر لسلاح معين وش تقصد بـ سوبر؟ 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