#Basel Posted May 1, 2016 Share Posted May 1, 2016 السلام عليكم ورحمه الله وتعالى .. مشكلتي سويت لوحه .. وساويت ادا ضغط على زر يجي طقس لين اشغل المود الوحه ما تضهر وشكرا ..# ابي منكم تشرحو ليه الغلط وانا بصلح الكود وشكرا GUIEditor = { button = {}, window = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(443, 85, 550, 456, "", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) GUIEditor.button[1] = guiCreateButton(9, 65, 230, 37, "Goood", false, GUIEditor.window[1]) GUIEditor.button[2] = guiCreateButton(9, 402, 230, 37, "", false, GUIEditor.window[1]) GUIEditor.button[3] = guiCreateButton(187, 214, 298, 41, "", false, GUIEditor.window[1]) end ) addEventHandler("onClientGUIClick",root, function ( ) if ( source == GUIEditor.button[1] ) then setWeather ( 9 ) end end ) function OpenWin() if guiGetVisible (GUIEditor.window[1]) then guiSetVisible (GUIEditor.window[1], false ) showCursor(false) guiSetInputEnabled(false) else guiSetVisible (GUIEditor.window[1], true ) showCursor(true) guiSetInputEnabled(true) end end bindKey("F2", "down", OpenWin) دي بق : ERROR:Loading script failed:mood1/basel.lua:19 unxpected symbol near * Link to comment
#Basel Posted May 1, 2016 Author Share Posted May 1, 2016 "basel" version="1.0" type="script" name="Limpar Chat" description="limpa o chat com comando" /> Link to comment
Mhmd.z Posted May 1, 2016 Share Posted May 1, 2016 كودك شغال, بس انه اللوحه اول ما تشغل المود تظهر لك, خله كذه: GUIEditor = { button = {}, window = {} } GUIEditor.window[1] = guiCreateWindow(443, 85, 550, 456, "", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) GUIEditor.button[1] = guiCreateButton(9, 65, 230, 37, "Goood", false, GUIEditor.window[1]) GUIEditor.button[2] = guiCreateButton(9, 402, 230, 37, "", false, GUIEditor.window[1]) GUIEditor.button[3] = guiCreateButton(187, 214, 298, 41, "", false, GUIEditor.window[1]) addEventHandler("onClientGUIClick",root, function ( ) if ( source == GUIEditor.button[1] ) then setWeather ( 9 ) end end ) guiSetVisible (GUIEditor.window[1], false ) function OpenWin() if guiGetVisible (GUIEditor.window[1]) then guiSetVisible (GUIEditor.window[1], false ) showCursor(false) guiSetInputEnabled(false) else guiSetVisible (GUIEditor.window[1], true ) showCursor(true) guiSetInputEnabled(true) end end bindKey("F2", "down", OpenWin) Link to comment
#|_oskar_|# Posted May 1, 2016 Share Posted May 1, 2016 الخطاء فى الاسم mood1 ملف المود انت حاطه داخل مجلد ب اسم وداخل الميتا حاطت اسم الملف فقط عشان كدا كان مايشتغل فلازم تسويه كدا "basel" version="1.0" type="script" name="Limpar Chat" description="limpa o chat com comando" /> Link to comment
a7zan Posted May 1, 2016 Share Posted May 1, 2016 "basel" version="1.0" type="script" name="Limpar Chat" description="limpa o chat com comando" /> Link to comment
#Basel Posted May 1, 2016 Author Share Posted May 1, 2016 الخطاء فى الاسم mood1 ملف المود انت حاطه داخل مجلد ب اسم وداخل الميتا حاطت اسم الملف فقط عشان كدا كان مايشتغل فلازم تسويه كدا "basel" version="1.0" type="script" name="Limpar Chat" description="limpa o chat com comando" /> شكر لك ...# بس لاسف بقولي خطاء في الميتا .... Link to comment
#Basel Posted May 1, 2016 Author Share Posted May 1, 2016 كودك شغال, بس انه اللوحه اول ما تشغل المود تظهر لك, خله كذه: GUIEditor = { button = {}, window = {} } GUIEditor.window[1] = guiCreateWindow(443, 85, 550, 456, "", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) GUIEditor.button[1] = guiCreateButton(9, 65, 230, 37, "Goood", false, GUIEditor.window[1]) GUIEditor.button[2] = guiCreateButton(9, 402, 230, 37, "", false, GUIEditor.window[1]) GUIEditor.button[3] = guiCreateButton(187, 214, 298, 41, "", false, GUIEditor.window[1]) addEventHandler("onClientGUIClick",root, function ( ) if ( source == GUIEditor.button[1] ) then setWeather ( 9 ) end end ) guiSetVisible (GUIEditor.window[1], false ) function OpenWin() if guiGetVisible (GUIEditor.window[1]) then guiSetVisible (GUIEditor.window[1], false ) showCursor(false) guiSetInputEnabled(false) else guiSetVisible (GUIEditor.window[1], true ) showCursor(true) guiSetInputEnabled(true) end end bindKey("F2", "down", OpenWin) نعم انها هي المشكله دي عدم ضهور الوحه ... لكن جربت كودك ما ضبط .. يلا حل ي شباب Link to comment
Me[Z]oO Posted May 1, 2016 Share Posted May 1, 2016 GUIEditor = { button = {}, window = {} } GUIEditor.window[1] = guiCreateWindow(443, 85, 550, 456, "", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) guiSetVisible (GUIEditor.window[1], false ) GUIEditor.button[1] = guiCreateButton(9, 65, 230, 37, "Goood", false, GUIEditor.window[1]) GUIEditor.button[2] = guiCreateButton(9, 402, 230, 37, "", false, GUIEditor.window[1]) GUIEditor.button[3] = guiCreateButton(187, 214, 298, 41, "", false, GUIEditor.window[1]) addEventHandler("onClientGUIClick",root, function ( ) if ( source == GUIEditor.button[1] ) then setWeather ( 9 ) end end ) function OpenWin() guiSetVisible(GUIEditor.window[1],not guiGetVisible(GUIEditor.window[1]) showCursor(guiGetVisible( GUIEditor.window[1]) guiSetInputEnabled(true) end bindKey("F2", "down", OpenWin) Link to comment
Mr.R Posted May 1, 2016 Share Posted May 1, 2016 كودك شغال 100% والغلط عندك بالميتا خل الميتا كذا ويشتغل انشاء الله "basel" version="1.0" type="script" name="Limpar Chat" description="limpa o chat com comando" /> Link to comment
#Basel Posted May 1, 2016 Author Share Posted May 1, 2016 كودك شغال 100% والغلط عندك بالميتاخل الميتا كذا ويشتغل انشاء الله "basel" version="1.0" type="script" name="Limpar Chat" description="limpa o chat com comando" /> ما ضبط ... Resource 'mood1' changed, reloading ERROR: Couldn't find script mood1/basel.lua for resource mood1 Loading of resource 'mood1' failed اف8 ^& Link to comment
#Basel Posted May 1, 2016 Author Share Posted May 1, 2016 GUIEditor = { button = {}, window = {} } GUIEditor.window[1] = guiCreateWindow(443, 85, 550, 456, "", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) guiSetVisible (GUIEditor.window[1], false ) GUIEditor.button[1] = guiCreateButton(9, 65, 230, 37, "Goood", false, GUIEditor.window[1]) GUIEditor.button[2] = guiCreateButton(9, 402, 230, 37, "", false, GUIEditor.window[1]) GUIEditor.button[3] = guiCreateButton(187, 214, 298, 41, "", false, GUIEditor.window[1]) addEventHandler("onClientGUIClick",root, function ( ) if ( source == GUIEditor.button[1] ) then setWeather ( 9 ) end end ) function OpenWin() guiSetVisible(GUIEditor.window[1],not guiGetVisible(GUIEditor.window[1]) showCursor(guiGetVisible( GUIEditor.window[1]) guiSetInputEnabled(true) end bindKey("F2", "down", OpenWin) ولكم منور ميزو & خوي مسويها انا من قبل هاي طريقه وما ضبط (ما فتحت لوحه) بانتضار رد المحترفين Link to comment
billal Posted May 1, 2016 Share Posted May 1, 2016 GUIEditor = { button = {}, window = {} } GUIEditor.window[1] = guiCreateWindow(443, 85, 550, 456, "", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) guiSetVisible (GUIEditor.window[1], false ) GUIEditor.button[1] = guiCreateButton(9, 65, 230, 37, "Goood", false, GUIEditor.window[1]) GUIEditor.button[2] = guiCreateButton(9, 402, 230, 37, "", false, GUIEditor.window[1]) GUIEditor.button[3] = guiCreateButton(187, 214, 298, 41, "", false, GUIEditor.window[1]) addEventHandler("onClientGUIClick",root, function ( ) if ( source == GUIEditor.button[1] ) then setWeather ( 9 ) end end ) bindKey ( "F2", "down", function () guiSetVisible (GUIEditor.window[1], not guiGetVisible (GUIEditor.window[1])) showCursor (guiGetVisible (GUIEditor.window[1])) players () end) Link to comment
#|_oskar_|# Posted May 1, 2016 Share Posted May 1, 2016 عايزاعرف انت بتعدلو ع الكود وش بتعدلو فيه والكود شغال مافي مشاكل + ياللى فوق انت ليه حاطت players () وهو غير موجود اصلا Link to comment
#Basel Posted May 1, 2016 Author Share Posted May 1, 2016 GUIEditor = { button = {}, window = {} } GUIEditor.window[1] = guiCreateWindow(443, 85, 550, 456, "", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) guiSetVisible (GUIEditor.window[1], false ) GUIEditor.button[1] = guiCreateButton(9, 65, 230, 37, "Goood", false, GUIEditor.window[1]) GUIEditor.button[2] = guiCreateButton(9, 402, 230, 37, "", false, GUIEditor.window[1]) GUIEditor.button[3] = guiCreateButton(187, 214, 298, 41, "", false, GUIEditor.window[1]) addEventHandler("onClientGUIClick",root, function ( ) if ( source == GUIEditor.button[1] ) then setWeather ( 9 ) end end ) bindKey ( "F2", "down", function () guiSetVisible (GUIEditor.window[1], not guiGetVisible (GUIEditor.window[1])) showCursor (guiGetVisible (GUIEditor.window[1])) players () end) [/quote منور بلال .. بس اول ما اشغل المود تمام بس لين اضغط اف2 ما تيجي الوحه حل ... ي اهل الخبره Link to comment
#Basel Posted May 1, 2016 Author Share Posted May 1, 2016 ارفع المود وحطه براط ما يحتاج ارفعه مش مصدقني انه مش شغال ( على عمـــوم اهو الرابط :, http://arabsh.com/files/0b34474d65f0/mood1-zip.html Link to comment
#Basel Posted May 1, 2016 Author Share Posted May 1, 2016 ي جماعه الخير . هاي مشكله زهقتني البرمجه لو احد يجي يسوي الاكواد ويفهمني زين اكون متشكر له .. وشكرا مقدما & Link to comment
Adham Posted May 1, 2016 Share Posted May 1, 2016 (edited) addEventHandler("onClientResourceStart", resourceRoot, function() wnd = guiCreateWindow(443, 85, 550, 456, "", false) guiWindowSetSizable(wnd, false) guiSetAlpha(wnd, 1.00) guiSetVisible (wnd, false ) button1 = guiCreateButton(9, 65, 230, 37, "Goood", false, wnd) button2 = guiCreateButton(9, 402, 230, 37, "", false, wnd) button3 = guiCreateButton(187, 214, 298, 41, "", false, wnd) addEventHandler("onClientGUIClick",root, function ( ) if ( source == button1 ) then setWeather ( 9 ) end end ) bindKey ( "F2", "down", function ( ) guiSetVisible ( wnd, not guiGetVisible ( wnd ) ) showCursor ( guiGetVisible ( wnd ) ) end ) # Edit Edited May 1, 2016 by Guest Link to comment
Adham Posted May 1, 2016 Share Posted May 1, 2016 جرب ذا لميتا بدون ملف كذا "basel" version="1.0" type="script" name="basel" description="TEST" /> Link to comment
#Basel Posted May 1, 2016 Author Share Posted May 1, 2016 @ لعبا جربت قبل كدا ما ضبط . وجربته الحين ما ضبط @ بلال قصدك اغير اسم الملف ل basel جربته وما ضبط .. لا حول ولا قوه الا بالله Link to comment
billal Posted May 1, 2016 Share Posted May 1, 2016 جرب ذا لميتا بدون ملف كذا "basel" version="1.0" type="script" name="basel" description="TEST" /> صح اذا تبي تغير متا كدا ما تحتاح تعمل الفولدر اللي اسمه mood1 Link to comment
Adham Posted May 1, 2016 Share Posted May 1, 2016 شغل دي بق شوف وش يقلك + انا اظن ان الكود ما في اي خطأ Link to comment
#Basel Posted May 1, 2016 Author Share Posted May 1, 2016 شغل دي بق شوف وش يقلك + انا اظن ان الكود ما في اي خطأ دي بق : ERROR:Loading script failed:mood1/basel.lua:19 unxpected symbol near * 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