#STZ Posted August 20, 2016 Share Posted August 20, 2016 السلام عليكم عساكم طيبين ابي كود لما اقف في ماركر اللوحة تفتح بس كدا ياريت تعطوني جاهز شكرا مقدما Link to comment
SycroX Posted August 20, 2016 Share Posted August 20, 2016 addEventHandler("onClientMarkerHit", resourceRoot, function(player) if player == localPlayer and getElementType(player) == "player" then guiSetVisible(YourWindow, true) showCursor(true) end end) Link to comment
#Al3aGraB<3 Posted August 20, 2016 Share Posted August 20, 2016 (edited) ---------------------- Edited August 20, 2016 by Guest Link to comment
!#NssoR_) Posted August 20, 2016 Share Posted August 20, 2016 addEventHandler("onClientMarkerHit", resourceRoot, function() guiSetVisible(Window, true) showCursor(true) end) كود احمد افضل من كودك , لأن كودك اللوحة بتفتح لكل لاعبين السيرفر مو بس للاعب الي لمس الماركر Link to comment
#Al3aGraB<3 Posted August 20, 2016 Share Posted August 20, 2016 اها اوك مسحت المشاركة اصلا ماجربتو ض1 شكرا على التنبيه يالغالي نسور Link to comment
Mr.R Posted August 20, 2016 Share Posted August 20, 2016 (edited) local marker = createMarker ( x, y, z, "cylinder", size, r, g, b, alpha ) addEventHandler ( "onClientMarkerHit", resourceRoot, function ( player ) if ( source == marker ) and ( player == localPlayer ) then guiSetVisible ( اسم اللوحه, true ) showCursor ( true ) end end ) Edited August 20, 2016 by Guest Link to comment
فاّرس Posted August 20, 2016 Share Posted August 20, 2016 ^ هو محدد جميع الماركرات اللي بالسكربت, يعني سواء كانت ماركر اواكثر .. getElementType وما يحتاج تستخدم "onClientMarkerHit" : hitPlayer: The player that hit the marker. "onMarkerHit" : hitElement: The element that hit the marker Link to comment
AHMED MOSTAFA Posted August 20, 2016 Share Posted August 20, 2016 Marker1 = createMarker (.....) Marker2 = createMarker (.....) -- يفتح اللوحة من الماركر الاول فقط addEventHandler('onClientMarkerHit', root, function () if source == Marker1 then guiSetVisible(window,true) showCursor(true) end end ) -- يفتح اللوحة من الماركرين addEventHandler('onClientMarkerHit', root, function () if source == Marker1 or source == Marker2 then guiSetVisible(window,true) showCursor(true) end end ) Link to comment
Rockyz Posted August 20, 2016 Share Posted August 20, 2016 Marker1 = createMarker (.....) Marker2 = createMarker (.....) -- يفتح اللوحة من الماركر الاول فقط addEventHandler('onClientMarkerHit', root, function () if source == Marker1 then guiSetVisible(window,true) showCursor(true) end end ) -- يفتح اللوحة من الماركرين addEventHandler('onClientMarkerHit', root, function () if source == Marker1 or source == Marker2 then guiSetVisible(window,true) showCursor(true) end end ) كودك غلط ^ Link to comment
Mr.R Posted August 20, 2016 Share Posted August 20, 2016 ^ هو محدد جميع الماركرات اللي بالسكربت, يعني سواء كانت ماركر اواكثر .. والله ماكنت ادري , انا استغربت ماشفته حدد اي ماركر + مشكور عالمعلومه getElementType وما يحتاج تستخدم "onClientMarkerHit" : hitPlayer: The player that hit the marker. "onMarkerHit" : hitElement: The element that hit the marker هذي شفتها بالويكي بس عادي حتى لو حطيتها ماتضر , زياده على الفاضي ض1 لاكن شلناها لعيونك + وصلحت الكود Link to comment
AHMED MOSTAFA Posted August 20, 2016 Share Posted August 20, 2016 Marker1 = createMarker (.....) Marker2 = createMarker (.....) -- يفتح اللوحة من الماركر الاول فقط addEventHandler('onClientMarkerHit', root, function () if source == Marker1 then guiSetVisible(window,true) showCursor(true) end end ) -- يفتح اللوحة من الماركرين addEventHandler('onClientMarkerHit', root, function () if source == Marker1 or source == Marker2 then guiSetVisible(window,true) showCursor(true) end end ) كودك غلط ^ الكود غلط بوش ؟ انا مجربه في سيرفر مجاني وما اشوف به مشاكل Link to comment
!#NssoR_) Posted August 20, 2016 Share Posted August 20, 2016 الكود غلط بوش ؟ انا مجربه في سيرفر مجاني وما اشوف به مشاكل addEventHandler("onClientMarkerHit", resourceRoot, function() guiSetVisible(Window, true) showCursor(true) end) كود احمد افضل من كودك , لأن كودك اللوحة بتفتح لكل لاعبين السيرفر مو بس للاعب الي لمس الماركر Link to comment
AHMED MOSTAFA Posted August 20, 2016 Share Posted August 20, 2016 الكود غلط بوش ؟ انا مجربه في سيرفر مجاني وما اشوف به مشاكل addEventHandler("onClientMarkerHit", resourceRoot, function() guiSetVisible(Window, true) showCursor(true) end) كود احمد افضل من كودك , لأن كودك اللوحة بتفتح لكل لاعبين السيرفر مو بس للاعب الي لمس الماركر وربي الواحد محتاج دورة كاملة بالبرمجة ميشان يفهمكم - فقط ابي اساعد Link to comment
!#NssoR_) Posted August 20, 2016 Share Posted August 20, 2016 وربي الواحد محتاج دورة كاملة بالبرمجة ميشان يفهمكم - فقط ابي اساعد الله يجزاك خير ع المساعده وماقصرت ويعطيك العافيه , ولكن مشكلتك تجاوزت مشاركاتنا وماشفت اخطاء الاعضاء الي فوق وتعلمت منها لو انك شفتها كان ساعدة صاحب الموضوع بطريقة صحيحه ولكن استعجلت شوي,, ع العموم حبيت انبهك عشان ماتسوي هالخطاء في المستقبل . وبالتوفيق 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