#Al-Ha[J]aRii Posted February 7, 2013 Share Posted February 7, 2013 السلام عليكم ورحمة الله وبركاته بغيت كود سوبر مان و فريز جماعي Link to comment
|Mr|-Talal07-| Posted February 7, 2013 Share Posted February 7, 2013 السوبر مان استخدم getElementData setElementData cancelEvent Event : "onClientPlayerDamage" الفريز الجماعي استخدم setElementFrozen getElementsByType Link to comment
#Al-Ha[J]aRii Posted February 7, 2013 Author Share Posted February 7, 2013 السوبر ماناستخدم getElementData setElementData cancelEvent Event : "onClientPlayerDamage" الفريز الجماعي استخدم setElementFrozen getElementsByType طيب بجرب اسويه Link to comment
#Al-Ha[J]aRii Posted February 7, 2013 Author Share Posted February 7, 2013 السوبر ماناستخدم getElementData setElementData cancelEvent Event : "onClientPlayerDamage" الفريز الجماعي استخدم setElementFrozen getElementsByType طيب بجرب اسويه SuperMan addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if ( source == GUIEditor.button[18] ) then addEventHandler ( "onClientPlayerDamage", root, function ( ) getElementData ( source, "SuperMan" )) setElementData ( source, "SuperMan", getTickCount() ) triggerServerEvent("SuperMan",getLocalPlayer()) صح او خطاء؟؟ Link to comment
PaiN^ Posted February 8, 2013 Share Posted February 8, 2013 صح اني مو خبير بس الأخطاء واضحة زيي عين الشمس Link to comment
PaiN^ Posted February 8, 2013 Share Posted February 8, 2013 !! مدري أتوقع كذا صح addEventHandler( "onClientGUIClick", root, function SuperManButton( ) if ( source == GUIEditor.button[18] ) then setElementData( source,"SuperMan", SuperManButton ) triggerServerEvent ( "SuperMan", getLocalPlayer() ) end end ) setTimer ( SuperManButton, 60000, 1 ) مع الرغم إني شاك في صحة الموضوع Link to comment
PaiN^ Posted February 8, 2013 Share Posted February 8, 2013 هذا هو كود الفريز ( !! لمـ يجرب بعد ) local Players = getElementsByType ( "player" ) addEventHandler( "onClientGUIClick", root, function FreezButton ( ) if ( source == GUIEditor.button[19] ) then setElementFrozen( Players, true ) end end ) setTimer( FreezButton, 60000, 1 ) حط رقم الزر بدل 19 + حط وقت الفريز في السطر 10 بدل 60000 ( يعني الوقت إللي تبغى اللاعبين يتجمدوا فيه ), طبعا القوت ينقاس بالمليسكند يعني بجزء من الثانية بالعربي 1000 mls = 1 s ألف ملي سكند تساوي ثانية واحدة الرقم إللي أنا حاطه يساوي دقيقة وإن شاء الله يكون الكود شغال Link to comment
hassan.k.s.a Posted February 8, 2013 Share Posted February 8, 2013 كل ألأكواد المطروحه خطأ . Link to comment
PaiN^ Posted February 8, 2013 Share Posted February 8, 2013 LoooooL !! طيب ممكن تصححها أخوي حسن لآهنت Link to comment
#Al-Ha[J]aRii Posted February 8, 2013 Author Share Posted February 8, 2013 كل ألأكواد المطروحه خطأ . طيب ممكن تصحها حسن ؟ Link to comment
hassan.k.s.a Posted February 8, 2013 Share Posted February 8, 2013 ججرب الفريز -- Client addEventHandler("onClientGUIClick",guiRoot,function() if source == ButtonName then triggerServerEvent("FrozenAll",localPlayer) end end) --Server local timer = 5000 -- 1000 الوقت الي تبي ياخذون الاعبين فريز وبعدها ينفك الثانية addEvent("FrozenAll",true) addEventHandler("FrozenAll",getRootElement(),function() for i,v in ipairs (getElementsByType("player")) do setElementFrozen(v,true) setElementFrozen(source,false) setTimer(function() setElementFrozen(v,false) end,timer,1) end end) Link to comment
#Al-Ha[J]aRii Posted February 8, 2013 Author Share Posted February 8, 2013 (edited) ججرب الفريز-- Client addEventHandler("onClientGUIClick",guiRoot,function() if source == ButtonName then triggerServerEvent("FrozenAll",localPlayer) end end) --Server local timer = 5000 -- 1000 الوقت الي تبي ياخذون الاعبين فريز وبعدها ينفك الثانية addEvent("FrozenAll",true) addEventHandler("FrozenAll",getRootElement(),function() for i,v in ipairs (getElementsByType("player")) do setElementFrozen(v,true) setElementFrozen(source,false) setTimer(function() setElementFrozen(v,false) end,timer,1) end end) Edited February 8, 2013 by Guest Link to comment
hassan.k.s.a Posted February 8, 2013 Share Posted February 8, 2013 ليه مكرر المشاركات ؟ كلهم خطأ خذ جرب اذا قصدك سوبر مان يعني ماينقص دمه لوقت معين جرب كذا -- 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) Link to comment
iPrestege Posted February 8, 2013 Share Posted February 8, 2013 https://community.multitheftauto.com/index.php?p=resources&s=details&id=2213 Link to comment
#Al-Ha[J]aRii Posted February 8, 2013 Author Share Posted February 8, 2013 ليه مكرر المشاركات ؟ كلهم خطأخذ جرب اذا قصدك سوبر مان يعني ماينقص دمه لوقت معين جرب كذا -- 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) آســف عـلى تكــــرير المشآركات لاكن اتكررة لاني ضغط على Submit كثير للان النت بطيىء Link to comment
#Al-Ha[J]aRii Posted February 8, 2013 Author Share Posted February 8, 2013 https://community.multitheftauto.com/index.php?p=resources&s=details&id=2213 هع فهد كان قصدي كود للشوب سوبر مان الي يخلي الاعب ماينقص دمه Link to comment
iPrestege Posted February 8, 2013 Share Posted February 8, 2013 https://community.multitheftauto.com/index.php?p=resources&s=details&id=2213 هع فهد كان قصدي كود للشوب سوبر مان الي يخلي الاعب ماينقص دمه اها فكرتك تبية مثل -_-" الشوبات العادية يعني يطير الاعب . * كيف عرفت اسمي -_-" ؟ Link to comment
#Al-Ha[J]aRii Posted February 8, 2013 Author Share Posted February 8, 2013 https://community.multitheftauto.com/index.php?p=resources&s=details&id=2213 هع فهد كان قصدي كود للشوب سوبر مان الي يخلي الاعب ماينقص دمه اها فكرتك تبية مثل -_-" الشوبات العادية يعني يطير الاعب . * كيف عرفت اسمي -_-" ؟ هع عرفت اسمك شفت الايميل مكتوب فهود77 Link to comment
iPrestege Posted February 8, 2013 Share Posted February 8, 2013 اها -___________________-" Link to comment
iMr.3a[Z]eF Posted February 12, 2013 Share Posted February 12, 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