Jump to content

طلب فنكشن


Me[Z]oO

Recommended Posts

ابي فنكشن لو داس علي زر

يقدر ينزل تحت البحر بدون ما يموت

شكرا .

onClientGUIClick 

isElementInWater 

onClientPlayerDamage 

cancelEvent 

يلزمه

setElementData

+

getElementData

لانه يبي لما يضغط الزر يفعل عدم الاختناق كذا في الحالتين بيختنق 8)

Link to comment

localPlayer = getLocalPlayer() 
  
addEventHandler("onClientGUIClick", root, 
function() 
if source == BTN then 
setElementData(localPlayer, "AntiSink", true) 
    end 
end) 
  
addEventHandler("onClientPlayerDamage", root, 
function() 
if getElementData(localPlayer, "AntiSink") == true then 
cancelEvent() 
    end 
end) 
Link to comment
localPlayer = getLocalPlayer() 
  
addEventHandler("onClientGUIClick", root, 
function() 
if source == BTN then 
setElementData(localPlayer, "AntiSink", true) 
    end 
end) 
  
addEventHandler("onClientPlayerDamage", root, 
function() 
if getElementData(localPlayer, "AntiSink") == true then 
cancelEvent() 
    end 
end) 

قالك انه مسوي التحقق .. يبي يكنسل الحدث بس .. + مو للازم تعرف اللوكل بلاير

localPlayer = getLocalPlayer()

المتغير جاهز تقدر تستخدمه بدون تعريف

Link to comment
localPlayer = getLocalPlayer() 
  
addEventHandler("onClientGUIClick", root, 
function() 
if source == BTN then 
setElementData(localPlayer, "AntiSink", true) 
    end 
end) 
  
addEventHandler("onClientPlayerDamage", root, 
function() 
if getElementData(localPlayer, "AntiSink") == true then 
cancelEvent() 
    end 
end) 

قالك انه مسوي التحقق .. يبي يكنسل الحدث بس .. + مو للازم تعرف اللوكل بلاير

localPlayer = getLocalPlayer()

المتغير جاهز تقدر تستخدمه بدون تعريف

كيف مسوي التحقق خارج نطاق الايفينت :?

Link to comment
addEventHandler("onClientGUIClick", root, 
function() 
if ( source == BTN ) then 
setElementData(localPlayer, "AntiSink", true) 
        end 
    end 
) 
  
addEventHandler("onClientPlayerDamage", root, 
function() 
if ( getElementData(localPlayer, "AntiSink") == true ) then 
  
cancelEvent() 
        end 
    end 
) 

Link to comment
addEventHandler("onClientGUIClick", root, 
function() 
if ( source == BTN ) then 
setElementData(localPlayer, "AntiSink", true) 
        end 
    end 
) 
  
addEventHandler("onClientPlayerDamage", root, 
function() 
if ( getElementData(localPlayer, "AntiSink") == true ) then 
  
cancelEvent() 
        end 
    end 
) 

بطريقتك هذي , اي احد يدمجه ماراح يموت :)

Link to comment
addEventHandler("onClientGUIClick", root, 
function() 
if ( source == BTN ) then 
setElementData(localPlayer, "AntiSink", true) 
        end 
    end 
) 
  
addEventHandler("onClientPlayerDamage", root, 
function() 
if ( getElementData(localPlayer, "AntiSink") == true ) then 
  
cancelEvent() 
        end 
    end 
) 

بطريقتك هذي , اي احد يدمجه ماراح يموت

^+1

استخدم

setPedOxygenLevel 
  

ذا الفنكشن يزود الاوكسجين

Link to comment
localPlayer = getLocalPlayer() 
  
addEventHandler("onClientGUIClick", root, 
function() 
if source == BTN then 
setElementData(localPlayer, "AntiSink", true) 
    end 
end) 
  
addEventHandler("onClientPlayerDamage", root,  
function () 
if getElementData(localPlayer, "AntiSink") == true then 
cancelEvent() 
    end 
end) 

-- # Client Side ; 
  
localPlayer = getLocalPlayer() 
  
addEventHandler("onClientGUIClick", root, function (    ) 
if source == BTN then 
setElementData(localPlayer, "AntiSink", true) 
    end 
end) 
  
addEventHandler("onClientPlayerDamage", root, function (     ) 
if getElementData(localPlayer, "AntiSink") == true and isElementInWater ( localPlayer ) then 
cancelEvent (    ) 
          end 
     end 
 ) 
Link to comment
localPlayer = getLocalPlayer() 
  
addEventHandler("onClientGUIClick", root, 
function() 
if source == BTN then 
setElementData(localPlayer, "AntiSink", true) 
    end 
end) 
  
addEventHandler("onClientPlayerDamage", root,  
function () 
if getElementData(localPlayer, "AntiSink") == true then 
cancelEvent() 
    end 
end) 

-- # Client Side ; 
  
localPlayer = getLocalPlayer() 
  
addEventHandler("onClientGUIClick", root, function (    ) 
if source == BTN then 
setElementData(localPlayer, "AntiSink", true) 
    end 
end) 
  
addEventHandler("onClientPlayerDamage", root, function (     ) 
if getElementData(localPlayer, "AntiSink") == true and isElementInWater ( localPlayer ) then 
cancelEvent (    ) 
          end 
     end 
 ) 

سفاح ترا كذا الي بيطلق عليه في البحر ما بيموت

Link to comment
انا مسوي الكود الساعة 4 الفجر :D

عادي لما يضغط زر الدخول للمهمة ياخذ الداتا

ولما يضغط زر الخروح تروح الداتا

#بسيطه

وشكرا للمساعدة :wink:

setElementData 
removeElementData 

و انت كدة عملت ايه؟ :fadein:

Link to comment
انا مسوي الكود الساعة 4 الفجر :D

عادي لما يضغط زر الدخول للمهمة ياخذ الداتا

ولما يضغط زر الخروح تروح الداتا

#بسيطه

وشكرا للمساعدة :wink:

setElementData 
removeElementData 

و انت كدة عملت ايه؟ :fadein:

لو ضغط الزر معروف حدث الضغط حق الزر

ياخذ داتا قصده

setElementData 

ولو ضغط زر خروج على قولته يحذف الداتا

removeElementData 

وين الغلط بالموضوع ؟

Link to comment

@Abdul Karim

يلزمه

setElementData

+

getElementData

لانه يبي لما يضغط الزر يفعل عدم الاختناق كذا في الحالتين بيختنق 8)

الان انا سويت داتا

وتحققت لو وجد الداتا true

يسوي شي

الشي ذا ابي ما يموت كيف ؟

addEventHandler("onClientPlayerDamage", root,

function()

if getElementData(localPlayer, "AntiSink") == true then

cancelEvent()

    end

end)[/lua]

كل ذي الردود ورد فيها موضوع الداتا كان لازم تقول نفس الموضوع يعني؟

وهو بنفسه قال انه حط الداتا :redhotevil:

Link to comment
@Me[Z]oO

اخوي انساك من كل الردوك يلي فوق

كلمني سكايب و انا بعملك اياه

صراحة الواحد صار يتوح من المواضيع و من الردود السخيفة يلي لا بتقدم ولا بتاخر

اوك اخي شويكي يسلمو لردك انا سويتها صح وكل شي وما بها اي مشكلة

والرجال ما قصرو :)

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