Jump to content

Mr.T9

Members
  • Posts

    559
  • Joined

  • Last visited

Everything posted by Mr.T9

  1. والله شكلك تبعت عليه + انا شرحته له بـ اختصار
  2. اتوقع بتستخدم getElementsByType
  3. جرب GUIEditor = { window = {}, button = {} } GUIEditor.window[1] = guiCreateWindow(495, 206, 335, 363, "Test", false) guiSetVisible ( GUIEditor.window[1], false ) guiSetAlpha(GUIEditor.window[1], 0.76) GUIEditor.button[1] = guiCreateButton(872, 269, 329, 216, "open wind", false,GUIEditor.window[1]) GUIEditor.window[5] = guiCreateWindow(495, 206, 328, 265, "T", false) guiSetVisible ( GUIEditor.window[5], false ) Window = GUIEditor.window[1],GUIEditor.window[5] bindKey ( "F2" , "down" , function () if guiGetVisible ( Window , true ) then guiSetVisible ( GUIEditor.window[1] , false ) guiSetVisible ( GUIEditor.window[5] , false ) showCursor ( false ) outputChatBox ( "Closed" , 255 , 0 , 0 , true ) else guiSetVisible ( GUIEditor.window[1] , true ) showCursor ( true ) outputChatBox ( "Opened" , 0 , 255 , 0 , true ) end end ) addEventHandler( "onClientGUIClick", resourceRoot, function() if ( source == GUIEditor.button[1] ) then guiSetVisible ( GUIEditor.window[1],false) guiSetVisible ( GUIEditor.window[5],true) showCursor(true) end end)
  4. مستر تي9 ^ ض1 تبي تتغلق مع النافذه الرئيسيه لما وش يسوي يضغط زر ولا ضغط اف 2 ؟
  5. جرب GUIEditor = { window = {}, button = {} } GUIEditor.window[1] = guiCreateWindow(495, 206, 335, 363, "Test", false) guiSetVisible ( GUIEditor.window[1], false ) guiSetAlpha(GUIEditor.window[1], 0.76) GUIEditor.button[1] = guiCreateButton(872, 269, 329, 216, "open wind", false,GUIEditor.window[1]) GUIEditor.window[5] = guiCreateWindow(495, 206, 328, 265, "T", false) guiSetVisible ( GUIEditor.window[5], false ) bindKey ( "F2" , "down" , function () if guiGetVisible ( GUIEditor.window[1] , true ) then guiSetVisible ( GUIEditor.window[1] , false ) guiSetVisible ( GUIEditor.window[5] , false ) showCursor ( false ) outputChatBox ( "Closed" , 255 , 0 , 0 , true ) else guiSetVisible ( GUIEditor.window[1] , true ) showCursor ( true ) outputChatBox ( "Opened" , 0 , 255 , 0 , true ) end end ) addEventHandler( "onClientGUIClick", resourceRoot, function() if ( source == GUIEditor.button[1] ) then guiSetVisible ( GUIEditor.window[1],false) guiSetVisible ( GUIEditor.window[5],true) showCursor(true) end end)
  6. والله لحست مخي طيب جرب هذا اللي فهمته منك GUIEditor = { window = {}, button = {} } GUIEditor.window[1] = guiCreateWindow(495, 206, 335, 363, "Test", false) guiSetVisible ( GUIEditor.window[1], false ) guiSetAlpha(GUIEditor.window[1], 0.76) GUIEditor.button[1] = guiCreateButton(872, 269, 329, 216, "open wind", false,GUIEditor.window[1]) GUIEditor.window[5] = guiCreateWindow(495, 206, 328, 265, "T", false) guiSetVisible ( GUIEditor.window[5], false ) bindKey ( "F2" , "down" , function () if guiGetVisible ( GUIEditor.window[1] , true ) then guiSetVisible ( GUIEditor.window[1] , false ) guiSetVisible ( GUIEditor.window[5] , false ) showCursor ( false ) outputChatBox ( "Closed" , 255 , 0 , 0 , true ) else guiSetVisible ( GUIEditor.window[1] , true ) showCursor ( true ) outputChatBox ( "Opened" , 0 , 255 , 0 , true ) end end ) addEventHandler( "onClientGUIClick", resourceRoot, function() if ( source == GUIEditor.button[1] ) then guiSetVisible ( GUIEditor.window[5],true) showCursor(true) end end) addEventHandler( "onClientGUIClick", resourceRoot, function() if ( source == GUIEditor.button[1] ) then guiSetVisible ( GUIEditor.window[5], false ) guiSetVisible ( GUIEditor.window[1], false ) showCursor(false) end end)
  7. جرب كذا طيب GUIEditor = { window = {}, button = {} } GUIEditor.window[1] = guiCreateWindow(495, 206, 335, 363, "Test", false) guiSetVisible ( GUIEditor.window[1], false ) guiSetAlpha(GUIEditor.window[1], 0.76) GUIEditor.button[1] = guiCreateButton(872, 269, 329, 216, "open wind", false,GUIEditor.window[1]) GUIEditor.window[5] = guiCreateWindow(495, 206, 328, 265, "T", false) guiSetVisible ( GUIEditor.window[5], false ) bindKey ( "F2" , "down" , function () if guiGetVisible ( GUIEditor.window[1] , true ) then guiSetVisible ( GUIEditor.window[1] , false ) showCursor ( false ) outputChatBox ( "Closed" , 255 , 0 , 0 , true ) else guiSetVisible ( GUIEditor.window[1] , true ) showCursor ( true ) outputChatBox ( "Opened" , 0 , 255 , 0 , true ) end end ) addEventHandler( "onClientGUIClick", resourceRoot, function( ) if ( source == GUIEditor.button[1] ) then guiSetVisible ( GUIEditor.window[5], true ) showCursor(true) end end) addEventHandler( "onClientGUIClick", resourceRoot, function( ) if ( source == GUIEditor.button[1] ) then guiSetVisible ( GUIEditor.window[5], false ) guiSetVisible ( GUIEditor.window[1], false ) showCursor(false) end end)
  8. يقولك نزل السلاح من الموقع وحوله لمود ام تي اي !
  9. كيف تختفي ؟؟ اذا بتختفي لازم تستخدم setTimer guiSetVisible
  10. Mr.T9

    Camera

    شي تبي الكاميرا تتبعه
  11. getPlayerCount "onPlayerJoin" "onPlayerQuit"
  12. getPlayerName + isTimer -- Event: "onClientGUIClick" triggerServerEvent getPlayerMoney هو يقول يسحب فلوس من لاعب ماقال يسحب فلوس نفسه !
  13. getPlayerName setTimer addCommandHandler givePlayerMoney takePlayerMoney مدري اذا فيه وظيفة زايده او شي زايد
  14. اهااا الحين توني شفتها مشكور
  15. وكيف تبيه يشتغل .. وعافس الميتا الميتا مافيه ولا خطا والكود اللي انت حاطه وش الفرق بينه وبين حقه قلنا يالذكي !؟
  16. وش المشكلة الحين ؟
  17. Download the latest version of the resource admin
  18. اتوقع من نفس الاينفت اللي انت مستخدمه
×
×
  • Create New...