Mr.Mostafa Posted August 29, 2018 Share Posted August 29, 2018 سلام عليكم معي مشكلة .. في مود دي آكس علي آلشآشة فوق علي آليسآر آلبعض يشوفوآ مظبوط في مكآنه . وآلبعض يشوفوه في آلشآت في آبي طريقة صحيحة آظبط آلآحدآثيآت للكل وشكرآ Link to comment
N3xT Posted August 29, 2018 Share Posted August 29, 2018 طلبك تكرر كثير قبل كذا, ابحث بالقسم Link to comment
Mr.Mostafa Posted August 29, 2018 Author Share Posted August 29, 2018 1 minute ago, N3xT said: طلبك تكرر كثير قبل كذا, ابحث بالقسم آلمشكلة طلبي آلي فآت آحد جآبلي موضوع مآ آستفدت منه شي . Link to comment
#[K]iLLeR<3 Posted August 29, 2018 Share Posted August 29, 2018 Just now, Mr.Mostafa said: آلمشكلة طلبي آلي فآت آحد جآبلي موضوع مآ آستفدت منه شي . لو اني على الكمبيوتر كنت اعطيتك لكن انا على الجوال اجل خلاص انسى Link to comment
فاّرس Posted August 30, 2018 Share Posted August 30, 2018 شوف هالموضوع, أنا كنت أستخدم هالطريقه زمان, مادري اذا بتضبط الآن أو لا : 1 Link to comment
Mr.Mostafa Posted August 30, 2018 Author Share Posted August 30, 2018 2 hours ago, #[K]iLLeR<3 said: لو اني على الكمبيوتر كنت اعطيتك لكن انا على الجوال اجل خلاص انسى كل مشآرآتك مآلهآ فآيدة .. يآريت مآ تشآرك دآم كدآ آحسن .. 1 Link to comment
coNolel Posted August 31, 2018 Share Posted August 31, 2018 On 30/08/2018 at 00:35, Mr.Mostafa said: آلمشكلة طلبي آلي فآت آحد جآبلي موضوع مآ آستفدت منه شي . لو تقصدني انا ، انا عطيتك اللي شفته مطلوب ، آسف لو كانت الكودات شوي صعبة بس ما لقيت مووضوع غيره Link to comment
#[K]iLLeR<3 Posted August 31, 2018 Share Posted August 31, 2018 اذا لسا المشكلة معاك ف استعمل ذول _dxDrawRectangle = dxDrawRectangle _dxDrawText = dxDrawText _dxDrawLine = dxDrawLine _dxDrawImage = dxDrawImage local resolutionX = 1280 local resolutionY = 960 -- بدل 1280 , 960 بمقاس شاشتك function dxDrawText( text,posX,posY,right,bottom,color,scale,mixed_font,alignX,alignY,clip,wordBreak,postGUI,kk,gg ) return _dxDrawText(tostring( text ), ( posX/resolutionX )*sWidth, ( posY/resolutionY )*sHeight, ( right/resolutionX )*sWidth, ( bottom/resolutionY)*sHeight, color, ( sWidth/resolutionX )*scale, mixed_font, alignX, alignY, clip, wordBreak, postGUI, kk, gg) end function dxDrawRectangle( posX, posY, width, height,color,postGUI ) return _dxDrawRectangle(( posX/resolutionX )*sWidth, ( posY/resolutionY )*sHeight, ( width/resolutionX )*sWidth, ( height/resolutionY )*sHeight, color, postGUI) end function dxDrawImage( posX, posY, width, height, filename, rotation, r2, r3, color,postGUI ) return _dxDrawImage(( posX/resolutionX )*sWidth,( posY/resolutionY )*sHeight,( width/resolutionX )*sWidth,( height/resolutionY )*sHeight, filename, rotation, r2, r3, color, postGUI) end function dxDrawLine( posX, posY, width, height,color, size, postGUI ) return _dxDrawLine(( posX/resolutionX )*sWidth, ( posY/resolutionY )*sHeight, ( width/resolutionX )*sWidth, ( height/resolutionY )*sHeight, color, size, postGUI) end الاكواد مو حقتي 1 Link to comment
coNolel Posted August 31, 2018 Share Posted August 31, 2018 3 minutes ago, #[K]iLLeR<3 said: اذا لسا المشكلة معاك ف استعمل ذول _dxDrawRectangle = dxDrawRectangle _dxDrawText = dxDrawText _dxDrawLine = dxDrawLine _dxDrawImage = dxDrawImage local resolutionX = 1280 local resolutionY = 960 -- بدل 1280 , 960 بمقاس شاشتك function dxDrawText( text,posX,posY,right,bottom,color,scale,mixed_font,alignX,alignY,clip,wordBreak,postGUI,kk,gg ) return _dxDrawText(tostring( text ), ( posX/resolutionX )*sWidth, ( posY/resolutionY )*sHeight, ( right/resolutionX )*sWidth, ( bottom/resolutionY)*sHeight, color, ( sWidth/resolutionX )*scale, mixed_font, alignX, alignY, clip, wordBreak, postGUI, kk, gg) end function dxDrawRectangle( posX, posY, width, height,color,postGUI ) return _dxDrawRectangle(( posX/resolutionX )*sWidth, ( posY/resolutionY )*sHeight, ( width/resolutionX )*sWidth, ( height/resolutionY )*sHeight, color, postGUI) end function dxDrawImage( posX, posY, width, height, filename, rotation, r2, r3, color,postGUI ) return _dxDrawImage(( posX/resolutionX )*sWidth,( posY/resolutionY )*sHeight,( width/resolutionX )*sWidth,( height/resolutionY )*sHeight, filename, rotation, r2, r3, color, postGUI) end function dxDrawLine( posX, posY, width, height,color, size, postGUI ) return _dxDrawLine(( posX/resolutionX )*sWidth, ( posY/resolutionY )*sHeight, ( width/resolutionX )*sWidth, ( height/resolutionY )*sHeight, color, size, postGUI) end الاكواد مو حقتي مشكور على الاكواد بس كذا عمره ما بيتعلم كيف يسويها من نفسه يمكن أسوي شي لهذا المشكل إن شاء الله 1 Link to comment
#[K]iLLeR<3 Posted August 31, 2018 Share Posted August 31, 2018 Just now, coNolel said: مشكور على الاكواد بس كذا عمره ما بيتعلم كيف يسويها من نفسه يمكن أسوي شي لهذا المشكل إن شاء الله ذي اشيء الشخص مهو بحاجة لتعلمها لانه مرة بيعملها و بضل ينسخها و يلصقها بكل مود بسويه ف نساعده و خلاص و السؤال تكرر اكثر من مرة بالقسم ف حبيت اساعد بمانه في شخص ساعدني قبل كذا Link to comment
coNolel Posted August 31, 2018 Share Posted August 31, 2018 3 minutes ago, #[K]iLLeR<3 said: ذي اشيء الشخص مهو بحاجة لتعلمها لانه مرة بيعملها و بضل ينسخها و يلصقها بكل مود بسويه ف نساعده و خلاص و السؤال تكرر اكثر من مرة بالقسم ف حبيت اساعد بمانه في شخص ساعدني قبل كذا لا آسف ، هو بحاجة بتعلمها Link to comment
#[K]iLLeR<3 Posted August 31, 2018 Share Posted August 31, 2018 Just now, coNolel said: لا آسف ، هو بحاجة بتعلمها احترم وجهة نظرك و اذا بيدك شي تعمله لا تقصر بالتوفيق Link to comment
N3xT Posted August 31, 2018 Share Posted August 31, 2018 1 hour ago, #[K]iLLeR<3 said: اذا لسا المشكلة معاك ف استعمل ذول _dxDrawRectangle = dxDrawRectangle _dxDrawText = dxDrawText _dxDrawLine = dxDrawLine _dxDrawImage = dxDrawImage local resolutionX = 1280 local resolutionY = 960 -- بدل 1280 , 960 بمقاس شاشتك function dxDrawText( text,posX,posY,right,bottom,color,scale,mixed_font,alignX,alignY,clip,wordBreak,postGUI,kk,gg ) return _dxDrawText(tostring( text ), ( posX/resolutionX )*sWidth, ( posY/resolutionY )*sHeight, ( right/resolutionX )*sWidth, ( bottom/resolutionY)*sHeight, color, ( sWidth/resolutionX )*scale, mixed_font, alignX, alignY, clip, wordBreak, postGUI, kk, gg) end function dxDrawRectangle( posX, posY, width, height,color,postGUI ) return _dxDrawRectangle(( posX/resolutionX )*sWidth, ( posY/resolutionY )*sHeight, ( width/resolutionX )*sWidth, ( height/resolutionY )*sHeight, color, postGUI) end function dxDrawImage( posX, posY, width, height, filename, rotation, r2, r3, color,postGUI ) return _dxDrawImage(( posX/resolutionX )*sWidth,( posY/resolutionY )*sHeight,( width/resolutionX )*sWidth,( height/resolutionY )*sHeight, filename, rotation, r2, r3, color, postGUI) end function dxDrawLine( posX, posY, width, height,color, size, postGUI ) return _dxDrawLine(( posX/resolutionX )*sWidth, ( posY/resolutionY )*sHeight, ( width/resolutionX )*sWidth, ( height/resolutionY )*sHeight, color, size, postGUI) end الاكواد مو حقتي الكود خطأ, فيه متغيرين ناقصين sWidth + sHeight Link to comment
#[K]iLLeR<3 Posted August 31, 2018 Share Posted August 31, 2018 41 minutes ago, N3xT said: الكود خطأ, فيه متغيرين ناقصين sWidth + sHeight يب صح مشكور _dxDrawRectangle = dxDrawRectangle _dxDrawText = dxDrawText _dxDrawLine = dxDrawLine _dxDrawImage = dxDrawImage sWidth, sHeight = guiGetScreenSize() local resolutionX = 1280 local resolutionY = 960 -- بدل 1280 , 960 بمقاس شاشتك function dxDrawText( text,posX,posY,right,bottom,color,scale,mixed_font,alignX,alignY,clip,wordBreak,postGUI,kk,gg ) return _dxDrawText(tostring( text ), ( posX/resolutionX )*sWidth, ( posY/resolutionY )*sHeight, ( right/resolutionX )*sWidth, ( bottom/resolutionY)*sHeight, color, ( sWidth/resolutionX )*scale, mixed_font, alignX, alignY, clip, wordBreak, postGUI, kk, gg) end function dxDrawRectangle( posX, posY, width, height,color,postGUI ) return _dxDrawRectangle(( posX/resolutionX )*sWidth, ( posY/resolutionY )*sHeight, ( width/resolutionX )*sWidth, ( height/resolutionY )*sHeight, color, postGUI) end function dxDrawImage( posX, posY, width, height, filename, rotation, r2, r3, color,postGUI ) return _dxDrawImage(( posX/resolutionX )*sWidth,( posY/resolutionY )*sHeight,( width/resolutionX )*sWidth,( height/resolutionY )*sHeight, filename, rotation, r2, r3, color, postGUI) end function dxDrawLine( posX, posY, width, height,color, size, postGUI ) return _dxDrawLine(( posX/resolutionX )*sWidth, ( posY/resolutionY )*sHeight, ( width/resolutionX )*sWidth, ( height/resolutionY )*sHeight, color, size, postGUI) end Link to comment
N3xT Posted August 31, 2018 Share Posted August 31, 2018 1 hour ago, #[K]iLLeR<3 said: يب صح مشكور _dxDrawRectangle = dxDrawRectangle _dxDrawText = dxDrawText _dxDrawLine = dxDrawLine _dxDrawImage = dxDrawImage sWidth, sHeight = guiGetScreenSize() local resolutionX = 1280 local resolutionY = 960 -- بدل 1280 , 960 بمقاس شاشتك function dxDrawText( text,posX,posY,right,bottom,color,scale,mixed_font,alignX,alignY,clip,wordBreak,postGUI,kk,gg ) return _dxDrawText(tostring( text ), ( posX/resolutionX )*sWidth, ( posY/resolutionY )*sHeight, ( right/resolutionX )*sWidth, ( bottom/resolutionY)*sHeight, color, ( sWidth/resolutionX )*scale, mixed_font, alignX, alignY, clip, wordBreak, postGUI, kk, gg) end function dxDrawRectangle( posX, posY, width, height,color,postGUI ) return _dxDrawRectangle(( posX/resolutionX )*sWidth, ( posY/resolutionY )*sHeight, ( width/resolutionX )*sWidth, ( height/resolutionY )*sHeight, color, postGUI) end function dxDrawImage( posX, posY, width, height, filename, rotation, r2, r3, color,postGUI ) return _dxDrawImage(( posX/resolutionX )*sWidth,( posY/resolutionY )*sHeight,( width/resolutionX )*sWidth,( height/resolutionY )*sHeight, filename, rotation, r2, r3, color, postGUI) end function dxDrawLine( posX, posY, width, height,color, size, postGUI ) return _dxDrawLine(( posX/resolutionX )*sWidth, ( posY/resolutionY )*sHeight, ( width/resolutionX )*sWidth, ( height/resolutionY )*sHeight, color, size, postGUI) end العفو Link to comment
Mr.Mostafa Posted August 31, 2018 Author Share Posted August 31, 2018 1 hour ago, #[K]iLLeR<3 said: -- بدل 1280 , 960 بمقاس شاشتك من وين آجيب آلمقآس Link to comment
#[K]iLLeR<3 Posted August 31, 2018 Share Posted August 31, 2018 Just now, Mr.Mostafa said: من وين آجيب آلمقآس settings / video /resolution بكون كذا مثلاً 1280 × 960 × 30 انت خذ اول ثنتين و العدد الاول يكون resolutionX و الثاني resolutionY Link to comment
Mr.Mostafa Posted August 31, 2018 Author Share Posted August 31, 2018 3 minutes ago, #[K]iLLeR<3 said: settings / video /resolution بكون كذا مثلاً 1280 × 960 × 30 انت خذ اول ثنتين و العدد الاول يكون resolutionX و الثاني resolutionY آهآ تمآم تسلم Link to comment
#[K]iLLeR<3 Posted August 31, 2018 Share Posted August 31, 2018 16 minutes ago, Mr.Mostafa said: آهآ تمآم تسلم الله يسلمك Link to comment
^iiEcoo'x_) Posted September 1, 2018 Share Posted September 1, 2018 خلي شاشاتك مقاس ٨٠٠ × ٦٠٠ وروح سوي بمود الدي اكس اي شيء, واي شيء تسويه سوي له relitve اظن هيك , اصغط كلك يمين وسويها ويزبط معك تمام التمام Link to comment
Mr.Mostafa Posted September 1, 2018 Author Share Posted September 1, 2018 6 minutes ago, #_iMr,[E]coo said: خلي شاشاتك مقاس ٨٠٠ × ٦٠٠ وروح سوي بمود الدي اكس اي شيء, واي شيء تسويه سوي له relitve اظن هيك , اصغط كلك يمين وسويها ويزبط معك تمام التمام يب ادري الطريقة هادي لكن المشكلة اخر شي عندي 1000× في شي كبير بعد Link to comment
Master_MTA Posted September 1, 2018 Share Posted September 1, 2018 6 hours ago, Mr.Mostafa said: لكن المشكلة اخر شي عندي 1000× في شي كبير بعد 0local scx,scy=guiGetScreenSize() local sx,sy=scx/1366,scy/768---بدل 1366 و 768 بمقاس شاشتك dxDrawRectangle(10*sx,20*sy,100*sx,100*sy,tocolor(255,255,255,255),true) بالتوفيق Link to comment
iMr.WiFi..! Posted September 1, 2018 Share Posted September 1, 2018 14 hours ago, coNolel said: لا آسف ، هو بحاجة بتعلمها هذي معادلات حسابية صعب الواحد يتعلمها .. مع مرور الوقت بيتعلم عليها لان ما اتوقع احد بيستخدم نفس الشيء مراراً وتكراراًُ بدون مايعرف ايش يسوي . 1 Link to comment
Mr.Mostafa Posted September 4, 2018 Author Share Posted September 4, 2018 On 31/08/2018 at 23:56, #[K]iLLeR<3 said: يب صح مشكور _dxDrawRectangle = dxDrawRectangle _dxDrawText = dxDrawText _dxDrawLine = dxDrawLine _dxDrawImage = dxDrawImage sWidth, sHeight = guiGetScreenSize() local resolutionX = 1280 local resolutionY = 960 -- بدل 1280 , 960 بمقاس شاشتك function dxDrawText( text,posX,posY,right,bottom,color,scale,mixed_font,alignX,alignY,clip,wordBreak,postGUI,kk,gg ) return _dxDrawText(tostring( text ), ( posX/resolutionX )*sWidth, ( posY/resolutionY )*sHeight, ( right/resolutionX )*sWidth, ( bottom/resolutionY)*sHeight, color, ( sWidth/resolutionX )*scale, mixed_font, alignX, alignY, clip, wordBreak, postGUI, kk, gg) end function dxDrawRectangle( posX, posY, width, height,color,postGUI ) return _dxDrawRectangle(( posX/resolutionX )*sWidth, ( posY/resolutionY )*sHeight, ( width/resolutionX )*sWidth, ( height/resolutionY )*sHeight, color, postGUI) end function dxDrawImage( posX, posY, width, height, filename, rotation, r2, r3, color,postGUI ) return _dxDrawImage(( posX/resolutionX )*sWidth,( posY/resolutionY )*sHeight,( width/resolutionX )*sWidth,( height/resolutionY )*sHeight, filename, rotation, r2, r3, color, postGUI) end function dxDrawLine( posX, posY, width, height,color, size, postGUI ) return _dxDrawLine(( posX/resolutionX )*sWidth, ( posY/resolutionY )*sHeight, ( width/resolutionX )*sWidth, ( height/resolutionY )*sHeight, color, size, postGUI) end مآ ظبطت :( Link to comment
#[K]iLLeR<3 Posted September 4, 2018 Share Posted September 4, 2018 1 minute ago, Mr.Mostafa said: مآ ظبطت وش الي ما ضبط بالضبط كله ولا وش ؟ لاني انا شغال عليه و ما فيه شي 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