terreus Posted April 23, 2015 Share Posted April 23, 2015 السلام عليكم انا قررت اجرب اسوي مود دي اكس بس عندما سويت كل شيء لوحة دي اكس تقعد في مكانها وقريد لسيت يروح لي زاوية\ function drawRender () dxDrawRectangle(467, 156, 433, 455, tocolor(0, 0, 0, 60), true) dxDrawLine(467 - 1, 156 - 1, 467 - 1, 611, tocolor(255, 255, 255, 255), 1, true) dxDrawLine(900, 156 - 1, 467 - 1, 156 - 1, tocolor(255, 255, 255, 255), 1, true) dxDrawLine(467 - 1, 611, 900, 611, tocolor(255, 255, 255, 255), 1, true) dxDrawLine(900, 611, 900, 156 - 1, tocolor(255, 255, 255, 255), 1, true) dxDrawLine(604 - 1, 556 - 1, 604 - 1, 596, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(764, 556 - 1, 604 - 1, 556 - 1, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(604 - 1, 596, 764, 596, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(764, 596, 764, 556 - 1, tocolor(255, 255, 255, 255), 1, false) dxDrawRectangle(604, 556, 160, 40, tocolor(0, 0, 0, 60), false) dxDrawText("Go ! | اذهب #", 618 + 1, 562 + 1, 754 + 1, 591 + 1, tocolor(147, 0, 0, 255), 2.00, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("Go ! | اذهب #", 618, 562, 754, 591, tocolor(255, 255, 255, 255), 2.00, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("-[ لوحة انتقلات ]-", 608 + 1, 156 + 1, 881 + 1, 173 + 1, tocolor(255, 255, 255, 255), 1.80, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("-[ لوحة انتقلات ]-", 608, 156, 881, 173, tocolor(39, 191, 185, 255), 1.80, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("* Select a Place From The List / اختر مكان من القائمة", 473 + 1, 193 + 1, 746 + 1, 210 + 1, tocolor(255, 255, 255, 255), 1.50, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("* Select a Place From The List / اختر مكان من القائمة", 473, 193, 746, 210, tocolor(0, 58, 147, 255), 1.50, "default-bold", "left", "top", false, false, false, false, false) end addEventHandler("onClientResourceStart",resourceRoot, function() Antiq_Gridlist = guiCreateGridList(10, 62, 412, 342, false) guiGridListSetSelectionMode(Antiq_Gridlist,1) Antiq_Anti_Column = guiGridListAddColumn(Antiq_Gridlist,"Places",0.-- s8) --> Antiq_button = guiCreateButton(135, 409, 182, 35, "Go", false) end ) bindKey ("F5", "down", function () if ( draw == false ) then addEventHandler("onClientRender", root, drawRender) showCursor ( true ) draw = true guiSetVisible (Antiq_Gridlist, true) guiSetVisible (Antiq_Anti_Column, true) guiSetVisible (Antiq_button, true) else removeEventHandler("onClientRender", root, drawRender) showCursor ( false ) draw = false guiSetVisible (Antiq_Gridlist, false) guiSetVisible (Antiq_Anti_Column, false) guiSetVisible (Antiq_button, false) end end ) اتمنا مساعدة Link to comment
-Q.9// #AJ[R]AM ~> Posted April 23, 2015 Share Posted April 23, 2015 (edited) Antiq_Gridlist = guiCreateGridList(10, 62, 412, 342, false) guiGridListSetSelectionMode(Antiq_Gridlist,1) Antiq_Anti_Column = guiGridListAddColumn(Antiq_Gridlist,"Places",0).-- s8) --> Antiq_button = guiCreateButton(135, 409, 182, 35, "Go", false) guiSetVisible (Antiq_Gridlist, false) guiSetVisible (Antiq_Anti_Column, false) guiSetVisible (Antiq_button, false) function drawRender () dxDrawRectangle(467, 156, 433, 455, tocolor(0, 0, 0, 60), true) dxDrawLine(467 - 1, 156 - 1, 467 - 1, 611, tocolor(255, 255, 255, 255), 1, true) dxDrawLine(900, 156 - 1, 467 - 1, 156 - 1, tocolor(255, 255, 255, 255), 1, true) dxDrawLine(467 - 1, 611, 900, 611, tocolor(255, 255, 255, 255), 1, true) dxDrawLine(900, 611, 900, 156 - 1, tocolor(255, 255, 255, 255), 1, true) dxDrawLine(604 - 1, 556 - 1, 604 - 1, 596, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(764, 556 - 1, 604 - 1, 556 - 1, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(604 - 1, 596, 764, 596, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(764, 596, 764, 556 - 1, tocolor(255, 255, 255, 255), 1, false) dxDrawRectangle(604, 556, 160, 40, tocolor(0, 0, 0, 60), false) dxDrawText("Go ! | اذهب #", 618 + 1, 562 + 1, 754 + 1, 591 + 1, tocolor(147, 0, 0, 255), 2.00, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("Go ! | اذهب #", 618, 562, 754, 591, tocolor(255, 255, 255, 255), 2.00, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("-[ لوحة انتقلات ]-", 608 + 1, 156 + 1, 881 + 1, 173 + 1, tocolor(255, 255, 255, 255), 1.80, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("-[ لوحة انتقلات ]-", 608, 156, 881, 173, tocolor(39, 191, 185, 255), 1.80, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("* Select a Place From The List / اختر مكان من القائمة", 473 + 1, 193 + 1, 746 + 1, 210 + 1, tocolor(255, 255, 255, 255), 1.50, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("* Select a Place From The List / اختر مكان من القائمة", 473, 193, 746, 210, tocolor(0, 58, 147, 255), 1.50, "default-bold", "left", "top", false, false, false, false, false) end bindKey ("F5", "down", function () if ( draw == false ) then addEventHandler("onClientRender", root, drawRender) showCursor ( true ) draw = true guiSetVisible (Antiq_Gridlist, true) guiSetVisible (Antiq_Anti_Column, true) guiSetVisible (Antiq_button, true) else removeEventHandler("onClientRender", root, drawRender) showCursor ( false ) draw = false guiSetVisible (Antiq_Gridlist, false) guiSetVisible (Antiq_Anti_Column, false) guiSetVisible (Antiq_button, false) end end ) Edited April 23, 2015 by Guest Link to comment
terreus Posted April 23, 2015 Author Share Posted April 23, 2015 Antiq_Gridlist = guiCreateGridList(10, 62, 412, 342, false) guiGridListSetSelectionMode(Antiq_Gridlist,1) Antiq_Anti_Column = guiGridListAddColumn(Antiq_Gridlist,"Places",0.-- s8) --> Antiq_button = guiCreateButton(135, 409, 182, 35, "Go", false) guiSetVisible (Antiq_Gridlist, false) guiSetVisible (Antiq_Anti_Column, false) guiSetVisible (Antiq_button, false) function drawRender () dxDrawRectangle(467, 156, 433, 455, tocolor(0, 0, 0, 60), true) dxDrawLine(467 - 1, 156 - 1, 467 - 1, 611, tocolor(255, 255, 255, 255), 1, true) dxDrawLine(900, 156 - 1, 467 - 1, 156 - 1, tocolor(255, 255, 255, 255), 1, true) dxDrawLine(467 - 1, 611, 900, 611, tocolor(255, 255, 255, 255), 1, true) dxDrawLine(900, 611, 900, 156 - 1, tocolor(255, 255, 255, 255), 1, true) dxDrawLine(604 - 1, 556 - 1, 604 - 1, 596, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(764, 556 - 1, 604 - 1, 556 - 1, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(604 - 1, 596, 764, 596, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(764, 596, 764, 556 - 1, tocolor(255, 255, 255, 255), 1, false) dxDrawRectangle(604, 556, 160, 40, tocolor(0, 0, 0, 60), false) dxDrawText("Go ! | اذهب #", 618 + 1, 562 + 1, 754 + 1, 591 + 1, tocolor(147, 0, 0, 255), 2.00, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("Go ! | اذهب #", 618, 562, 754, 591, tocolor(255, 255, 255, 255), 2.00, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("-[ لوحة انتقلات ]-", 608 + 1, 156 + 1, 881 + 1, 173 + 1, tocolor(255, 255, 255, 255), 1.80, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("-[ لوحة انتقلات ]-", 608, 156, 881, 173, tocolor(39, 191, 185, 255), 1.80, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("* Select a Place From The List / اختر مكان من القائمة", 473 + 1, 193 + 1, 746 + 1, 210 + 1, tocolor(255, 255, 255, 255), 1.50, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("* Select a Place From The List / اختر مكان من القائمة", 473, 193, 746, 210, tocolor(0, 58, 147, 255), 1.50, "default-bold", "left", "top", false, false, false, false, false) end bindKey ("F5", "down", function () if ( draw == false ) then addEventHandler("onClientRender", root, drawRender) showCursor ( true ) draw = true guiSetVisible (Antiq_Gridlist, true) guiSetVisible (Antiq_Anti_Column, true) guiSetVisible (Antiq_button, true) else removeEventHandler("onClientRender", root, drawRender) showCursor ( false ) draw = false guiSetVisible (Antiq_Gridlist, false) guiSetVisible (Antiq_Anti_Column, false) guiSetVisible (Antiq_button, false) end end ) بقي خطأأ Link to comment
Simple. Posted April 23, 2015 Share Posted April 23, 2015 سسطر 3 ؟ Antiq_Anti_Column = guiGridListAddColumn(Antiq_Gridlist,"Places",0.-- s8) --> Link to comment
terreus Posted April 23, 2015 Author Share Posted April 23, 2015 سسطر 3 ؟ Antiq_Anti_Column = guiGridListAddColumn(Antiq_Gridlist,"Places",0.-- s8) --> لا تلك عدلتها في كلنت قبل مجربه Link to comment
-Q.9// #AJ[R]AM ~> Posted April 23, 2015 Share Posted April 23, 2015 سسطر 3 ؟ Antiq_Anti_Column = guiGridListAddColumn(Antiq_Gridlist,"Places",0.-- s8) --> لا تلك عدلتها في كلنت قبل مجربه جرب الان Antiq_Gridlist = guiCreateGridList(10, 62, 412, 342, false) guiGridListSetSelectionMode(Antiq_Gridlist,1) Antiq_Anti_Column = guiGridListAddColumn(Antiq_Gridlist,"Places",0).-- s8) --> Antiq_button = guiCreateButton(135, 409, 182, 35, "Go", false) guiSetVisible (Antiq_Gridlist, false) guiSetVisible (Antiq_Anti_Column, false) guiSetVisible (Antiq_button, false) function drawRender () dxDrawRectangle(467, 156, 433, 455, tocolor(0, 0, 0, 60), true) dxDrawLine(467 - 1, 156 - 1, 467 - 1, 611, tocolor(255, 255, 255, 255), 1, true) dxDrawLine(900, 156 - 1, 467 - 1, 156 - 1, tocolor(255, 255, 255, 255), 1, true) dxDrawLine(467 - 1, 611, 900, 611, tocolor(255, 255, 255, 255), 1, true) dxDrawLine(900, 611, 900, 156 - 1, tocolor(255, 255, 255, 255), 1, true) dxDrawLine(604 - 1, 556 - 1, 604 - 1, 596, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(764, 556 - 1, 604 - 1, 556 - 1, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(604 - 1, 596, 764, 596, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(764, 596, 764, 556 - 1, tocolor(255, 255, 255, 255), 1, false) dxDrawRectangle(604, 556, 160, 40, tocolor(0, 0, 0, 60), false) dxDrawText("Go ! | اذهب #", 618 + 1, 562 + 1, 754 + 1, 591 + 1, tocolor(147, 0, 0, 255), 2.00, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("Go ! | اذهب #", 618, 562, 754, 591, tocolor(255, 255, 255, 255), 2.00, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("-[ لوحة انتقلات ]-", 608 + 1, 156 + 1, 881 + 1, 173 + 1, tocolor(255, 255, 255, 255), 1.80, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("-[ لوحة انتقلات ]-", 608, 156, 881, 173, tocolor(39, 191, 185, 255), 1.80, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("* Select a Place From The List / اختر مكان من القائمة", 473 + 1, 193 + 1, 746 + 1, 210 + 1, tocolor(255, 255, 255, 255), 1.50, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("* Select a Place From The List / اختر مكان من القائمة", 473, 193, 746, 210, tocolor(0, 58, 147, 255), 1.50, "default-bold", "left", "top", false, false, false, false, false) end bindKey ("F5", "down", function () if ( draw == false ) then addEventHandler("onClientRender", root, drawRender) showCursor ( true ) draw = true guiSetVisible (Antiq_Gridlist, true) guiSetVisible (Antiq_Anti_Column, true) guiSetVisible (Antiq_button, true) else removeEventHandler("onClientRender", root, drawRender) showCursor ( false ) draw = false guiSetVisible (Antiq_Gridlist, false) guiSetVisible (Antiq_Anti_Column, false) guiSetVisible (Antiq_button, false) end end ) Link to comment
terreus Posted April 23, 2015 Author Share Posted April 23, 2015 سسطر 3 ؟ Antiq_Anti_Column = guiGridListAddColumn(Antiq_Gridlist,"Places",0.-- s8) --> لا تلك عدلتها في كلنت قبل مجربه جرب الان Antiq_Gridlist = guiCreateGridList(10, 62, 412, 342, false) guiGridListSetSelectionMode(Antiq_Gridlist,1) Antiq_Anti_Column = guiGridListAddColumn(Antiq_Gridlist,"Places",0).-- s8) --> Antiq_button = guiCreateButton(135, 409, 182, 35, "Go", false) guiSetVisible (Antiq_Gridlist, false) guiSetVisible (Antiq_Anti_Column, false) guiSetVisible (Antiq_button, false) function drawRender () dxDrawRectangle(467, 156, 433, 455, tocolor(0, 0, 0, 60), true) dxDrawLine(467 - 1, 156 - 1, 467 - 1, 611, tocolor(255, 255, 255, 255), 1, true) dxDrawLine(900, 156 - 1, 467 - 1, 156 - 1, tocolor(255, 255, 255, 255), 1, true) dxDrawLine(467 - 1, 611, 900, 611, tocolor(255, 255, 255, 255), 1, true) dxDrawLine(900, 611, 900, 156 - 1, tocolor(255, 255, 255, 255), 1, true) dxDrawLine(604 - 1, 556 - 1, 604 - 1, 596, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(764, 556 - 1, 604 - 1, 556 - 1, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(604 - 1, 596, 764, 596, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(764, 596, 764, 556 - 1, tocolor(255, 255, 255, 255), 1, false) dxDrawRectangle(604, 556, 160, 40, tocolor(0, 0, 0, 60), false) dxDrawText("Go ! | اذهب #", 618 + 1, 562 + 1, 754 + 1, 591 + 1, tocolor(147, 0, 0, 255), 2.00, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("Go ! | اذهب #", 618, 562, 754, 591, tocolor(255, 255, 255, 255), 2.00, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("-[ لوحة انتقلات ]-", 608 + 1, 156 + 1, 881 + 1, 173 + 1, tocolor(255, 255, 255, 255), 1.80, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("-[ لوحة انتقلات ]-", 608, 156, 881, 173, tocolor(39, 191, 185, 255), 1.80, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("* Select a Place From The List / اختر مكان من القائمة", 473 + 1, 193 + 1, 746 + 1, 210 + 1, tocolor(255, 255, 255, 255), 1.50, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("* Select a Place From The List / اختر مكان من القائمة", 473, 193, 746, 210, tocolor(0, 58, 147, 255), 1.50, "default-bold", "left", "top", false, false, false, false, false) end bindKey ("F5", "down", function () if ( draw == false ) then addEventHandler("onClientRender", root, drawRender) showCursor ( true ) draw = true guiSetVisible (Antiq_Gridlist, true) guiSetVisible (Antiq_Anti_Column, true) guiSetVisible (Antiq_button, true) else removeEventHandler("onClientRender", root, drawRender) showCursor ( false ) draw = false guiSetVisible (Antiq_Gridlist, false) guiSetVisible (Antiq_Anti_Column, false) guiSetVisible (Antiq_button, false) end end ) مشكله باقي مراحت + مشاكل في debugscript debugscript 3 / WARNING : TestDx/C.lua:6: Bad argument @ 'guisetvisible' [Expected gui-element at argument 1,got number '1'] WARNING : TestDx/C.lua:35: Bad argument @ 'guisetvisible' [Expected gui-element at argument 1,got number '1'] WARNING : TestDx/C.lua:42: Bad argument @ 'guisetvisible' [Expected gui-element at argument 1,got number '1'] Link to comment
The Don Posted April 23, 2015 Share Posted April 23, 2015 function drawRender () dxDrawRectangle(467, 156, 433, 455, tocolor(0, 0, 0, 60)) dxDrawLine(467 - 1, 156 - 1, 467 - 1, 611, tocolor(255, 255, 255, 255), 1) dxDrawLine(900, 156 - 1, 467 - 1, 156 - 1, tocolor(255, 255, 255, 255), 1) dxDrawLine(467 - 1, 611, 900, 611, tocolor(255, 255, 255, 255), 1) dxDrawLine(900, 611, 900, 156 - 1, tocolor(255, 255, 255, 255), 1) dxDrawLine(604 - 1, 556 - 1, 604 - 1, 596, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(764, 556 - 1, 604 - 1, 556 - 1, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(604 - 1, 596, 764, 596, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(764, 596, 764, 556 - 1, tocolor(255, 255, 255, 255), 1, false) dxDrawRectangle(604, 556, 160, 40, tocolor(0, 0, 0, 60), false) dxDrawText("Go ! | اذهب #", 618 + 1, 562 + 1, 754 + 1, 591 + 1, tocolor(147, 0, 0, 255), 2.00, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("Go ! | اذهب #", 618, 562, 754, 591, tocolor(255, 255, 255, 255), 2.00, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("-[ لوحة انتقلات ]-", 608 + 1, 156 + 1, 881 + 1, 173 + 1, tocolor(255, 255, 255, 255), 1.80, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("-[ لوحة انتقلات ]-", 608, 156, 881, 173, tocolor(39, 191, 185, 255), 1.80, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("* Select a Place From The List / اختر مكان من القائمة", 473 + 1, 193 + 1, 746 + 1, 210 + 1, tocolor(255, 255, 255, 255), 1.50, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("* Select a Place From The List / اختر مكان من القائمة", 473, 193, 746, 210, tocolor(0, 58, 147, 255), 1.50, "default-bold", "left", "top", false, false, false, false, false) end function lel() Antiq_Gridlist = guiCreateGridList(10, 62, 412, 342, false) guiGridListSetSelectionMode(Antiq_Gridlist,1) Antiq_Anti_Column = guiGridListAddColumn(Antiq_Gridlist,"Places",0.-- s8) --> Antiq_button = guiCreateButton(135, 409, 182, 35, "Go", false) end OpenPanel = true bindKey ("F5", "down", function () if ( OpenPanel == true ) then OpenPanel = false showCursor ( true ) addEventHandler("onClientRender", root, drawRender) lel() else removeEventHandler("onClientRender", root, drawRender) OpenPanel = true showCursor ( false ) guiSetVisible (Antiq_Gridlist, false) guiSetVisible (Antiq_button, false) end end ) فيه بق في السطر 23 عدله الى 0.8 البق من المنتدى وبخصوص الاماكن حقت القريد والدي اكس ذي منك انت ما ركبتها على بعض شاتل كل وحده في جهه Link to comment
terreus Posted April 23, 2015 Author Share Posted April 23, 2015 function drawRender () dxDrawRectangle(467, 156, 433, 455, tocolor(0, 0, 0, 60)) dxDrawLine(467 - 1, 156 - 1, 467 - 1, 611, tocolor(255, 255, 255, 255), 1) dxDrawLine(900, 156 - 1, 467 - 1, 156 - 1, tocolor(255, 255, 255, 255), 1) dxDrawLine(467 - 1, 611, 900, 611, tocolor(255, 255, 255, 255), 1) dxDrawLine(900, 611, 900, 156 - 1, tocolor(255, 255, 255, 255), 1) dxDrawLine(604 - 1, 556 - 1, 604 - 1, 596, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(764, 556 - 1, 604 - 1, 556 - 1, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(604 - 1, 596, 764, 596, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(764, 596, 764, 556 - 1, tocolor(255, 255, 255, 255), 1, false) dxDrawRectangle(604, 556, 160, 40, tocolor(0, 0, 0, 60), false) dxDrawText("Go ! | اذهب #", 618 + 1, 562 + 1, 754 + 1, 591 + 1, tocolor(147, 0, 0, 255), 2.00, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("Go ! | اذهب #", 618, 562, 754, 591, tocolor(255, 255, 255, 255), 2.00, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("-[ لوحة انتقلات ]-", 608 + 1, 156 + 1, 881 + 1, 173 + 1, tocolor(255, 255, 255, 255), 1.80, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("-[ لوحة انتقلات ]-", 608, 156, 881, 173, tocolor(39, 191, 185, 255), 1.80, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("* Select a Place From The List / اختر مكان من القائمة", 473 + 1, 193 + 1, 746 + 1, 210 + 1, tocolor(255, 255, 255, 255), 1.50, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("* Select a Place From The List / اختر مكان من القائمة", 473, 193, 746, 210, tocolor(0, 58, 147, 255), 1.50, "default-bold", "left", "top", false, false, false, false, false) end function lel() Antiq_Gridlist = guiCreateGridList(10, 62, 412, 342, false) guiGridListSetSelectionMode(Antiq_Gridlist,1) Antiq_Anti_Column = guiGridListAddColumn(Antiq_Gridlist,"Places",0.-- s8) --> Antiq_button = guiCreateButton(135, 409, 182, 35, "Go", false) end OpenPanel = true bindKey ("F5", "down", function () if ( OpenPanel == true ) then OpenPanel = false showCursor ( true ) addEventHandler("onClientRender", root, drawRender) lel() else removeEventHandler("onClientRender", root, drawRender) OpenPanel = true showCursor ( false ) guiSetVisible (Antiq_Gridlist, false) guiSetVisible (Antiq_button, false) end end ) فيه بق في السطر 23 عدله الى 0.8 البق من المنتدى وبخصوص الاماكن حقت القريد والدي اكس ذي منك انت ما ركبتها على بعض شاتل كل وحده في جهه ياعطيك العافية راحت مشاكل بيس بقي قريد لسيت مو في دي اكس Link to comment
' A F . Posted April 23, 2015 Share Posted April 23, 2015 dxDrawRectangle(467, 156, 433, 455, tocolor(0, 0, 0, 60),false) Link to comment
terreus Posted April 23, 2015 Author Share Posted April 23, 2015 dxDrawRectangle(467, 156, 433, 455, tocolor(0, 0, 0, 60),false) بقي مشكله اف حض سيئ Link to comment
terreus Posted April 23, 2015 Author Share Posted April 23, 2015 هات صوره .. مشكله في قريد لست لوحة دي اكس في الوسط و قريد ليست في زاوية شاشة Link to comment
Simple. Posted April 23, 2015 Share Posted April 23, 2015 تأكد من إحداثيات القريد ليست الي حاطها Link to comment
terreus Posted April 23, 2015 Author Share Posted April 23, 2015 تأكد من إحداثيات القريد ليست الي حاطها جزاك الله ألف خير وشكر لكم كلكم علي تعاون انا نسيت اتحقق من احدثيات يغلق ... 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