Jump to content

طلب كودين للشوب


Recommended Posts

السوبر مان

استخدم

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()) 
  
  
  

صح او خطاء؟؟

:mrgreen::mrgreen::mrgreen:

Link to comment

!! مدري أتوقع كذا صح

  
addEventHandler( "onClientGUIClick", root, 
    function SuperManButton( ) 
        if ( source == GUIEditor.button[18] ) then 
            setElementData( source,"SuperMan", SuperManButton ) 
            triggerServerEvent ( "SuperMan", getLocalPlayer() )  
        end 
    end 
) 
setTimer ( SuperManButton, 60000, 1 )  
  

:roll: مع الرغم إني شاك في صحة الموضوع

Link to comment

هذا هو كود الفريز

( !! لمـ يجرب بعد )

  
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

ألف ملي سكند تساوي ثانية واحدة

الرقم إللي أنا حاطه يساوي دقيقة

:D وإن شاء الله يكون الكود شغال

Link to comment

ججرب الفريز

-- 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
ججرب الفريز

-- 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) 

:mrgreen::mrgreen::mrgreen:

Edited by Guest
Link to comment

ليه مكرر المشاركات ؟ كلهم خطأ

خذ جرب اذا قصدك سوبر مان يعني ماينقص دمه لوقت معين جرب كذا

-- 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
ليه مكرر المشاركات ؟ كلهم خطأ

خذ جرب اذا قصدك سوبر مان يعني ماينقص دمه لوقت معين جرب كذا

-- 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

هع فهد كان قصدي

كود للشوب سوبر مان الي يخلي الاعب ماينقص دمه

^_^

:mrgreen::mrgreen:

اها فكرتك تبية مثل -_-" الشوبات العادية يعني يطير الاعب :lol::lol: .

* كيف عرفت اسمي -_-" ؟

هع

عرفت اسمك شفت الايميل مكتوب فهود77

:P:P:P

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...