mr.sony Posted August 31, 2017 Share Posted August 31, 2017 السلام عليكم ورحمة الله وبركاته ____________________________________________ اهلا شباب ان شاء الله تكونو بخير وكل عام وانت بخير ____________________ عندي مشكلة في كود حماية البداية او اي ماب من السياارت وانو اللاعب ينزل سيارة في المكان المحدد أو الماب , ____ هذا الكود الي استخدمه 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
#BrosS Posted August 31, 2017 Share Posted August 31, 2017 هذا كول شيب الاحداثيات حقه مو نفس حقت الماركر showcol 1 اكتب بالكونسل وشوف وين موقع الحماية Link to comment
MR.StoRm Posted August 31, 2017 Share Posted August 31, 2017 إستخدم المود حق دابل يفيدك :collision-shape-editor 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