Bassam*Syria Posted May 31, 2014 Posted May 31, 2014 السلام عليكم انا سويت مود ب اف 2 هو قوانين بس فاجئني انو ما عم يفتح ب اف 8 هي الاكواد و لو في اي خطأ الرجاء المساعدة و شكرا -- Created: 30/05/2014 18:36 GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Memo = {} GUIEditor_Grid = {} GUIEditor_Image = {} window = guiCreateWindow(1,-3,799,599,"Trheb+qwanen",false) guiSetAlpha(window,1) guiWindowSetSizable(window,false) GUIEditor_Grid[1] = guiCreateGridList(9,17,123,146,true,window) guiGridListSetSelectionMode(GUIEditor_Grid[1],2) GUIEditor_Grid[2] = guiCreateGridList(9,17,730,533,true,window) guiGridListSetSelectionMode(GUIEditor_Grid[2],2) GUIEditor_Grid[3] = guiCreateGridList(9,21,10,40,true,window) guiGridListSetSelectionMode(GUIEditor_Grid[3],2) GUIEditor_Grid[4] = guiCreateGridList(9,17,781,570,true,window) guiGridListSetSelectionMode(GUIEditor_Grid[4],2) GUIEditor_Grid[5] = guiCreateGridList(9,17,781,570,true,window) guiGridListSetSelectionMode(GUIEditor_Grid[5],2) GUIEditor_Image[1] = guiCreateStaticImage(10,21,399,569,"shruk.png",true,window) GUIEditor_Memo[1] = guiCreateMemo(408,21,382,260,"مرححُبآ بكمم في سيرفر مطآآنيخخ آلهجوولهةة....................\n\n............................................آلقوانين.............................................\n\n1- عدمم آسسًتخدآمم آلهآكك\n2- عدمم التخريبب وآلقتل خآرج سآححت آلقتآآآآل\n3- عدمم آسسًستخدآممً وزنيآت آلسرععةة فآلدآيري الا للشرطةة\n4-تلبية آوآمر الآدمن\n\n5- آلوقوف للشرطة ععند آلطلب\n\n\nنتمنى لكم قضآء وقت ممتع\n\nوشكرآ",true,window) GUIEditor_Button[1] = guiCreateButton(410,281,379,308,"لققد قرأت ووآفقت آضضغط F2",true,window) fu function onresourceStart () bindKey ("F2", "down", showUserPanel) guiSetVisible (window, false) end addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), onresourceStart) function showUserPanel () getVisible = guiGetVisible (window) playerName = getPlayerName ( getLocalPlayer() ) if (getVisible == true) then guiSetVisible (window, false) showCursor (false) playSound("open.wav") end if (getVisible == false) then guiSetVisible (window, true) showCursor (true) playSound("open.wav") end end
hassan.k.s.a Posted May 31, 2014 Posted May 31, 2014 -- Created: 30/05/2014 18:36 GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Memo = {} GUIEditor_Grid = {} GUIEditor_Image = {} window = guiCreateWindow(1,-3,799,599,"Trheb+qwanen",false) guiSetAlpha(window,1) guiWindowSetSizable(window,false) GUIEditor_Grid[1] = guiCreateGridList(9,17,123,146,true,window) guiGridListSetSelectionMode(GUIEditor_Grid[1],2) GUIEditor_Grid[2] = guiCreateGridList(9,17,730,533,true,window) guiGridListSetSelectionMode(GUIEditor_Grid[2],2) GUIEditor_Grid[3] = guiCreateGridList(9,21,10,40,true,window) guiGridListSetSelectionMode(GUIEditor_Grid[3],2) GUIEditor_Grid[4] = guiCreateGridList(9,17,781,570,true,window) guiGridListSetSelectionMode(GUIEditor_Grid[4],2) GUIEditor_Grid[5] = guiCreateGridList(9,17,781,570,true,window) guiGridListSetSelectionMode(GUIEditor_Grid[5],2) GUIEditor_Image[1] = guiCreateStaticImage(10,21,399,569,"shruk.png",true,window) GUIEditor_Memo[1] = guiCreateMemo(408,21,382,260,"مرححُبآ بكمم في سيرفر مطآآنيخخ آلهجوولهةة....................\n\n............................................آلقوانين.............................................\n\n1- عدمم آسسًتخدآمم آلهآكك\n2- عدمم التخريبب وآلقتل خآرج سآححت آلقتآآآآل\n3- عدمم آسسًستخدآممً وزنيآت آلسرععةة فآلدآيري الا للشرطةة\n4-تلبية آوآمر الآدمن\n\n5- آلوقوف للشرطة ععند آلطلب\n\n\nنتمنى لكم قضآء وقت ممتع\n\nوشكرآ",true,window) GUIEditor_Button[1] = guiCreateButton(410,281,379,308,"لققد قرأت ووآفقت آضضغط F2",true,window) bindKey("F8","Down",function() guiSetVisible(window,not guiGetVisible(window)) showCursor(guiGetVisible(window)) guiSetInputEnabled(guiGetVisible(window)) playSound("open.wav") end)
Bassam*Syria Posted May 31, 2014 Author Posted May 31, 2014 مشكور بس ممكن تقلي ايش غيرت عشان اعرف ايش غلطي؟
hassan.k.s.a Posted May 31, 2014 Posted May 31, 2014 مافيه تدخل ولا شي عآدي الموضوع مفتوح للجميع , 27 عندك حرفين زايدين ف سطر fuالي هم onClientResourceStart + playerName = getPlayerName ( getLocalPlayer() ) + اختصرته لك و فيه اشياء مو مهمه شلتها مثل
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