SmoKing Posted February 9, 2013 Share Posted February 9, 2013 (edited) شباب انا سويت الاكواد وكل شي بس اذا ضغطت على الصور مايطلع لي اللوحه ابي اذا ضغطت على الصوره يطلع لي لوحه -- Client side GUIEditor_Image = {} GUIEditor_Image[1] = guiCreateStaticImage(0,4,105,595,"bar.png",false) GUIEditor_Image[2] = guiCreateStaticImage(21,38,77,117,"lea.png",false,GUIEditor_Image[1]) --- اذا ضغطت ذي الصوره ابيها تطلع لي win الي تحت GUIEditor_Image[3] = guiCreateStaticImage(114,6,255,387,"leaw.png",false,GUIEditor_Image[2]) GUIEditor_Image[4] = guiCreateStaticImage(204,18,451,558,"win.png",false,GUIEditor_Image[2]) GUIEditor_Image[5] = guiCreateStaticImage(20,229,69,131,"mem.png",false,GUIEditor_Image[1]) --- وهنا كمان زي الي فوق GUIEditor_Image[6] = guiCreateStaticImage(114,6,255,387,"memw.png",false,GUIEditor_Image[3]) GUIEditor_Image[7] = guiCreateStaticImage(204,18,451,558,"win.png",false,GUIEditor_Image[3]) GUIEditor_Image[8] = guiCreateStaticImage(21,424,76,156,"cw.png",false,GUIEditor_Image[1]) --- وهنا كمان زي الي فوق GUIEditor_Image[9] = guiCreateStaticImage(114,6,255,387,"cww.png",false,GUIEditor_Image[4]) GUIEditor_Image[10] = guiCreateStaticImage(204,18,451,558,"win.png",false,GUIEditor_Image[4]) function open() guiSetVisible(GUIEditor_Image[1],not guiGetVisible(GUIEditor_Image[1])) showCursor(guiGetVisible(GUIEditor_Image[1])) guiSetInputEnabled(guiGetVisible(GUIEditor_Image[1])) end bindKey("F1","down",open) ابيها تطلع معها النافذه + الصور leaw - memw - cww Edited February 12, 2013 by Guest Link to comment
iPrestege Posted February 9, 2013 Share Posted February 9, 2013 اي لوحة قصدك ؟ مافهمتك -_-" وضح اكثر وين مخفي اللوحة انـت ووين اللوحة / =!؟ Link to comment
SmoKing Posted February 9, 2013 Author Share Posted February 9, 2013 اللوحه هي صوره اسمها win ابيهم كل ماتضغط الي حددتها انا تطلع الصوره نفسها Link to comment
iPrestege Posted February 9, 2013 Share Posted February 9, 2013 اللوحه هي صوره اسمها win ابيهم كل ماتضغط الي حددتها انا تطلع الصوره نفسها الوضع معقد بالنسبة لي من كثر الصور انلحست اللي عليك تستخدم / guiSetVisible لـ اخفاء النوافذ..الخ او اظهارها Link to comment
SmoKing Posted February 9, 2013 Author Share Posted February 9, 2013 طيب ي برستيج كذا صح -- Client side GUIEditor_Image = {} GUIEditor_Image[1] = guiCreateStaticImage(0,4,105,595,"bar.png",false) GUIEditor_Image[2] = guiCreateStaticImage(21,38,77,117,"lea.png",false,GUIEditor_Image[1]) GUIEditor_Image[3] = guiCreateStaticImage(114,6,255,387,"leaw.png",false,GUIEditor_Image[2]) GUIEditor_Image[4] = guiCreateStaticImage(204,18,451,558,"win.png",false,GUIEditor_Image[2]) GUIEditor_Image[5] = guiCreateStaticImage(20,229,69,131,"mem.png",false,GUIEditor_Image[1]) GUIEditor_Image[6] = guiCreateStaticImage(114,6,255,387,"memw.png",false,GUIEditor_Image[3]) GUIEditor_Image[7] = guiCreateStaticImage(204,18,451,558,"win.png",false,GUIEditor_Image[3]) GUIEditor_Image[8] = guiCreateStaticImage(21,424,76,156,"cw.png",false,GUIEditor_Image[1]) GUIEditor_Image[9] = guiCreateStaticImage(114,6,255,387,"cww.png",false,GUIEditor_Image[4]) GUIEditor_Image[10] = guiCreateStaticImage(204,18,451,558,"win.png",false,GUIEditor_Image[4]) function open() guiSetVisible(GUIEditor_Image[1],not guiGetVisible(GUIEditor_Image[1])) guiSetVisible(GUIEditor_Image[2],not guiGetVisible(GUIEditor_Image[4])) guiSetVisible(GUIEditor_Image[5],not guiGetVisible(GUIEditor_Image[7])) guiSetVisible(GUIEditor_Image[8],not guiGetVisible(GUIEditor_Image[10])) showCursor(guiGetVisible(GUIEditor_Image[1])) guiSetInputEnabled(guiGetVisible(GUIEditor_Image[1])) end bindKey("F1","down",open) Link to comment
iPrestege Posted February 9, 2013 Share Posted February 9, 2013 انت تبية اذا ضغط الصورة : GUIEditor_Image[2] واللي بعدها 3 , 4 , 5 ,6 , 7 , 8 يفتح النافذه : GUIEditor_Image[1] ؟؟ Link to comment
iPrestege Posted February 9, 2013 Share Posted February 9, 2013 يب -- Client side GUIEditor_Image = {} GUIEditor_Image[1] = guiCreateStaticImage(0,4,105,595,"bar.png",false) GUIEditor_Image[2] = guiCreateStaticImage(21,38,77,117,"lea.png",false,GUIEditor_Image[1]) GUIEditor_Image[3] = guiCreateStaticImage(114,6,255,387,"leaw.png",false,GUIEditor_Image[2]) GUIEditor_Image[4] = guiCreateStaticImage(204,18,451,558,"win.png",false,GUIEditor_Image[2]) GUIEditor_Image[5] = guiCreateStaticImage(20,229,69,131,"mem.png",false,GUIEditor_Image[1]) GUIEditor_Image[6] = guiCreateStaticImage(114,6,255,387,"memw.png",false,GUIEditor_Image[3]) GUIEditor_Image[7] = guiCreateStaticImage(204,18,451,558,"win.png",false,GUIEditor_Image[3]) GUIEditor_Image[8] = guiCreateStaticImage(21,424,76,156,"cw.png",false,GUIEditor_Image[1]) GUIEditor_Image[9] = guiCreateStaticImage(114,6,255,387,"cww.png",false,GUIEditor_Image[4]) GUIEditor_Image[10] = guiCreateStaticImage(204,18,451,558,"win.png",false,GUIEditor_Image[4]) function open() guiSetVisible(GUIEditor_Image[1],not guiGetVisible(GUIEditor_Image[1])) showCursor(guiGetVisible(GUIEditor_Image[1])) guiSetInputEnabled(guiGetVisible(GUIEditor_Image[1])) end bindKey("F1","down",open) addEventHandler('onClientGUIClick', root, function() if ( source == GUIEditor_Image[2] ) then guiSetVisible( GUIEditor_Image[1], true ) elseif ( source == GUIEditor_Image[3] ) then guiSetVisible( GUIEditor_Image[1], true ) elseif ( source == GUIEditor_Image[4] ) then guiSetVisible( GUIEditor_Image[1], true ) elseif ( source == GUIEditor_Image[5] ) then guiSetVisible( GUIEditor_Image[1], true ) elseif ( source == GUIEditor_Image[6] ) then guiSetVisible( GUIEditor_Image[1], true ) elseif ( source == GUIEditor_Image[7] ) then guiSetVisible( GUIEditor_Image[1], true ) elseif ( source == GUIEditor_Image[8] ) then guiSetVisible( GUIEditor_Image[1], true ) elseif ( source == GUIEditor_Image[9] ) then guiSetVisible( GUIEditor_Image[1], true ) elseif ( source == GUIEditor_Image[10] ) then guiSetVisible( GUIEditor_Image[1], true ) end end ) Link to comment
SmoKing Posted February 9, 2013 Author Share Posted February 9, 2013 سوري استعجلت انا ابي اذا ضغطت GUIEditor_Image[2] تفتح 3 و 4 واذا ضغطت GUIEditor_Image[5] تفتح 6 و 7 واذا ضغطت GUIEditor_Image[8] تفتح 9 و 10 Link to comment
iPrestege Posted February 9, 2013 Share Posted February 9, 2013 -- Client side GUIEditor_Image = {} GUIEditor_Image[1] = guiCreateStaticImage(0,4,105,595,"bar.png",false) GUIEditor_Image[2] = guiCreateStaticImage(21,38,77,117,"lea.png",false,GUIEditor_Image[1]) GUIEditor_Image[3] = guiCreateStaticImage(114,6,255,387,"leaw.png",false,GUIEditor_Image[2]) GUIEditor_Image[4] = guiCreateStaticImage(204,18,451,558,"win.png",false,GUIEditor_Image[2]) GUIEditor_Image[5] = guiCreateStaticImage(20,229,69,131,"mem.png",false,GUIEditor_Image[1]) GUIEditor_Image[6] = guiCreateStaticImage(114,6,255,387,"memw.png",false,GUIEditor_Image[3]) GUIEditor_Image[7] = guiCreateStaticImage(204,18,451,558,"win.png",false,GUIEditor_Image[3]) GUIEditor_Image[8] = guiCreateStaticImage(21,424,76,156,"cw.png",false,GUIEditor_Image[1]) GUIEditor_Image[9] = guiCreateStaticImage(114,6,255,387,"cww.png",false,GUIEditor_Image[4]) GUIEditor_Image[10] = guiCreateStaticImage(204,18,451,558,"win.png",false,GUIEditor_Image[4]) function open() guiSetVisible(GUIEditor_Image[1],not guiGetVisible(GUIEditor_Image[1])) showCursor(guiGetVisible(GUIEditor_Image[1])) guiSetInputEnabled(guiGetVisible(GUIEditor_Image[1])) end bindKey("F1","down",open) addEventHandler('onClientGUIClick', root, function() if ( source == GUIEditor_Image[2] ) then guiSetVisible( GUIEditor_Image[3], true ) guiSetVisible( GUIEditor_Image[4], true ) elseif ( source == GUIEditor_Image[5] ) then guiSetVisible( GUIEditor_Image[6], true ) guiSetVisible( GUIEditor_Image[7], true ) elseif ( source == GUIEditor_Image[8] ) then guiSetVisible( GUIEditor_Image[9], true ) guiSetVisible( GUIEditor_Image[10], true ) end end ) Link to comment
iPrestege Posted February 9, 2013 Share Posted February 9, 2013 برستيج ماضبط ارفع المود وارسلة خاص / = ! Link to comment
SmoKing Posted February 9, 2013 Author Share Posted February 9, 2013 شباب ابي احد يعدله اذا ضغطت على الصوره ماتفتح اللوحه Link to comment
TD[M]ER Posted February 10, 2013 Share Posted February 10, 2013 الرجال قال ارفعه وارسله خآص لو تبي تظغط على صورة وتفتح نافذه استعمل -- client side function open(button, state, absoluteX, absoluteY) if (source == btn) then -- اسم الزر او الصورة اللي تبيها تفتح اللوحة showCursor(true) -- اظهار الماوس guiSetVisible(اسم النافذه اللي تبيها تظهر,true) -- جعل النافذه تظهر end end addEventHandler ("onClientGUIClick", getRootElement(), open) واذا تبي تزود حط else Link to comment
SmoKing Posted February 10, 2013 Author Share Posted February 10, 2013 ماضبط يتدمير GUIEditor_Image = {} GUIEditor_Image[1] = guiCreateStaticImage(0,0,105,599,"bar.png",false) GUIEditor_Image[2] = guiCreateStaticImage(21,38,77,117,"lea.png",false,GUIEditor_Image[1]) GUIEditor_Image[3] = guiCreateStaticImage(114,6,255,387,"leaw.png",false,GUIEditor_Image[2]) GUIEditor_Image[4] = guiCreateStaticImage(204,18,451,558,"win.png",false,GUIEditor_Image[2]) GUIEditor_Image[5] = guiCreateStaticImage(20,229,69,131,"mem.png",false,GUIEditor_Image[1]) GUIEditor_Image[6] = guiCreateStaticImage(114,6,255,387,"memw.png",false,GUIEditor_Image[3]) GUIEditor_Image[7] = guiCreateStaticImage(204,18,451,558,"win.png",false,GUIEditor_Image[3]) GUIEditor_Image[8] = guiCreateStaticImage(21,424,76,156,"cw.png",false,GUIEditor_Image[1]) GUIEditor_Image[9] = guiCreateStaticImage(114,6,255,387,"cww.png",false,GUIEditor_Image[4]) GUIEditor_Image[10] = guiCreateStaticImage(204,18,451,558,"win.png",false,GUIEditor_Image[4]) function open() guiSetVisible(GUIEditor_Image[1],not guiGetVisible(GUIEditor_Image[1])) showCursor(guiGetVisible(GUIEditor_Image[1])) guiSetInputEnabled(guiGetVisible(GUIEditor_Image[1])) end bindKey("F1","down",open) function open(button, state, absoluteX, absoluteY) if (source == GUIEditor_Image[2]) then showCursor(true) guiSetVisible(GUIEditor_Image[4],true) else (source == GUIEditor_Image[5]) then showCursor(true) guiSetVisible(GUIEditor_Image[7],true) else (source == GUIEditor_Image[8]) then showCursor(true) guiSetVisible(GUIEditor_Image[10],true) end end addEventHandler ("onClientGUIClick", getRootElement(), open) Link to comment
iPrestege Posted February 10, 2013 Share Posted February 10, 2013 ماضبط يتدمير GUIEditor_Image = {} GUIEditor_Image[1] = guiCreateStaticImage(0,0,105,599,"bar.png",false) GUIEditor_Image[2] = guiCreateStaticImage(21,38,77,117,"lea.png",false,GUIEditor_Image[1]) GUIEditor_Image[3] = guiCreateStaticImage(114,6,255,387,"leaw.png",false,GUIEditor_Image[2]) GUIEditor_Image[4] = guiCreateStaticImage(204,18,451,558,"win.png",false,GUIEditor_Image[2]) GUIEditor_Image[5] = guiCreateStaticImage(20,229,69,131,"mem.png",false,GUIEditor_Image[1]) GUIEditor_Image[6] = guiCreateStaticImage(114,6,255,387,"memw.png",false,GUIEditor_Image[3]) GUIEditor_Image[7] = guiCreateStaticImage(204,18,451,558,"win.png",false,GUIEditor_Image[3]) GUIEditor_Image[8] = guiCreateStaticImage(21,424,76,156,"cw.png",false,GUIEditor_Image[1]) GUIEditor_Image[9] = guiCreateStaticImage(114,6,255,387,"cww.png",false,GUIEditor_Image[4]) GUIEditor_Image[10] = guiCreateStaticImage(204,18,451,558,"win.png",false,GUIEditor_Image[4]) function open() guiSetVisible(GUIEditor_Image[1],not guiGetVisible(GUIEditor_Image[1])) showCursor(guiGetVisible(GUIEditor_Image[1])) guiSetInputEnabled(guiGetVisible(GUIEditor_Image[1])) end bindKey("F1","down",open) function open(button, state, absoluteX, absoluteY) if (source == GUIEditor_Image[2]) then showCursor(true) guiSetVisible(GUIEditor_Image[4],true) else (source == GUIEditor_Image[5]) then showCursor(true) guiSetVisible(GUIEditor_Image[7],true) else (source == GUIEditor_Image[8]) then showCursor(true) guiSetVisible(GUIEditor_Image[10],true) end end addEventHandler ("onClientGUIClick", getRootElement(), open) GUIEditor_Image = {} GUIEditor_Image[1] = guiCreateStaticImage(0,0,105,599,"bar.png",false) GUIEditor_Image[2] = guiCreateStaticImage(21,38,77,117,"lea.png",false,GUIEditor_Image[1]) GUIEditor_Image[3] = guiCreateStaticImage(114,6,255,387,"leaw.png",false,GUIEditor_Image[2]) GUIEditor_Image[4] = guiCreateStaticImage(204,18,451,558,"win.png",false,GUIEditor_Image[2]) GUIEditor_Image[5] = guiCreateStaticImage(20,229,69,131,"mem.png",false,GUIEditor_Image[1]) GUIEditor_Image[6] = guiCreateStaticImage(114,6,255,387,"memw.png",false,GUIEditor_Image[3]) GUIEditor_Image[7] = guiCreateStaticImage(204,18,451,558,"win.png",false,GUIEditor_Image[3]) GUIEditor_Image[8] = guiCreateStaticImage(21,424,76,156,"cw.png",false,GUIEditor_Image[1]) GUIEditor_Image[9] = guiCreateStaticImage(114,6,255,387,"cww.png",false,GUIEditor_Image[4]) GUIEditor_Image[10] = guiCreateStaticImage(204,18,451,558,"win.png",false,GUIEditor_Image[4]) function open() guiSetVisible(GUIEditor_Image[1],not guiGetVisible(GUIEditor_Image[1])) showCursor(guiGetVisible(GUIEditor_Image[1])) guiSetInputEnabled(guiGetVisible(GUIEditor_Image[1])) end bindKey("F1","down",open) function open(button, state, absoluteX, absoluteY) if (source == GUIEditor_Image[2]) then showCursor(true) guiSetVisible(GUIEditor_Image[4],true) elseif(source == GUIEditor_Image[5]) then showCursor(true) guiSetVisible(GUIEditor_Image[7],true) elseif(source == GUIEditor_Image[8]) then showCursor(true) guiSetVisible(GUIEditor_Image[10],true) end end addEventHandler ("onClientGUIClick", getRootElement(), open) Link to comment
SmoKing Posted February 10, 2013 Author Share Posted February 10, 2013 ماضبط اول كان يشتغل اف1 ويطلع الصور بس يوم اضغط على الصور مايطلع لوحه ثانيه الحين مايشتغل لا ذا ولا ذا Link to comment
iPrestege Posted February 10, 2013 Share Posted February 10, 2013 ماضبطاول كان يشتغل اف1 ويطلع الصور بس يوم اضغط على الصور مايطلع لوحه ثانيه الحين مايشتغل لا ذا ولا ذا مانتبهت انة فية فنكشن بـ نفس الاسم : GUIEditor_Image = {} GUIEditor_Image[1] = guiCreateStaticImage(0,0,105,599,"bar.png",false) GUIEditor_Image[2] = guiCreateStaticImage(21,38,77,117,"lea.png",false,GUIEditor_Image[1]) GUIEditor_Image[3] = guiCreateStaticImage(114,6,255,387,"leaw.png",false,GUIEditor_Image[2]) GUIEditor_Image[4] = guiCreateStaticImage(204,18,451,558,"win.png",false,GUIEditor_Image[2]) GUIEditor_Image[5] = guiCreateStaticImage(20,229,69,131,"mem.png",false,GUIEditor_Image[1]) GUIEditor_Image[6] = guiCreateStaticImage(114,6,255,387,"memw.png",false,GUIEditor_Image[3]) GUIEditor_Image[7] = guiCreateStaticImage(204,18,451,558,"win.png",false,GUIEditor_Image[3]) GUIEditor_Image[8] = guiCreateStaticImage(21,424,76,156,"cw.png",false,GUIEditor_Image[1]) GUIEditor_Image[9] = guiCreateStaticImage(114,6,255,387,"cww.png",false,GUIEditor_Image[4]) GUIEditor_Image[10] = guiCreateStaticImage(204,18,451,558,"win.png",false,GUIEditor_Image[4]) function open() guiSetVisible(GUIEditor_Image[1],not guiGetVisible(GUIEditor_Image[1])) showCursor(guiGetVisible(GUIEditor_Image[1])) guiSetInputEnabled(guiGetVisible(GUIEditor_Image[1])) end bindKey("F1","down",open) function oen(button, state, absoluteX, absoluteY) if (source == GUIEditor_Image[2]) then showCursor(true) guiSetVisible(GUIEditor_Image[4],true) elseif(source == GUIEditor_Image[5]) then showCursor(true) guiSetVisible(GUIEditor_Image[7],true) elseif(source == GUIEditor_Image[8]) then showCursor(true) guiSetVisible(GUIEditor_Image[10],true) end end addEventHandler ("onClientGUIClick", getRootElement(), oen) Link to comment
SmoKing Posted February 10, 2013 Author Share Posted February 10, 2013 الحين طلعت اف 1 بس اذا ضغطت الصور مايفتح لوحه Link to comment
iPrestege Posted February 10, 2013 Share Posted February 10, 2013 الحين طلعت اف 1بس اذا ضغطت الصور مايفتح لوحه المشكلة من الصور حاليا وترتيبها بالنسبة لك واللي علي سويتة المفترض هذا الششيء راجع لكـ / = ! Link to comment
SmoKing Posted February 10, 2013 Author Share Posted February 10, 2013 ياخي هي مرتبه وانا مرتبها بمود guieditor Link to comment
Max+ Posted February 10, 2013 Share Posted February 10, 2013 GUIEditor_Image = {} GUIEditor_Image[1] = guiCreateStaticImage(0,0,105,599,"bar.png",false) GUIEditor_Image[2] = guiCreateStaticImage(21,38,77,117,"lea.png",false,GUIEditor_Image[1]) GUIEditor_Image[3] = guiCreateStaticImage(114,6,255,387,"leaw.png",false,GUIEditor_Image[2]) GUIEditor_Image[4] = guiCreateStaticImage(204,18,451,558,"win.png",false,GUIEditor_Image[2]) GUIEditor_Image[5] = guiCreateStaticImage(20,229,69,131,"mem.png",false,GUIEditor_Image[1]) GUIEditor_Image[6] = guiCreateStaticImage(114,6,255,387,"memw.png",false,GUIEditor_Image[3]) GUIEditor_Image[7] = guiCreateStaticImage(204,18,451,558,"win.png",false,GUIEditor_Image[3]) GUIEditor_Image[8] = guiCreateStaticImage(21,424,76,156,"cw.png",false,GUIEditor_Image[1]) GUIEditor_Image[9] = guiCreateStaticImage(114,6,255,387,"cww.png",false,GUIEditor_Image[4]) GUIEditor_Image[10] = guiCreateStaticImage(204,18,451,558,"win.png",false,GUIEditor_Image[4]) function open() guiSetVisible(GUIEditor_Image[1],not guiGetVisible(GUIEditor_Image[1])) showCursor(guiGetVisible(GUIEditor_Image[1])) guiSetInputEnabled(guiGetVisible(GUIEditor_Image[1])) end bindKey("F1","down",open) addEventHandler('onClientGUIClick', resourceRoot, function( button, state, absoluteX, absoluteY ) if (source == GUIEditor_Image[2] ) then guiSetVisible(GUIEditor_Image[4] , true ) showCursor(true) elseif(source == GUIEditor_Image[5]) then guiSetVisible(GUIEditor_Image[7],true) elseif(source == GUIEditor_Image[8]) then guiSetVisible(GUIEditor_Image[10],true) end end ) Link to comment
iPrestege Posted February 10, 2013 Share Posted February 10, 2013 GUIEditor_Image = {} GUIEditor_Image[1] = guiCreateStaticImage(0,0,105,599,"bar.png",false) GUIEditor_Image[2] = guiCreateStaticImage(21,38,77,117,"lea.png",false,GUIEditor_Image[1]) GUIEditor_Image[3] = guiCreateStaticImage(114,6,255,387,"leaw.png",false,GUIEditor_Image[2]) GUIEditor_Image[4] = guiCreateStaticImage(204,18,451,558,"win.png",false,GUIEditor_Image[2]) GUIEditor_Image[5] = guiCreateStaticImage(20,229,69,131,"mem.png",false,GUIEditor_Image[1]) GUIEditor_Image[6] = guiCreateStaticImage(114,6,255,387,"memw.png",false,GUIEditor_Image[3]) GUIEditor_Image[7] = guiCreateStaticImage(204,18,451,558,"win.png",false,GUIEditor_Image[3]) GUIEditor_Image[8] = guiCreateStaticImage(21,424,76,156,"cw.png",false,GUIEditor_Image[1]) GUIEditor_Image[9] = guiCreateStaticImage(114,6,255,387,"cww.png",false,GUIEditor_Image[4]) GUIEditor_Image[10] = guiCreateStaticImage(204,18,451,558,"win.png",false,GUIEditor_Image[4]) function open() guiSetVisible(GUIEditor_Image[1],not guiGetVisible(GUIEditor_Image[1])) showCursor(guiGetVisible(GUIEditor_Image[1])) guiSetInputEnabled(guiGetVisible(GUIEditor_Image[1])) end bindKey("F1","down",open) addEventHandler('onClientGUIClick', resourceRoot, function( button, state, absoluteX, absoluteY ) if (source == GUIEditor_Image[2] ) then guiSetVisible(GUIEditor_Image[4] , true ) showCursor(true) elseif(source == GUIEditor_Image[5]) then guiSetVisible(GUIEditor_Image[7],true) elseif(source == GUIEditor_Image[8]) then guiSetVisible(GUIEditor_Image[10],true) 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