فتى تبوك Posted August 5, 2012 Share Posted August 5, 2012 السلام عليكم ورحمة الله وبركاته كيف حالكم يالربع عندي مشكله بسيطه انا سويت لوحة قوانين وكل ماشغلها بالسيرفر تنط لي بنص الشاشه وماتتقفل ابي اخليها بزر او زر يقفلها لاهنتم -- Created: 03/08/2012 17:40 GUIEditor_Window = {} GUIEditor_TabPanel = {} GUIEditor_Tab = {} GUIEditor_Label = {} GUIEditor_Edit = {} GUIEditor_Window[1] = guiCreateWindow(161,123,492,427,"سلطان",false) GUIEditor_TabPanel[1] = guiCreateTabPanel(9,20,474,398,false,GUIEditor_Window[1]) GUIEditor_Tab[1] = guiCreateTab("التعليمات",GUIEditor_TabPanel[1]) GUIEditor_Label[1] = guiCreateLabel(112,50,324,280,"سسسسسلطان",false,GUIEditor_Tab[1]) GUIEditor_Tab[2] = guiCreateTab("الادمنيه السريعه",GUIEditor_TabPanel[1]) GUIEditor_Edit[1] = guiCreateEdit(67,291,335,43,"حياكم الله ",false,GUIEditor_Tab[2]) GUIEditor_Label[2] = guiCreateLabel(301,35,114,58,"للحصول على الادمنيه:",false,GUIEditor_Tab[2]) GUIEditor_Label[3] = guiCreateLabel(262,121,191,45,"تواجد وانشر وخبره وأخلاق",false,GUIEditor_Tab[2]) GUIEditor_Label[4] = guiCreateLabel(180,251,83,27,"نشر جـآهز",false,GUIEditor_Tab[2]) GUIEditor_Tab[3] = guiCreateTab("للتعارف",GUIEditor_TabPanel[1]) GUIEditor_Label[5] = guiCreateLabel(291,78,110,66,"للتعارف ",false,GUIEditor_Tab[3]) GUIEditor_Edit[2] = guiCreateEdit(256,130,155,42,"استغفر الله واتوب اليه ",false,GUIEditor_Tab[3]) GUIEditor_Tab[4] = guiCreateTab("english",GUIEditor_TabPanel[1]) GUIEditor_Label[6] = guiCreateLabel(97,57,269,156,"سلطان",false,GUIEditor_Tab[4]) --- --- --- --- --- Link to comment
hassan.k.s.a Posted August 5, 2012 Share Posted August 5, 2012 -- Created: 03/08/2012 17:40 GUIEditor_Window = {} GUIEditor_TabPanel = {} GUIEditor_Tab = {} GUIEditor_Label = {} GUIEditor_Edit = {} GUIEditor_Window[1] = guiCreateWindow(161,123,492,427,"سلطان",false) guiSetVisible (GUIEditor_Window[1], false) GUIEditor_TabPanel[1] = guiCreateTabPanel(9,20,474,398,false,GUIEditor_Window[1]) GUIEditor_Tab[1] = guiCreateTab("التعليمات",GUIEditor_TabPanel[1]) GUIEditor_Label[1] = guiCreateLabel(112,50,324,280,"سسسسسلطان",false,GUIEditor_Tab[1]) GUIEditor_Tab[2] = guiCreateTab("الادمنيه السريعه",GUIEditor_TabPanel[1]) GUIEditor_Edit[1] = guiCreateEdit(67,291,335,43,"حياكم الله ",false,GUIEditor_Tab[2]) GUIEditor_Label[2] = guiCreateLabel(301,35,114,58,"للحصول على الادمنيه:",false,GUIEditor_Tab[2]) GUIEditor_Label[3] = guiCreateLabel(262,121,191,45,"تواجد وانشر وخبره وأخلاق",false,GUIEditor_Tab[2]) GUIEditor_Label[4] = guiCreateLabel(180,251,83,27,"نشر جـآهز",false,GUIEditor_Tab[2]) GUIEditor_Tab[3] = guiCreateTab("للتعارف",GUIEditor_TabPanel[1]) GUIEditor_Label[5] = guiCreateLabel(291,78,110,66,"للتعارف ",false,GUIEditor_Tab[3]) GUIEditor_Edit[2] = guiCreateEdit(256,130,155,42,"استغفر الله واتوب اليه ",false,GUIEditor_Tab[3]) GUIEditor_Tab[4] = guiCreateTab("english",GUIEditor_TabPanel[1]) GUIEditor_Label[6] = guiCreateLabel(97,57,269,156,"سلطان",false,GUIEditor_Tab[4]) ---- bindKey ( "F2" , "down" , function() if ( guiGetVisible ( GUIEditor_Window[1] ) == true ) then guiSetVisible ( GUIEditor_Window[1] ,false ) showCursor (false ) guiSetInputEnabled(false) elseif ( guiGetVisible ( GUIEditor_Window[1] ) == false ) then guiSetVisible ( GUIEditor_Window[1] ,true ) showCursor (false ) guiSetInputEnabled(true) playSound("t.wav") end end ) --- --- --- --- --- Link to comment
فتى تبوك Posted August 5, 2012 Author Share Posted August 5, 2012 كيف اضيف كلام بالشات يعني المود من صنع فلان بن فلان Link to comment
hassan.k.s.a Posted August 5, 2012 Share Posted August 5, 2012 ضيف اول سطر outputChatBox("!!",0,255,0,true)---امسح !! وحط الكلام الي تبيه GUIEditor_Window = {} GUIEditor_TabPanel = {} GUIEditor_Tab = {} GUIEditor_Label = {} GUIEditor_Edit = {} GUIEditor_Window[1] = guiCreateWindow(161,123,492,427,"سلطان",false) guiSetVisible (GUIEditor_Window[1], false) GUIEditor_TabPanel[1] = guiCreateTabPanel(9,20,474,398,false,GUIEditor_Window[1]) GUIEditor_Tab[1] = guiCreateTab("التعليمات",GUIEditor_TabPanel[1]) GUIEditor_Label[1] = guiCreateLabel(112,50,324,280,"سسسسسلطان",false,GUIEditor_Tab[1]) GUIEditor_Tab[2] = guiCreateTab("الادمنيه السريعه",GUIEditor_TabPanel[1]) GUIEditor_Edit[1] = guiCreateEdit(67,291,335,43,"حياكم الله ",false,GUIEditor_Tab[2]) GUIEditor_Label[2] = guiCreateLabel(301,35,114,58,"للحصول على الادمنيه:",false,GUIEditor_Tab[2]) GUIEditor_Label[3] = guiCreateLabel(262,121,191,45,"تواجد وانشر وخبره وأخلاق",false,GUIEditor_Tab[2]) GUIEditor_Label[4] = guiCreateLabel(180,251,83,27,"نشر جـآهز",false,GUIEditor_Tab[2]) GUIEditor_Tab[3] = guiCreateTab("للتعارف",GUIEditor_TabPanel[1]) GUIEditor_Label[5] = guiCreateLabel(291,78,110,66,"للتعارف ",false,GUIEditor_Tab[3]) GUIEditor_Edit[2] = guiCreateEdit(256,130,155,42,"استغفر الله واتوب اليه ",false,GUIEditor_Tab[3]) GUIEditor_Tab[4] = guiCreateTab("english",GUIEditor_TabPanel[1]) GUIEditor_Label[6] = guiCreateLabel(97,57,269,156,"سلطان",false,GUIEditor_Tab[4]) ---- bindKey ( "F2" , "down" , function() if ( guiGetVisible ( GUIEditor_Window[1] ) == true ) then guiSetVisible ( GUIEditor_Window[1] ,false ) showCursor (false ) guiSetInputEnabled(false) elseif ( guiGetVisible ( GUIEditor_Window[1] ) == false ) then guiSetVisible ( GUIEditor_Window[1] ,true ) showCursor (false ) guiSetInputEnabled(true) playSound("t.wav") end end ) --- --- --- --- --- Link to comment
فتى تبوك Posted August 5, 2012 Author Share Posted August 5, 2012 الله يحشرك مع الرسول صلى الله عليه وسلم بالفردوس الاعلى بيض الله وجهك 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