#H[ee]bh Posted September 12, 2017 Share Posted September 12, 2017 ابيكم تصححون لي الاكواد اذا فيها اخطاء هذي اكواد الكلنت GUIEditor = { button = {}, label = {}, window = {}, } GUIEditor.window[1] = guiCreateWindow(182, 149, 494, 401, "تجربه", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetVisible(GUIEditor.window[1], false) GUIEditor.label[1] = guiCreateLabel(175, 195, 132, 47, "برمجة هيبه", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") guiLabelSetColor(GUIEditor.label[1], 255, 0, 0) GUIEditor.button[1] = guiCreateButton(379, 340, 106, 52, "آغلآلآق", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFF0000") bindKey( 'F2', 'down', Function( ) guiSetVisible( GUIEditor.window[1], not guiGetVisible( GUIEditor.window[1] ) ) showCursor( not isCursorShowing( ) ) end ) هذي اكواد الميتا <meta> <script src="Client.lua" type="client" /> <script src="Server.lua /> </meta> و ملف سيرفر ماحطيت فيه شي ! Link to comment
Ahmed Ly Posted September 12, 2017 Share Posted September 12, 2017 غير Function الي function Link to comment
+Source|> Posted September 12, 2017 Share Posted September 12, 2017 10 minutes ago, #H[ee]bh said: ابيكم تصححون لي الاكواد اذا فيها اخطاء هذي اكواد الكلنت GUIEditor = { button = {}, label = {}, window = {}, } GUIEditor.window[1] = guiCreateWindow(182, 149, 494, 401, "تجربه", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetVisible(GUIEditor.window[1], false) GUIEditor.label[1] = guiCreateLabel(175, 195, 132, 47, "برمجة هيبه", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") guiLabelSetColor(GUIEditor.label[1], 255, 0, 0) GUIEditor.button[1] = guiCreateButton(379, 340, 106, 52, "آغلآلآق", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFF0000") bindKey( 'F2', 'down', Function( ) guiSetVisible( GUIEditor.window[1], not guiGetVisible( GUIEditor.window[1] ) ) showCursor( not isCursorShowing( ) ) end ) هذي اكواد الميتا <meta> <script src="Client.lua" type="client" /> <script src="Server.lua /> </meta> و ملف سيرفر ماحطيت فيه شي ! GUIEditor = { button = {}, label = {}, window = {}, } GUIEditor.window[1] = guiCreateWindow(182, 149, 494, 401, "تجربه", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetVisible(GUIEditor.window[1], false) GUIEditor.label[1] = guiCreateLabel(175, 195, 132, 47, "برمجة هيبه", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") guiLabelSetColor(GUIEditor.label[1], 255, 0, 0) GUIEditor.button[1] = guiCreateButton(379, 340, 106, 52, "آغلآلآق", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFF0000") bindKey( 'F2', 'down', function( ) if guiGetVisible( GUIEditor.window[1] ) then guiSetVisible( GUIEditor.window[1], false ) showCursor( false ) else guiSetVisible( GUIEditor.window[1], true ) showCursor( true ) end end ) -- اكواد الميتا <meta> <script src="Client.lua" type="client" /> <script src="Server.lua" type="server" /> </meta> Link to comment
#H[ee]bh Posted September 12, 2017 Author Share Posted September 12, 2017 9 hours ago, Source|> said: GUIEditor = { button = {}, label = {}, window = {}, } GUIEditor.window[1] = guiCreateWindow(182, 149, 494, 401, "تجربه", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetVisible(GUIEditor.window[1], false) GUIEditor.label[1] = guiCreateLabel(175, 195, 132, 47, "برمجة هيبه", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") guiLabelSetColor(GUIEditor.label[1], 255, 0, 0) GUIEditor.button[1] = guiCreateButton(379, 340, 106, 52, "آغلآلآق", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFF0000") bindKey( 'F2', 'down', function( ) if guiGetVisible( GUIEditor.window[1] ) then guiSetVisible( GUIEditor.window[1], false ) showCursor( false ) else guiSetVisible( GUIEditor.window[1], true ) showCursor( true ) end end ) -- اكواد الميتا <meta> <script src="Client.lua" type="client" /> <script src="Server.lua" type="server" /> </meta> مشكور الوحة اشتغلت لكن شف كيف صارت يوم شغلتها Link to comment
MR.StoRm Posted September 12, 2017 Share Posted September 12, 2017 3 minutes ago, #H[ee]bh said: مشكور الوحة اشتغلت لكن شف كيف صارت يوم شغلتها debugscript 3 ? Link to comment
#H[ee]bh Posted September 12, 2017 Author Share Posted September 12, 2017 36 minutes ago, MR.StoRm said: debugscript 3 ? Link to comment
#BrosS Posted September 12, 2017 Share Posted September 12, 2017 1 minute ago, #H[ee]bh said: اطرح هذي الأسطر Link to comment
#H[ee]bh Posted September 12, 2017 Author Share Posted September 12, 2017 4 minutes ago, #BrosS said: اطرح هذي الأسطر مم فهمتكك : ) 4 minutes ago, #BrosS said: اطرح هذي الأسطر اها موجودة فووق Link to comment
^iiEcoo'x_) Posted September 12, 2017 Share Posted September 12, 2017 GUIEditor = { button = {}, label = {}, window = {} } GUIEditor.window[1] = guiCreateWindow(182, 149, 494, 401, "تجربه", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetVisible(GUIEditor.window[1], false) GUIEditor.label[1] = guiCreateLabel(175, 195, 132, 47, "برمجة هيبه", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") guiLabelSetColor(GUIEditor.label[1], 255, 0, 0) GUIEditor.button[1] = guiCreateButton(379, 340, 106, 52, "آغلآلآق", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFF0000") bindKey( 'F2', 'down', function( ) if guiGetVisible( GUIEditor.window[1] ) then guiSetVisible( GUIEditor.window[1], false ) showCursor( false ) else guiSetVisible( GUIEditor.window[1], true ) showCursor( true ) end end ) -- اكواد الميتا <meta> <script src="Client.lua" type="client" /> <script src="Server.lua" type="server" /> </meta> Link to comment
#H[ee]bh Posted September 12, 2017 Author Share Posted September 12, 2017 (edited) 5 minutes ago, #_iMr.[E]coo said: GUIEditor = { button = {}, label = {}, window = {} } GUIEditor.window[1] = guiCreateWindow(182, 149, 494, 401, "تجربه", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetVisible(GUIEditor.window[1], false) GUIEditor.label[1] = guiCreateLabel(175, 195, 132, 47, "برمجة هيبه", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") guiLabelSetColor(GUIEditor.label[1], 255, 0, 0) GUIEditor.button[1] = guiCreateButton(379, 340, 106, 52, "آغلآلآق", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFF0000") bindKey( 'F2', 'down', function( ) if guiGetVisible( GUIEditor.window[1] ) then guiSetVisible( GUIEditor.window[1], false ) showCursor( false ) else guiSetVisible( GUIEditor.window[1], true ) showCursor( true ) end end ) -- اكواد الميتا <meta> <script src="Client.lua" type="client" /> <script src="Server.lua" type="server" /> </meta> شكرااً Edited September 12, 2017 by #H[ee]bh Link to comment
^iiEcoo'x_) Posted September 12, 2017 Share Posted September 12, 2017 37 minutes ago, #H[ee]bh said: شكرااً عفوآ .. 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