Dr.Marco Posted July 10, 2016 Author Share Posted July 10, 2016 حبيبي الكود كلاينت سايد !! اوك وش اسوي طيب Link to comment
AboShanab Posted July 10, 2016 Share Posted July 10, 2016 قمت بالتعديل على الكود لكي يكون الماركر في العالم 30, غير ذلك تأكد بأنك قمت بوضع الكود في جهة الكلنت . Link to comment
Dr.Marco Posted July 10, 2016 Author Share Posted July 10, 2016 انا متاكد من ان ماركر بعالم 30 رد علي سكايب عشان ما نزود مشاركات على فاضي Sky = elkihel.aassim Link to comment
Mhmd.z Posted July 10, 2016 Share Posted July 10, 2016 حبي , انت ناسي تحط حجم الماركر ؟ ! خليت حجمه 2 وحطيته الفا 144 local marker = createMarker ( 2042.68652, 1535.95911, 10.67188,"cylinder", 2, 255,255,255, 144) local hitMarker = false local blocked_buttons = { ["F1"] = true, ["F3"] = true, ["b"] = true, } addEventHandler ( "onClientMarkerHit", marker, function ( hitPlayer ) if ( hitPlayer == localPlayer and not hitMarker ) then hitMarker = true end end ) addEventHandler ( "onClientKey", root, function ( button ) if ( button == blocked_buttons [ button ] and hitMarker == true and getElementDimension ( localPlayer ) == 30 ) then outputChatBox ( "غير مصرح لك بفتح اللوحة الان ", 255, 0, 0, true ) cancelEvent() end end ) Link to comment
Dr.Marco Posted July 10, 2016 Author Share Posted July 10, 2016 حبي , انت ناسي تحط حجم الماركر ؟ ! خليت حجمه 2 وحطيته الفا 144 local marker = createMarker ( 2042.68652, 1535.95911, 10.67188,"cylinder", 2, 255,255,255, 144) local hitMarker = false local blocked_buttons = { ["F1"] = true, ["F3"] = true, ["b"] = true, } addEventHandler ( "onClientMarkerHit", marker, function ( hitPlayer ) if ( hitPlayer == localPlayer and not hitMarker ) then hitMarker = true end end ) addEventHandler ( "onClientKey", root, function ( button ) if ( button == blocked_buttons [ button ] and hitMarker == true and getElementDimension ( localPlayer ) == 30 ) then outputChatBox ( "غير مصرح لك بفتح اللوحة الان ", 255, 0, 0, true ) cancelEvent() end end ) شكرا تعبناكم ولكن ما ظبظ تقدر تجرب بنفسك شوف ميتا Link to comment
Dr.Marco Posted July 10, 2016 Author Share Posted July 10, 2016 شبااب شوفو متلا انا مسوي ماب ولي يدخل لماب ما يقدر يفتح F1 F3 B Link to comment
AboShanab Posted July 11, 2016 Share Posted July 11, 2016 صراحة الفكرة ليست واضحة بالشكل المطلوب, انت الآن تريد عمل ديربي وانا لا ارى اي كود يتعلق بالديربي, لذلك ضع الكود كامل لكي يتم الدمج والإصلاح Link to comment
Dr.Marco Posted July 11, 2016 Author Share Posted July 11, 2016 صراحة الفكرة ليست واضحة بالشكل المطلوب, انت الآن تريد عمل ديربي وانا لا ارى اي كود يتعلق بالديربي, لذلك ضع الكود كامل لكي يتم الدمج والإصلاح اخي الكريم انا ابي اتعلم اول شي حماية اماكن فهمت علي لما يصل لمكان لي انا مختارو ما يمديه يفتح لوحات لانا مانعها فهمت علي Link to comment
^iiEcoo'x_) Posted July 11, 2016 Share Posted July 11, 2016 buttons = { ['F1'] = true, ['F3'] = true, ['b'] = true } addEventHandler( 'onClientKey', root, function (button , prees) if prees and getElementDimension(localPlayer) == 30 then if buttons[button] then cancelEvent() end end end) Link to comment
Dr.Marco Posted July 11, 2016 Author Share Posted July 11, 2016 buttons = { ['F1'] = true, ['F3'] = true, ['b'] = true } addEventHandler( 'onClientKey', root, function (button , prees) if prees and getElementDimension(localPlayer) == 30 then if buttons[button] then cancelEvent() end end end) جاي تزود مشاركات على فاضي ? 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