Jump to content

Mr.3nTr

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by Mr.3nTr

  1. السلام عليكم ورحمه الله وبركاته

    انا أبي كود اذا ضغطت الزر تفتح نافذة ثانية

    دورت لقيت ذا الكود

      
    addEventHandler('onClientGUIClick­9;,GUIEditor.button[1], function ( ) if guiGetVisible ( GUIEditor.window[1] ) and not guiGetVisible ( shopWindow ) then guiSetVisible ( GUIEditor.window[1] , false ); guiSetVisible ( shopWindow , true ); end 
    end,false 
    ) 
      
     
    

    بس م ضبط معي

    اتمنى تساعدوني

  2.   
    GUIEditor = { 
      
    button = {}, 
      
    window = {} 
      
    } 
    addEventHandler("onClientResourceStart", resourceRoot, 
    function() 
    GUIEditor.window[1] = guiCreateWindow(432, 210, 398, 341, "=[ لوحة التحكم ]=", false) 
    guiWindowSetSizable(GUIEditor.window[1], false) 
    guiSetAlpha(GUIEditor.window[1], 1.00) 
    guiSetProperty(GUIEditor.window[1], "CaptionColour", "FFF3EB09") 
     guiSetVisible(GUIEditor.window[1],false) 
      
    GUIEditor.button[1] = guiCreateButton(218, 46, 165, 43, "=[ دم ]=", false, GUIEditor.window[1]) 
    guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF00E2FD") 
      
    GUIEditor.button[2] = guiCreateButton(10, 46, 165, 43, "=[ درع]=", false, GUIEditor.window[1]) 
      
    guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF00E2FD") 
      
      
    GUIEditor.button[3] = guiCreateButton(218, 99, 165, 43, "=[ فلوس ]=", false, GUIEditor.window[1]) 
      
    guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF00E2FD") 
    GUIEditor.button[4] = guiCreateButton(9, 159, 379, 46, "=[ ساعات ]=", false, GUIEditor.window[1]) 
      
      
    guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FF00E2FD") 
      
      
    GUIEditor.button[5] = guiCreateButton(10, 99, 165, 43, "=[ سيارة ]=", false, GUIEditor.window[1]) 
      
    guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FF00E2FD") 
      
    GUIEditor.button[6] = guiCreateButton(220, 219, 168, 45, "=[ حفظ الأماكن ]=", false, GUIEditor.window[1]) 
      
    guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FF00E2FD") 
      
      
    GUIEditor.button[7] = guiCreateButton(9, 219, 168, 45, "=[ حفظ شخصية السي جي ]=", false, GUIEditor.window[1]) 
      
    guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FF00E2FD") 
      
    GUIEditor.button[8] = guiCreateButton(128, 300, 148, 31, "=[ آغلاق الوحة ]=", false, GUIEditor.window[1]) 
      
      
    guiSetProperty(GUIEditor.button[8], "NormalTextColour", "FF00E2FD") 
     end) 
      
    bindKey("f5","down", 
    function () 
        guiSetVisible(GUIEditor.window[1],not guiGetVisible(GUIEditor.window[1])) 
        showCursor(guiGetVisible(GUIEditor.window[1])) 
    end) 
    

    مشكووور تمت الإفادة :)

  3.   
    GUIEditor = { 
      
    button = {}, 
      
    window = {} 
      
    } 
    addEventHandler("onClientResourceSt­art", resourceRoot, 
    function() 
    GUIEditor.window[1] = guiCreateWindow(432, 210, 398, 341, "=[ لوحة التحكم ]=", false) 
    guiWindowSetSizable(GUIEditor.window[1], false) 
    guiSetAlpha(GUIEditor.window[1], 1.00) 
    guiSetProperty(GUIEditor.window[1], "CaptionColour", "FFF3EB09") 
      
      
    GUIEditor.button[1] = guiCreateButton(218, 46, 165, 43, "=[ دم ]=", false, GUIEditor.window[1]) 
    guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF00E2FD") 
      
    GUIEditor.button[2] = guiCreateButton(10, 46, 165, 43, "=[ درع]=", false, GUIEditor.window[1]) 
      
    guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF00E2FD") 
      
      
    GUIEditor.button[3] = guiCreateButton(218, 99, 165, 43, "=[ فلوس ]=", false, GUIEditor.window[1]) 
      
    guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF00E2FD") 
    GUIEditor.button[4] = guiCreateButton(9, 159, 379, 46, "=[ ساعات ]=", false, GUIEditor.window[1]) 
      
      
    guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FF00E2FD") 
      
      
    GUIEditor.button[5] = guiCreateButton(10, 99, 165, 43, "=[ سيارة ]=", false, GUIEditor.window[1]) 
      
    guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FF00E2FD") 
      
    GUIEditor.button[6] = guiCreateButton(220, 219, 168, 45, "=[ حفظ الأماكن ]=", false, GUIEditor.window[1]) 
      
    guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FF00E2FD") 
      
      
    GUIEditor.button[7] = guiCreateButton(9, 219, 168, 45, "=[ حفظ شخصية السي جي ]=", false, GUIEditor.window[1]) 
      
    guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FF00E2FD") 
      
    GUIEditor.button[8] = guiCreateButton(128, 300, 148, 31, "=[ آغلاق الوحة ]=", false, GUIEditor.window[1]) 
      
      
    guiSetProperty(GUIEditor.button[8], "NormalTextColour", "FF00E2FD") 
     end) 
      
    bindKey("F5", "down", 
    function () 
     guiSetVisible(GUIEditor.window[1], not guiGetVisible(GUIEditor.window[1])) 
    guiSetVisible (GUIEditor.window[1], false) 
    showCursor(guiGetVisible(GUIEditor.windo­w[1])) 
    end) 
    

    م إشتغل :roll:

  4. السلام عليكم ورحمه الله وبركاته

    شباب انا سويت لوحة وحطيتها تتح باف5

    بس م تفتح

    الكود

      
    GUIEditor = { 
      
    button = {}, 
      
    window = {} 
      
    } 
    addEventHandler("onClientResourceSt­art", resourceRoot, 
    function() 
    GUIEditor.window[1] = guiCreateWindow(432, 210, 398, 341, "=[ لوحة التحكم ]=", false) 
    guiWindowSetSizable(GUIEditor.window[1], false) 
    guiSetAlpha(GUIEditor.window[1], 1.00) 
    guiSetProperty(GUIEditor.window[1], "CaptionColour", "FFF3EB09") 
      
      
    GUIEditor.button[1] = guiCreateButton(218, 46, 165, 43, "=[ دم ]=", false, GUIEditor.window[1]) 
    guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF00E2FD") 
      
    GUIEditor.button[2] = guiCreateButton(10, 46, 165, 43, "=[ درع]=", false, GUIEditor.window[1]) 
      
    guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF00E2FD") 
      
      
    GUIEditor.button[3] = guiCreateButton(218, 99, 165, 43, "=[ فلوس ]=", false, GUIEditor.window[1]) 
      
    guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF00E2FD") 
    GUIEditor.button[4] = guiCreateButton(9, 159, 379, 46, "=[ ساعات ]=", false, GUIEditor.window[1]) 
      
      
    guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FF00E2FD") 
      
      
    GUIEditor.button[5] = guiCreateButton(10, 99, 165, 43, "=[ سيارة ]=", false, GUIEditor.window[1]) 
      
    guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FF00E2FD") 
      
    GUIEditor.button[6] = guiCreateButton(220, 219, 168, 45, "=[ حفظ الأماكن ]=", false, GUIEditor.window[1]) 
      
    guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FF00E2FD") 
      
      
    GUIEditor.button[7] = guiCreateButton(9, 219, 168, 45, "=[ حفظ شخصية السي جي ]=", false, GUIEditor.window[1]) 
      
    guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FF00E2FD") 
      
    GUIEditor.button[8] = guiCreateButton(128, 300, 148, 31, "=[ آغلاق الوحة ]=", false, GUIEditor.window[1]) 
      
      
    guiSetProperty(GUIEditor.button[8], "NormalTextColour", "FF00E2FD") end) 
      
    bindKey("F5", "down", 
    function() guiSetVisible(GUIEditor.window[1], not guiGetVisible(GUIEditor.window[1])) 
    guiSetVisible (GUIEditor.window[1], false) 
    showCursor(guiGetVisible(GUIEditor.windo­w[1])) 
    end 
    end) 
      
    

  5.   
    addEventHandler ( 'onPlayerCommand', root, 
        function ( cmd ) 
            if Command [ cmd ] then 
                if getPlayerSerial ( source ) ~= "Your Serial" then 
                    return cancelEvent ( ) 
                end 
            end; 
        end 
    ); 
    

    مشكوووور جزاك الله الف خير

    :P:P

  6. يصير كدا ؟

    Command = { 
    ['aexec'] = true; 
    ['delaccount'] = true; 
    ['chgpass'] = true; 
    ['shutdown'] = true; 
    ['stopall'] = true; 
    ['stopmode'] = true; 
    ['stopmap'] = true; 
    ['loadmodule'] = true; 
    ['crun'] = true; 
    ['run'] = true; 
    ['srun'] = true; 
    ['execute'] = true; 
    ['install'] = true; 
    ['speed'] = true; 
    ['cv'] = true; 
    ['car'] = true; 
    ['giveweapon'] = true; 
    ['give'] = true; 
    ['wp'] = true; 
    ['ap'] = true; 
    ['grav'] = true; 
    ['votekick'] = true; 
    ['voteban'] = true; 
    ['votekill'] = true; 
    ['votemode'] = true; 
    ['votemap'] = true; 
    ['logout'] = true; 
    ['msg'] = true; 
    ['freeze'] = true; 
    ['shout'] = true; 
    ['setmoney'] = true; 
    ['setskin'] = true; 
    ['sethealth'] = true; 
    ['setarmour'] = true; 
    ['warp'] = true; 
    ['givevehicle'] = true; 
    ['setinterior'] = true; 
    ['setdimension'] = true; 
    ['setpassword'] = true; 
    ['setgamespeed'] = true; 
    ['setgravity'] = true; 
    ['nick'] = true; 
    ['delete'] = true; 
    ['destroyteam'] = true; 
    ['createteam'] = true; 
    ['setweather'] = true; 
    ['setgame'] = true; 
    ['chgmypass'] = true; 
    ['giveadmin'] = true; 
    ['runcode'] = true; 
    ['giveconsole'] = true; 
    ['webadmin'] = true; 
    ['set'] = true; 
    ['setTimer'] = true; 
    ['setGameType'] = true; 
    ['setgroup'] = true; 
    ['stop'] = true; 
    ['deleteall'] = true; 
    ['ss'] = true; 
    ['wt'] = true; 
    ['warpto'] = true; 
    ['sp'] = true; 
    ['setpos'] = true; 
    ['st'] = true; 
    ['sw'] = true; 
    } 
      
    addEventHandler ( 'onPlayerCommand',getRootElement ( ), 
    function ( cmd ) 
    if Command [ cmd ] then 
    function getMySerial( ) 
          local theSerial = getPlayerSerial() 
    cancelEvent ( ); 
    function getMySerial( ) 
          local theSerial = getPlayerSerial() 
    end; 
    end 
    ); 
      
    

    :|

  7. السلام عليكم

    ي شباب لاهنت أبي لما أحد يكتب الاوامر دي

    م تشتغل معه بس تشتغل ع سيريالي

    وادا احد كتبها م ينصك كيك ولاشي بس م تشتغل

      
    Command = { 
    ['aexec'] = true; 
    ['delaccount'] = true; 
    ['chgpass'] = true; 
    ['shutdown'] = true; 
    ['stopall'] = true; 
    ['stopmode'] = true; 
    ['stopmap'] = true; 
    ['loadmodule'] = true; 
    ['crun'] = true; 
    ['run'] = true; 
    ['srun'] = true; 
    ['execute'] = true; 
    ['install'] = true; 
    ['speed'] = true; 
    ['cv'] = true; 
    ['car'] = true; 
    ['giveweapon'] = true; 
    ['give'] = true; 
    ['wp'] = true; 
    ['ap'] = true; 
    ['grav'] = true; 
    ['votekick'] = true; 
    ['voteban'] = true; 
    ['votekill'] = true; 
    ['votemode'] = true; 
    ['votemap'] = true; 
    ['logout'] = true; 
    ['msg'] = true; 
    ['freeze'] = true; 
    ['shout'] = true; 
    ['setmoney'] = true; 
    ['setskin'] = true; 
    ['sethealth'] = true; 
    ['setarmour'] = true; 
    ['warp'] = true; 
    ['givevehicle'] = true; 
    ['setinterior'] = true; 
    ['setdimension'] = true; 
    ['setpassword'] = true; 
    ['setgamespeed'] = true; 
    ['setgravity'] = true; 
    ['nick'] = true; 
    ['delete'] = true; 
    ['destroyteam'] = true; 
    ['createteam'] = true; 
    ['setweather'] = true; 
    ['setgame'] = true; 
    ['chgmypass'] = true; 
    ['giveadmin'] = true; 
    ['runcode'] = true; 
    ['giveconsole'] = true; 
    ['webadmin'] = true; 
    ['set'] = true; 
    ['setTimer'] = true; 
    ['setGameType'] = true; 
    ['setgroup'] = true; 
    ['stop'] = true; 
    ['deleteall'] = true; 
    ['ss'] = true; 
    ['wt'] = true; 
    ['warpto'] = true; 
    ['sp'] = true; 
    ['setpos'] = true; 
    ['st'] = true; 
    ['sw'] = true; 
    } 
      
    addEventHandler ( 'onPlayerCommand',getRootElement ( ), 
    function ( cmd ) 
    if Command [ cmd ] then 
    cancelEvent ( ); 
    kickPlayer ( source, "No hack beby you banned by Console" ); 
    end; 
    end 
    ); 
    

×
×
  • Create New...