Jump to content

مساكم الله بالخير


Recommended Posts

السلام عليكم ورحمة الله وبركاته

كيف حالكم يالربع

عندي مشكله بسيطه

انا سويت لوحة قوانين

وكل ماشغلها بالسيرفر تنط لي بنص الشاشه وماتتقفل

ابي اخليها بزر او زر يقفلها

لاهنتم

  
-- 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
  
-- 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

ضيف اول سطر

  
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...