Jump to content

تعديل كود وطلب كود


Recommended Posts

السلام عليكم ورحمة الله

هذا كود من احد مبرمجين اخذتة بالمنتدى

addEventHandler("onVehicleExit", root, 
function(_, _, jacked) 
    if jacked then 
        local cS = getPlayerWantedLevel(jacked) 
        setPlayerWantedLevel(jacked, cS + 2) 
    end 
end) 

ابي اسوي تحقق بالكود كل التمات يجي لها نجوم معاد تيم بوليس وسوات

طلب اخر ابي كول شيب لو دخلته ماتقدر تقتل الاعبين تقدر تقتل زومبي فقط لكن الاعب مايتاثر

وهذا كود الاخ برستيج كان يشتغل ب امر من اف 8 عشان تخش في الاعبين

سويت له حدث ابية للكل مازبط

function (  ) 
 local Players = getElementsByType ( 'player' ) 
    for i,v in ipairs ( Players ) do 
           setElementCollidableWith(localPlayer,v,false) 
addEventHandler ( "onClientPlayerDamage", resourceRoot, 
        end 
    end 
) 

Link to comment
addEventHandler("onVehicleExit", root, 
function(_, _, jacked) 
    if jacked then 
        if not getPlayerTeam(jacked) == getTeamFromName("Police") and not getPlayerTeam(jacked) == getTeamFromName("SWAT") then 
            local cS = getPlayerWantedLevel(jacked) 
            setPlayerWantedLevel(jacked, cS + 2) 
        end 
    end 
end 
) 

جرب هذا

بلنسبة للكود الثاني خذ

ColShape = --حط كود الكول شيب حقك هنا 
  
addEventHandler("onClientPedDamage", root, 
function () 
    if isElementWithinColShape(localPlayer, ColShape) then 
        cancelEvent () 
    end 
end 
) 

ماني متاكد منه لكن جربه

Link to comment
addEventHandler("onVehicleExit", root, 
function(_, _, jacked) 
    if jacked then 
        if not getPlayerTeam(jacked) == getTeamFromName("Police") and not getPlayerTeam(jacked) == getTeamFromName("SWAT") then 
            local cS = getPlayerWantedLevel(jacked) 
            setPlayerWantedLevel(jacked, cS + 2) 
        end 
    end 
end 
) 

جرب هذا

بلنسبة للكود الثاني خذ

ColShape = --حط كود الكول شيب حقك هنا 
  
addEventHandler("onClientPedDamage", root, 
function () 
    if isElementWithinColShape(localPlayer, ColShape) then 
        cancelEvent () 
    end 
end 
) 

ماني متاكد منه لكن جربه

جزاك الله خير اخوي بجرب لكن شوف اخر كود بالموضوع بعد ماعدلته

Link to comment
addEventHandler("onClientPlayerDamage", root, 
function (attacker) 
    if getElementType(attacker) == "player" and getElementType(source) == "player" and isElementWithinColShape(source, ColShape) and isElementWithinColShape(attacker, ColShape) then 
        cancelEvent () 
    end 
end 
) 

جرب و اتاكد انك جوا الكول شيب

Link to comment
addEventHandler("onClientPlayerDamage", root, 
function (attacker) 
    if getElementType(attacker) == "player" and getElementType(source) == "player" and isElementWithinColShape(source, ColShape) and isElementWithinColShape(attacker, ColShape) then 
        cancelEvent () 
    end 
end 
) 

جرب و اتاكد انك جوا الكول شيب

اخوي احط الكول شيب اول الكود ولا؟

يب

ColShape = ... 

Link to comment

نفس الششي اقدر اقتلهم

حذفت ردي اللي فوق بسرعه خخ لن حسيت انه سوال غبي

createColRectangle ( -1137.5582, 1018.7025, 176.75, 95.25, 2) 
addEventHandler("onClientPlayerDamage", root, 
function (attacker) 
    if getElementType(attacker) == "player" and getElementType(source) == "player" and isElementWithinColShape(source, ColShape) and isElementWithinColShape(attacker, ColShape) then 
        cancelEvent () 
    end 
end 
) 

Link to comment
ColShape = createColRectangle ( -1137.5582, 1018.7025, 176.75, 95.25, 2) 
addEventHandler("onClientPlayerDamage", root, 
function (attacker) 
    if getElementType(attacker) == "player" and getElementType(source) == "player" and isElementWithinColShape(source, ColShape) and isElementWithinColShape(attacker, ColShape) then 
        cancelEvent () 
    end 
end 
) 

فين المتغير :?

ركبته خذ

Link to comment
ColShape = createColRectangle ( -1137.5582, 1018.7025, 176.75, 95.25, 2) 
addEventHandler("onClientPlayerDamage", root, 
function (attacker) 
    if getElementType(attacker) == "player" and getElementType(source) == "player" and isElementWithinColShape(source, ColShape) and isElementWithinColShape(attacker, ColShape) then 
        cancelEvent () 
    end 
end 
) 

فين المتغير :?

ركبته خذ

جزاكك الله خير شغال تمام التمام

لكن سوال عن كود برستيج ان الاعب يكون يقدر يدخل ب الاعب الثاني يكون شفاف

الاعب يدخل بلاعب اخر عادي مو شي ثاني

Link to comment
ColShape = createColRectangle ( -1137.5582, 1018.7025, 176.75, 95.25, 2) 
addEventHandler("onClientPlayerDamage", root, 
function (attacker) 
    if getElementType(attacker) == "player" and getElementType(source) == "player" and isElementWithinColShape(source, ColShape) and isElementWithinColShape(attacker, ColShape) then 
        cancelEvent () 
    end 
end 
) 

فين المتغير :?

ركبته خذ

جزاكك الله خير شغال تمام التمام

لكن سوال عن كود برستيج ان الاعب يكون يقدر يدخل ب الاعب الثاني يكون شفاف

الاعب يدخل بلاعب اخر عادي مو شي ثاني

ممكن توضح شوي؟

Link to comment
setElementCollidableWith 

8)

سوي لوب في الاعبين و اعكسه و انشاء الله يضبط

اخوي الكود حق برستيج فوق تمام لكن لزم امر اف 8 ابية بدون امر :(

يعني تبيه لما يدخل الكول شيب يشتغل؟

Link to comment
setElementCollidableWith 

8)

سوي لوب في الاعبين و اعكسه و انشاء الله يضبط

اخوي الكود حق برستيج فوق تمام لكن لزم امر اف 8 ابية بدون امر :(

يعني تبيه لما يدخل الكول شيب يشتغل؟

لا لا اخوي بكل مكان ذا عادي مو بالكول بس

Link to comment

تمام اخوي

MR.GRAND_#

نفس الطلب ماقصررت

ومشكوووووووووووووووووور دابل

لكن اخواني طلب اخير الحين مثلا مسوي كول شيب وفيه لاعب واقف بالكول شيب

ابي لو طلع من السيرفر ودخل وهو بالكول شيب يموت : )

Link to comment
تمام اخوي

MR.GRAND_#

نفس الطلب ماقصررت

ومشكوووووووووووووووووور دابل

لكن اخواني طلب اخير الحين مثلا مسوي كول شيب وفيه لاعب واقف بالكول شيب

ابي لو طلع من السيرفر ودخل وهو بالكول شيب يموت : )

ColShape = createColRectangle ( -1137.5582, 1018.7025, 176.75, 95.25, 2) 
addEventHandler("onClientPlayerSpawn", root, 
function (element) 
    if getElementType(element) == "player" and isElementWithinColShape(element, ColShape) then 
    setElementHealth(element, 0) 
end 
end 
) 

Link to comment
ColShape = createColRectangle ( -1137.5582, 1018.7025, 176.75, 95.25, 2) 
addEventHandler("onClientPlayerSpawn", root, 
function (element) 
    if getElementType(element) == "player" and isElementWithinColShape(element, ColShape) then 
    setElementHealth(element, 0) 
end 
end 
) 

أول برآمتر بالحدث هو تيم اللاعب ماهو الألمنت الي أرسبن

وآصلاً الحدث خاص باللاعب كيف ألمنت؟

1441875745811.jpg

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