Jump to content

طلب كود ضروري


baba

Recommended Posts

-- كذا م تطلع اللوحة ف وجهك

GUIEditor_Button = {} 
GUIEditor_Radio = {} 
GUIEditor_Scrollpane = {} 
  
wnd = guiCreateWindow(304,23,314,541,"baba",false) 
guiSetVisible(wnd,false) 
guiSetAlpha(wnd,1) 
GUIEditor_Button[1] = guiCreateButton(14,40,118,30,"1",false,wnd) 
GUIEditor_Button[2] = guiCreateButton(180,40,118,30,"2",false,wnd) 
GUIEditor_Button[3] = guiCreateButton(180,100,118,30,"3",false,wnd) 
GUIEditor_Button[4] = guiCreateButton(180,160,118,30,"4",false,wnd) 
GUIEditor_Button[5] = guiCreateButton(180,220,118,30,"5",false,wnd) 
GUIEditor_Button[6] = guiCreateButton(180,280,118,30,"6",false,wnd) 
GUIEditor_Button[7] = guiCreateButton(180,340,118,30,"7",false,wnd) 
GUIEditor_Button[8] = guiCreateButton(180,400,118,30,"8",false,wnd) 
GUIEditor_Button[9] = guiCreateButton(14,100,118,30,"9",false,wnd) 
GUIEditor_Button[10] = guiCreateButton(14,160,118,30,"10",false,wnd) 
GUIEditor_Button[10] = guiCreateButton(14,220,118,30,"11",false,wnd) 
GUIEditor_Button[10] = guiCreateButton(14,280,118,30,"12",false,wnd) 
GUIEditor_Button[10] = guiCreateButton(14,340,118,30,"13",false,wnd) 
GUIEditor_Button[10] = guiCreateButton(14,400,118,30,"14",false,wnd) 
GUIEditor_Button[100] = guiCreateButton(50,480,220,39,"stop",false,wnd) 
  
bindKey("I", "down", 
function() 
 triggerServerEvent ( "sh", localPlayer) 
end) 
  
addEvent("open",true) 
addEventHandler("open",root, 
    function () 
     guiSetVisible(wnd,not guiGetVisible(wnd)) 
    showCursor(guiGetVisible(wnd)) 
    end) 

و ب النسبة للمشكلة اللي تطلع ف الأزرار ,

أفتح المفكرة و سوي حفظ ب أسم و خلي الترميز

UTF-8

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