billal Posted May 1, 2016 Share Posted May 1, 2016 باسل حمل المود معدل من هون http://www.up-00.com/?Accp Link to comment
Adham Posted May 1, 2016 Share Posted May 1, 2016 ذا اشتغل معي 100 % 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 ) Link to comment
#Basel Posted May 1, 2016 Author Share Posted May 1, 2016 (edited) باسل حمل المود معدل من هونhttp://www.up-00.com/?Accp ×مبدع × بس ممكن تشرح ليه شو سويت بضبط * اشتغل الكود الاكواد :, 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])) end) انت بس حدفت دول addEventHandler("onClientResourceStart", resourceRoot, function() ممكن شرح لماذا & وشكرا Edited May 1, 2016 by Guest Link to comment
Adham Posted May 1, 2016 Share Posted May 1, 2016 meta = "Besl" type="script" name="Good" description="Test" /> Link to comment
Adham Posted May 1, 2016 Share Posted May 1, 2016 الفوق اشتغل تمام معي + الفرق شيل ذا من الكود حدث اذا فتح المود addEventHandler("onClientResourceStart", resourceRoot, function () Link to comment
billal Posted May 1, 2016 Share Posted May 1, 2016 باسل حمل المود معدل من هونhttp://www.up-00.com/?Accp ×مبدع × بس ممكن تشرح ليه شو سويت بضبط * اشتغل الكود الاكواد :, 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])) end) انت بس حدفت دول addEventHandler("onClientResourceStart", resourceRoot, function() ممكن شرح لماذا & وشكرا يا باسل انت كنت حاط كود يخرب المود انا حذفته+كان معاك خطا بملف الميتا 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