Adham Posted February 12, 2017 Share Posted February 12, 2017 سلام عليكم كيف اخفاء المركر ؟ من الرقم الفي فكشن createMarker حطيت اكتر من مره فكشن تخت المركر setElementAlpha = 0 م اتخفاء .. ارجو الحل Link to comment
justboy Posted February 12, 2017 Share Posted February 12, 2017 setMarkerColor( marker, 255, 255, 255, الشافاية ) Link to comment
^iiEcoo'x_) Posted February 12, 2017 Share Posted February 12, 2017 41 minutes ago, justboy said: setMarkerColor( marker, 255, 255, 255, الشافاية ) خخخ مو ضروري كذا يمديه يخفيه من انشاء الماركر نفسه اخر ارقيومنت هو الشفافية 1 Link to comment
Adham Posted February 12, 2017 Author Share Posted February 12, 2017 م اتخفي وم في دي بق local Marker1 = createMarker ( 1446.92456, -2930.41772, 3.15656, "arrow", 1.3, 255, 255, 0, 0 ) Link to comment
N3xT Posted February 12, 2017 Share Posted February 12, 2017 اللي أعرفه الماركر نوع الأسهم ما تقدر تخفيه مدري ليه Link to comment
Adham Posted February 12, 2017 Author Share Posted February 12, 2017 لو حطيت cylinder or checkpoint بيختفي ؟ Link to comment
Adham Posted February 12, 2017 Author Share Posted February 12, 2017 مشكور سوال اخر .. انا لو سويت كذا addEventHandler ( "onClientGUIClick", root, function ( ) if ( source == button ) then local text = guiGetText ( edit ) if text == "" then return end else guiSetVisible ( gui, true ) end end ) لو م كتب في الايديت لوحه هتطلع له هتطلع كذا لكل الاعبين ولا للاعب الضعط وم حدد ايديت ؟ Link to comment
Scripting Moderators xLive Posted February 12, 2017 Scripting Moderators Share Posted February 12, 2017 5 minutes ago, Deativated said: مشكور سوال اخر .. انا لو سويت كذا addEventHandler ( "onClientGUIClick", root, function ( ) if ( source == button ) then local text = guiGetText ( edit ) if text == "" then return end else guiSetVisible ( gui, true ) end end ) لو م كتب في الايديت لوحه هتطلع له هتطلع كذا لكل الاعبين ولا للاعب الضعط وم حدد ايديت ؟ حتطلع لللاعب بس Link to comment
Ahmed Ly Posted February 12, 2017 Share Posted February 12, 2017 (edited) لوحه هتطلع الاعب الذي ضغط علي الزر addEventHandler ( "onClientGUIClick", root, function ( ) if source == button then local text = guiGetText(edit) if text == "" then guiSetVisible(gui,true) end end end ) Edited February 12, 2017 by Ahmed Ly Link to comment
!#NssoR_) Posted February 12, 2017 Share Posted February 12, 2017 (edited) يغلق بما ان تمت الافادة للطلب الاول , وفي حال لديك اسئله اخري يمكنك إنشاء موضوع خاص بها ! Edited February 12, 2017 by !#NssoR_) 1 Link to comment
Recommended Posts