Jump to content

مساعدة: مشكلة في كود حماية من السيارات


Recommended Posts

:$السلام عليكم ورحمة الله وبركاته:D

____________________________________________

اهلا شباب ان شاء الله تكونو بخير وكل عام وانت بخير :x

____________________

 عندي مشكلة في كود حماية البداية او اي ماب من السياارت وانو اللاعب ينزل سيارة في المكان المحدد أو الماب ,

____

p_608wsr001.png

هذا الكود الي استخدمه

function superman ()
cancelEvent ()
end

xCol = createColRectangle (-3548.16528,-3166.0693359375,379.03997802734,500)
xRadar = createRadarArea (-3548.16528,-3166.0693359375,379.03997802734,500,0,255,0,255,root)

addEventHandler("onColShapeHit",resourceRoot,function (element)
if ( getElementType(element) == "vehicle" ) then
destroyElement(element)
elseif ( getElementType(element) == "player" ) then
outputChatBox("*( انت الان داخل الحماية )",element,255,0,0,true)
toggleControl (element,"fire",false)
toggleControl (element,"action",false)
toggleControl (element,"aim_weapon",false)
addEventHandler("onPlayerDamage",root,superman)
end
end)

addEventHandler("onColShapeLeave",resourceRoot,function (element)
if ( getElementType(element) == "player" ) then
outputChatBox("*( انت الان خارج الحماية )",element,0,255,0,true)
toggleControl (element,"fire",true)
toggleControl (element,"action",true)
toggleControl (element,"aim_weapon",true)
removeEventHandler("onPlayerDamage",root,superman)
end
end)

لما أحط إحداثايات الماركر الي ابيه يكون محمي من السيارات ماتتركب الحماية في نفس المكان :(

جربت كثيررر جدا وغيرت الاحداثيات بس ما صارت تظبط أبدا :/ 

أرجو مساعدتي ^_^ 

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