#Al-Ha[J]aRii Posted February 19, 2013 Share Posted February 19, 2013 اليوم انا سويت نافدة القوانين بس ماتظهر ليش ؟ هذه الكود GUIEditor = { memo = {}, button = {}, window = {}, } GUIEditor.window[1] = guiCreateWindow(226, 84, 822, 574, "قـــوانـــيــن الــســيــرفــر", false) guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.button[1] = guiCreateButton(204, 499, 431, 66, "I Agree And Acttep", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "sa-header") GUIEditor.memo[1] = guiCreateMemo(10, 30, 803, 460, "القوانين هنا\n\n", false, GUIEditor.window[1]) addEventHandler ( "onClientGUIClick", GUIEditor.button[1], function ( ) guiSetVisible ( GUIEditor.window[1], false ) showCursor ( false ) end ) Link to comment
#Al-Ha[J]aRii Posted February 19, 2013 Author Share Posted February 19, 2013 وانت سويت شيء يظهرها ؟ ابيها ماتظهر بزر اول مايدخل السيرفر احد تظهر له او لين يضغط على زر I agree and acttep تغلق او خلاصص Link to comment
3NAD Posted February 19, 2013 Share Posted February 19, 2013 هي كلها بـ الكود ذا guiSetVisible Link to comment
iPrestege Posted February 19, 2013 Share Posted February 19, 2013 وش المطلوب؟ اللوحة كذا اساسا! ذذ مافيه اي خطأ -_-"! Link to comment
#Al-Ha[J]aRii Posted February 19, 2013 Author Share Posted February 19, 2013 وش المطلوب؟ اللوحة كذا اساسا! ذذ مافيه اي خطأ -_-"! الوحة ماتظهررر سويت لها زر انا الحين GUIEditor = { memo = {}, button = {}, window = {}, } GUIEditor.window[1] = guiCreateWindow(226, 84, 822, 574, "قـــوانـــيــن الــســيــرفــر", false) guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.button[1] = guiCreateButton(204, 499, 431, 66, "I Agree And Acttep", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "sa-header") GUIEditor.memo[1] = guiCreateMemo(10, 30, 803, 460, "القوانين هنا\n\n", false, GUIEditor.window[1]) addEventHandler ( "onClientGUIClick", GUIEditor.button[1], function ( ) guiSetVisible ( GUIEditor.window[1], false ) showCursor ( false ) end ) function GUIEditor.window[1]() if guiGetVisible ( GUIEditor.window[1] ) then guiSetVisible ( GUIEditor.window[1], false ) showCursor(false) guiSetInputEnabled(false) else guiSetVisible ( GUIEditor.window[1], true ) showCursor(true) guiSetInputEnabled(true) end end bindKey("F12", "down", GUIEditor.window[1]) Link to comment
iPrestege Posted February 19, 2013 Share Posted February 19, 2013 GUIEditor = { memo = {}, button = {}, window = {}, } GUIEditor.window[1] = guiCreateWindow(226, 84, 822, 574, "قـــوانـــيــن الــســيــرفــر", false) guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.button[1] = guiCreateButton(204, 499, 431, 66, "I Agree And Acttep", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "sa-header") GUIEditor.memo[1] = guiCreateMemo(10, 30, 803, 460, "القوانين هنا\n\n", false, GUIEditor.window[1]) addEventHandler ( "onClientGUIClick", GUIEditor.button[1], function ( ) guiSetVisible ( GUIEditor.window[1], false ) showCursor ( false ) end ) function Show() if guiGetVisible ( GUIEditor.window[1] ) then guiSetVisible ( GUIEditor.window[1], false ) showCursor(false) guiSetInputEnabled(false) else guiSetVisible ( GUIEditor.window[1], true ) showCursor(true) guiSetInputEnabled(true) end end bindKey("F12", "down", Show) Link to comment
PaiN^ Posted February 19, 2013 Share Posted February 19, 2013 ابيها ماتظهر بزر اول مايدخل السيرفر احد تظهر له "onPlayerJoin" -- server Link to comment
iPrestege Posted February 19, 2013 Share Posted February 19, 2013 ~_~ ماعلي المهم ضبطت الكود وبسس يكمل هو . Link to comment
#Al-Ha[J]aRii Posted February 20, 2013 Author Share Posted February 20, 2013 ~_~ ماعلي المهم ضبطت الكود وبسس يكمل هو . في مشكلة ذذ المود اشتغل كل واحد في سيرفر يقدر يكتب في قوانين هناا + وين اخلي الايفنت اول مايدخل السيرفر ذذ تنفتح له الوحة Link to comment
===|OSAMA|=== Posted February 20, 2013 Share Posted February 20, 2013 -- Client Side ! GUIEditor = { memo = {}, button = {}, window = {}, } GUIEditor.window[1] = guiCreateWindow(226, 84, 822, 574, "قـــوانـــيــن الــســيــرفــر", false) guiWindowSetSizable(GUIEditor.window[1], false) showCursor ( true ) GUIEditor.button[1] = guiCreateButton(204, 499, 431, 66, "I Agree And Accept", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "sa-header") GUIEditor.memo[1] = guiCreateMemo(10, 30, 803, 460, "القوانين هنا\n\n", false, GUIEditor.window[1]) guiMemoSetReadOnly ( GUIEditor.memo[1], true ) addEventHandler ( "onClientGUIClick", GUIEditor.button[1], function ( ) guiSetVisible ( GUIEditor.window[1], false ) showCursor ( false ) end ) المفروض كذآ تجيكـ اللوحة اول ما يدخل السسيرفر + المآوسس ^ وإذا ما جتكـ إسستخدم ذآ الكود , مع إنه لازم تجي , -- Client Side ! GUIEditor = { memo = {}, button = {}, window = {}, } GUIEditor.window[1] = guiCreateWindow(226, 84, 822, 574, "قـــوانـــيــن الــســيــرفــر", false) guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.button[1] = guiCreateButton(204, 499, 431, 66, "I Agree And Accept", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "sa-header") GUIEditor.memo[1] = guiCreateMemo(10, 30, 803, 460, "القوانين هنا\n\n", false, GUIEditor.window[1]) guiMemoSetReadOnly ( GUIEditor.memo[1], true ) addEventHandler ( "onClientGUIClick", GUIEditor.button[1], function ( ) guiSetVisible ( GUIEditor.window[1], false ) showCursor ( false ) end ) addEventHandler ( "onClientResourceStart", resourceRoot, function ( ) guiSetVisible ( GUIEditor.window[1], true ) showCursor ( true ) end ) وإذا ما جتكـ النآفذة إطرحلي ملف الكلنت كآمل = ) Link to comment
#Al-Ha[J]aRii Posted February 20, 2013 Author Share Posted February 20, 2013 -- Client Side ! GUIEditor = { memo = {}, button = {}, window = {}, } GUIEditor.window[1] = guiCreateWindow(226, 84, 822, 574, "قـــوانـــيــن الــســيــرفــر", false) guiWindowSetSizable(GUIEditor.window[1], false) showCursor ( true ) GUIEditor.button[1] = guiCreateButton(204, 499, 431, 66, "I Agree And Accept", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "sa-header") GUIEditor.memo[1] = guiCreateMemo(10, 30, 803, 460, "القوانين هنا\n\n", false, GUIEditor.window[1]) guiMemoSetReadOnly ( GUIEditor.memo[1], true ) addEventHandler ( "onClientGUIClick", GUIEditor.button[1], function ( ) guiSetVisible ( GUIEditor.window[1], false ) showCursor ( false ) end ) المفروض كذآ تجيكـ اللوحة اول ما يدخل السسيرفر + المآوسس ^ وإذا ما جتكـ إسستخدم ذآ الكود , مع إنه لازم تجي , -- Client Side ! GUIEditor = { memo = {}, button = {}, window = {}, } GUIEditor.window[1] = guiCreateWindow(226, 84, 822, 574, "قـــوانـــيــن الــســيــرفــر", false) guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.button[1] = guiCreateButton(204, 499, 431, 66, "I Agree And Accept", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "sa-header") GUIEditor.memo[1] = guiCreateMemo(10, 30, 803, 460, "القوانين هنا\n\n", false, GUIEditor.window[1]) guiMemoSetReadOnly ( GUIEditor.memo[1], true ) addEventHandler ( "onClientGUIClick", GUIEditor.button[1], function ( ) guiSetVisible ( GUIEditor.window[1], false ) showCursor ( false ) end ) addEventHandler ( "onClientResourceStart", resourceRoot, function ( ) guiSetVisible ( GUIEditor.window[1], true ) showCursor ( true ) end ) وإذا ما جتكـ النآفذة إطرحلي ملف الكلنت كآمل = ) تسلمـــــــــ اشتغل Link to comment
===|OSAMA|=== Posted February 20, 2013 Share Posted February 20, 2013 ^ يسسلمككـ ربي # 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