يا غالي
انا الوحه اول ما اعمل لها
start
الوحه تطلع لي الوحه على السريع في وجهي
انا ابي لما اكبس الكبسه
i
تفتح الوحه
GUIEditor_Button = {}
GUIEditor_Radio = {}
GUIEditor_Scrollpane = {}
wnd = guiCreateWindow(304,23,314,541,"baba",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)