#Khaled Posted April 5, 2020 Share Posted April 5, 2020 السلام عليكم كيف اقدر اضيف صوره داخل لوحة ؟ Link to comment
#Khaled Posted April 5, 2020 Author Share Posted April 5, 2020 لا انا مسوي لوحة جاهزه بضيفها كاكواد مو من داخل اللعبة وبتكون الصورة داخل لوحة Link to comment
#Khaled Posted April 6, 2020 Author Share Posted April 6, 2020 21 hours ago, ^iiEcoo'x_) said: function onStart() button = guiCreateButton (20, 200, 150, 30, "Test", false) guiSetProperty (button, "NormalTextColour", "FFFF0000") -- Color format: AARRGGBB guiSetProperty (button, "HoverTextColour", "FFFFFF00") end addEventHandler ("onClientResourceStart", getResourceRootElement(), onStart) guiSetProperty مافيه كود جلب صوره من الملفات ؟ Link to comment
^iiEcoo'x_) Posted April 6, 2020 Share Posted April 6, 2020 (edited) 15 minutes ago, #Khaled said: مافيه كود جلب صوره من الملفات ؟ شوف في طريقة , Image = guiCreateStaticImage ( ) for _ , _v in ipairs ( { 'gui-button' , 'gui-lable' } ) do for _ , v in ipairs ( getElementsByType ( _v ) ) do guiSetProperty -- 'AlwaysInTop' end end Edited April 6, 2020 by ^iiEcoo'x_) 1 Link to comment
#Khaled Posted April 6, 2020 Author Share Posted April 6, 2020 2 minutes ago, ^iiEcoo'x_) said: شوف في طريقة , Image = guiCreateStaticImage ( ) for _ , _v in ipairs ( { 'gui-button' , 'gui-lable' } ) do for _ , v in ipairs ( getElementsByType ( _v ) ) do guiSetProperty -- 'AlwaysInTop' end end Image = guiCreateStaticImage( 20, 200, 100, 100, "imagename.png", false )- وكذا تصير كامله ؟ Link to comment
^iiEcoo'x_) Posted April 6, 2020 Share Posted April 6, 2020 24 minutes ago, #Khaled said: Image = guiCreateStaticImage( 20, 200, 100, 100, "imagename.png", false )- وكذا تصير كامله ؟ لأ , اصلا الكود الي عطيتك اياه انت لازم تكمله ! , لانه مش كامل 1 Link to comment
#Khaled Posted April 6, 2020 Author Share Posted April 6, 2020 Just now, ^iiEcoo'x_) said: لأ , اصلا الكود الي عطيتك اياه انت لازم تكمله ! , لانه مش كامل Image = guiCreateStaticImage( 20, 200, 100, 100, "test.png", false, GUIEditor.window[1]) انا بحطها في لوحة هل كذا هي كامله ؟ Link to comment
^iiEcoo'x_) Posted April 6, 2020 Share Posted April 6, 2020 Just now, #Khaled said: Image = guiCreateStaticImage( 20, 200, 100, 100, "test.png", false, GUIEditor.window[1]) انا بحطها في لوحة هل كذا هي كامله ؟ نعم . 1 Link to comment
#Khaled Posted April 6, 2020 Author Share Posted April 6, 2020 3 hours ago, ^iiEcoo'x_) said: نعم . ضبطت لكن عندي مشكلة بالإحداثيات يعني فيه احداثيات تغير الارتفاع اللي جنبها تغير العرض وفي الويكي مفروض وحده تكون الاكس والثانيه واي Link to comment
#Khaled Posted April 6, 2020 Author Share Posted April 6, 2020 Image = guiCreateStaticImage( 20, 200, 100, 100, "test.png", false, GUIEditor.window[1]) 20 = x 200 = y ؟ ابي طريقة اضيف صوره تكون جاهزه في guieditor يعني القاها يوم اجي اضيف صوره Link to comment
^iiEcoo'x_) Posted April 6, 2020 Share Posted April 6, 2020 ضيف صورة ب ملف فاضي وسوي ملف xml وسوي ريستارت لل guieditor 1 Link to comment
#Khaled Posted April 6, 2020 Author Share Posted April 6, 2020 guiCreateStaticImage سويت نفس الكود اللي فوق طلع لي بالدي بق محاولة فهرسة 'StaticImage' جربت هذا وصار وقت ما اشغل المود يطلع لي جزء من الثانيه بالشاشة ويختفي واذا فتحت اللوحة اللي مطلوب تطلع فيها ماتكون فيه dxDrawImage(979, 330, 164, 156, "Test.png", 0, 0, 0, tocolor(255, 255, 255, 255), false, GUIEditor.window[1]) Link to comment
#\_oskar_/# Posted April 7, 2020 Share Posted April 7, 2020 14 hours ago, #Khaled said: dxDrawImage(979, 330, 164, 156, "Test.png", 0, 0, 0, tocolor(255, 255, 255, 255), false, GUIEditor.window[1]) onClientRender تختفي لانك ماستخدمت الرندر Link to comment
#Khaled Posted April 7, 2020 Author Share Posted April 7, 2020 2 hours ago, #\_oskar_/# said: onClientRender تختفي لانك ماستخدمت الرندر addEventHandler ( "onClientRender", root, updateCamera ) dxDrawImage(979, 330, 164, 156, "Test.png", 0, 0, 0, tocolor(255, 255, 255, 255), false, GUIEditor.window[1]) كذا مضبوطه ؟ احذف updateCamera واحط بدالها ايش ؟ Link to comment
#\_oskar_/# Posted April 7, 2020 Share Posted April 7, 2020 GUIEditor.window[1]) << ?? مانتبهت للي انت مسويه ليه حاطت اسم اللوحه هنا ؟ + كودك المفروض كدا للدي اكس function updateCamera () dxDrawImage(979, 330, 164, 156, "Test.png", 0, 0, 0, tocolor(255, 255, 255, 255), false) end addEventHandler ( "onClientRender", root, updateCamera ) Link to comment
#Khaled Posted April 7, 2020 Author Share Posted April 7, 2020 3 hours ago, #\_oskar_/# said: GUIEditor.window[1]) << ?? مانتبهت للي انت مسويه ليه حاطت اسم اللوحه هنا ؟ + كودك المفروض كدا للدي اكس function updateCamera () dxDrawImage(979, 330, 164, 156, "Test.png", 0, 0, 0, tocolor(255, 255, 255, 255), false) end addEventHandler ( "onClientRender", root, updateCamera ) انا ابيها تكون بلوحة .. عشان كذا اضفت اسم لوحة Link to comment
Guest Posted April 7, 2020 Share Posted April 7, 2020 26 minutes ago, #Khaled said: انا ابيها تكون بلوحة .. عشان كذا اضفت اسم لوحة دامها لوحة سوي فنكشن حق اللوحة الي فوق بإسم مثلاً dx وبعين حط الافنت حق الرندر تحت Link to comment
#Khaled Posted April 7, 2020 Author Share Posted April 7, 2020 (edited) 6 hours ago, #\_oskar_/# said: GUIEditor.window[1]) << ?? مانتبهت للي انت مسويه ليه حاطت اسم اللوحه هنا ؟ + كودك المفروض كدا للدي اكس function updateCamera () dxDrawImage(979, 330, 164, 156, "Test.png", 0, 0, 0, tocolor(255, 255, 255, 255), false) end addEventHandler ( "onClientRender", root, updateCamera ) function updateCamera () dxDrawImage(878, 471, 163, 135, "test.png", 0, 0, 0, tocolor(255, 255, 255, 255), false, GUIEditor.window[1]) end addEventHandler ( "onClientRender", root, updateCamera ) GUIEditor.window[1] = اللوحة المطلوب ان الصوره تكون فيها اللي صار ان الصوره طلعت بالشاشة دون ان افتح اللوحة Edited April 7, 2020 by #Khaled Link to comment
#\_oskar_/# Posted April 7, 2020 Share Posted April 7, 2020 افضل واسهل لك انك تستخدم guiCreateStaticImage لان الدي اكس بحالتك دي ماينفع Link to comment
#Khaled Posted April 7, 2020 Author Share Posted April 7, 2020 3 hours ago, #\_oskar_/# said: افضل واسهل لك انك تستخدم guiCreateStaticImage لان الدي اكس بحالتك دي ماينفع تحتاج رندر ؟ Link to comment
#\_oskar_/# Posted April 7, 2020 Share Posted April 7, 2020 4 minutes ago, #Khaled said: تحتاج رندر ؟ لا ماتحتاج اذا سويت لها رند رح تنشئ صور كثيره وتسبب لاق الرندر فقط للدي اكس وع حسب استخدامك له بس بالطريقه الصحيحه + صمم اللوحه والصوره من الجيو اديتور عشان تضبط احداثيات الصوره داخل اللوحه Link to comment
#Khaled Posted April 8, 2020 Author Share Posted April 8, 2020 GUIEditor.staticimage[1] = guiCreateStaticImage(862, 578, 141, 130, "Test.png", false, GUIEditor.window[1]) خطأ في الدي بق attempt to index field 'staticimage' (a nil value) Link to comment
Guest Posted April 8, 2020 Share Posted April 8, 2020 1 hour ago, #Khaled said: GUIEditor.staticimage[1] = guiCreateStaticImage(862, 578, 141, 130, "Test.png", false, GUIEditor.window[1]) خطأ في الدي بق attempt to index field 'staticimage' (a nil value) الكود كامل ي الأخ 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