Jump to content

guiSetVisible


Recommended Posts

السلآمم عليكمم ,

شبآب ممكن تصحيح لذآ الكود , آو بالاصصح وين الخطأ في الكود ؟

آنآ شآكك في guiSetVisible = )

GUIEditor = { 
    button = {}, 
    label = {}, 
    window = {}, 
} 
GUIEditor.window[1] = guiCreateWindow(272, 117, 249, 370, "== ~ | Information Player | ~ ==", false) 
guiWindowSetSizable(GUIEditor.window[1], false) 
guiSetAlpha(GUIEditor.window[1], 1.00) 
  
GUIEditor.button[1] = guiCreateButton(35, 32, 180, 38, "Copy My Serial !", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF11ED21") 
GUIEditor.button[2] = guiCreateButton(35, 81, 180, 38, "Show My Money In Chat !", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFDBF409") 
GUIEditor.button[3] = guiCreateButton(35, 131, 180, 38, "Show My Name In Chat !", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF0582F7") 
playerping = GUIEditor.label[1] = guiCreateLabel(13, 186, 236, 19, "My Ping Is ! :", false, GUIEditor.window[1]) 
function changeLabelColor ( )  
guiLabelSetColor ( GUIEditor.label[1], math.random(0, 255), math.random(0, 255), math.random(0, 255) )  
end  
setTimer ( changeLabelColor, 50, 0 )  
Skin = GUIEditor.label[2] = guiCreateLabel(13, 216, 236, 19, "MyID Skin is ! :", false, GUIEditor.window[1]) 
function changeLabelColor ( )  
guiLabelSetColor ( GUIEditor.label[2], math.random(0, 255), math.random(0, 255), math.random(0, 255) )  
end  
setTimer ( changeLabelColor, 50, 0 )  
id = GUIEditor.label[3] = guiCreateLabel(13, 245, 236, 19, "My ID is ! :", false, GUIEditor.window[1]) 
function changeLabelColor ( )  
guiLabelSetColor ( GUIEditor.label[3], math.random(0, 255), math.random(0, 255), math.random(0, 255) )  
end  
setTimer ( changeLabelColor, 50, 0 )  
playerw = GUIEditor.label[4] = guiCreateLabel(13, 273, 236, 19, "MyIDWeapon is ! :", false, GUIEditor.window[1]) 
function changeLabelColor ( )  
guiLabelSetColor ( GUIEditor.label[4], math.random(0, 255), math.random(0, 255), math.random(0, 255) )  
end  
setTimer ( changeLabelColor, 50, 0 )  
health = GUIEditor.label[5] = guiCreateLabel(13, 300, 236, 19, "My Health ! :", false, GUIEditor.window[1]) 
function changeLabelColor ( )  
guiLabelSetColor ( GUIEditor.label[5], math.random(0, 255), math.random(0, 255), math.random(0, 255) )  
end  
setTimer ( changeLabelColor, 50, 0 )  
armor = GUIEditor.label[6] = guiCreateLabel(13, 326, 236, 19, "My Armor ! :", false, GUIEditor.window[1]) 
function changeLabelColor ( )  
guiLabelSetColor ( GUIEditor.label[6], math.random(0, 255), math.random(0, 255), math.random(0, 255) )  
end  
setTimer ( changeLabelColor, 50, 0 )  
GUIEditor.label[7] = guiCreateLabel(148, 346, 95, 17, "By : Mr.Ray[b]ak", false, GUIEditor.window[1]) 
function changeLabelColor ( )  
guiLabelSetColor ( GUIEditor.label[7], math.random(0, 255), math.random(0, 255), math.random(0, 255) )  
end  
setTimer ( changeLabelColor, 50, 0 )  
GUIEditor.button[4] = guiCreateButton(225, 22, 15, 26, "X", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFAAAAAA") 
  
---------------------------------------------------------------------- 
  
function Close() 
guiSetVisible(GUIEditor.window[1], false) 
showCursor( false ) 
end 
function open() 
guiSetVisible(GUIEditor.window[1], true) 
showCursor( true ) 
end 
bindKey("F3","down", 
function() 
if (guiGetVisible(GUIEditor.window[1]) == false) then 
open() 
else 
Close() 
   end 
end) 
addEventHandler("onClientGUIClick", root, 
function( state, absoluteX, absolutey ) 
if (source == GUIEditor.button[4]) then 
Close() 
   end 
end 
) 
  
------------------------------------------------------------------ 
  
addEventHandler("onClientRender", getRootElement(), refreshStats) 
guiSetText ( playerWeapon, getPedWeapon(localPlayer)) 
function refreshStats() 
if guiGetVisible(GUIEditor.window[1],true) then 
else 
   guiSetText(playerWeapon,"MyIDWeapon is ! :"..getPedWeapon(getLocalPlayer())) 
    end 
end 
  
------------------------------------------------------------------------ 
  
addEventHandler("onClientRender", getRootElement(), refreshStats) 
guiSetText ( id, getElementRadius(localPlayer)) 
function refreshStats() 
if guiGetVisible(GUIEditor.window[1],true) then 
else 
   guiSetText(id,"My ID is ! :"..getElementRadius(getLocalPlayer())) 
    end 
end 
  
---------------------------------------------------------------------- 
addEventHandler("onClientRender", getRootElement(), refreshStats) 
function refreshStats() 
if guiGetVisible(GUIEditor.window[1],true) then 
else 
   guiSetText(playerPing,"My Ping Is ! :"..getPlayerPing(getLocalPlayer())) 
    end 
end 
  
------------------------------------------------------------------------ 
  
addEventHandler("onClientRender", getRootElement(), refreshStats) 
guiSetText ( Skin, getPedSkin(localPlayer)) 
function refreshStats() 
if guiGetVisible(GUIEditor.window[1],true) then 
else 
   guiSetText(Skin,"MyID Skin is ! :"..getPedSkin(getLocalPlayer())) 
    end 
end 
  
-------------------------------------------------------------------------- 
  
addEventHandler("onClientRender", getRootElement(), refreshStats) 
guiSetText ( health, getElementHealth(localPlayer)) 
function refreshStats() 
if guiGetVisible(GUIEditor.window[1],true) then 
else 
   guiSetText(health,"My Health ! :"..getElementHealth(getLocalPlayer())) 
    end 
end 
  
---------------------------------------------------------------------------- 
  
addEventHandler("onClientRender", getRootElement(), refreshStats) 
guiSetText ( armor, getPedArmor(localPlayer)) 
function refreshStats() 
if guiGetVisible(GUIEditor.window[1],true) then 
else 
   guiSetText(playerArmor,"My Armor ! :"..getPedArmor(getLocalPlayer())) 
    end 
end 
  
---------------------------------------------------------------------------- 
  
addEventHandler('onClientGUIClick',root, 
     function() 
            if source == GUIEditor.button[2] then 
                   if spam then outputChatBox("You have to wait 30 sec To Use This Command",255,0,0) return end 
                   triggerServerEvent ("showMoney", localPlayer)  
                   spam = true 
                   setTimer(function() spam = false end,30000,1) 
     end 
) 
  
---------------------------------------------------------------------------- 
  
function onGuiClick (button, state, absoluteX, absoluteY) 
  if source == GUIEditor.button[1] then 
 setClipboard ( "" .. getPlayerSerial(source) .. "" ) 
  end 
end 
addEventHandler ("onClientGUIClick", getRootElement(), onGuiClick) 
Link to comment
GUIEditor = { 
    button = {}, 
    label = {}, 
    window = {}, 
} 
GUIEditor.window[1] = guiCreateWindow(272, 117, 249, 370, "== ~ | Information Player | ~ ==", false) 
guiWindowSetSizable(GUIEditor.window[1], false) 
guiSetAlpha(GUIEditor.window[1], 1.00) 
  
GUIEditor.button[1] = guiCreateButton(35, 32, 180, 38, "Copy My Serial !", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF11ED21") 
GUIEditor.button[2] = guiCreateButton(35, 81, 180, 38, "Show My Money In Chat !", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFDBF409") 
GUIEditor.button[3] = guiCreateButton(35, 131, 180, 38, "Show My Name In Chat !", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF0582F7") 
playerping = GUIEditor.label[1] = guiCreateLabel(13, 186, 236, 19, "My Ping Is ! :", false, GUIEditor.window[1]) 
function changeLabelColor ( ) 
guiLabelSetColor ( GUIEditor.label[1], math.random(0, 255), math.random(0, 255), math.random(0, 255) ) 
end 
setTimer ( changeLabelColor, 50, 0 ) 
Skin = guiCreateLabel(13, 216, 236, 19, "MyID Skin is ! :", false, GUIEditor.window[1]) 
function changeLabelColor ( ) 
guiLabelSetColor ( GUIEditor.label[2], math.random(0, 255), math.random(0, 255), math.random(0, 255) ) 
end 
setTimer ( changeLabelColor, 50, 0 ) 
id = guiCreateLabel(13, 245, 236, 19, "My ID is ! :", false, GUIEditor.window[1]) 
function changeLabelColor ( ) 
guiLabelSetColor ( GUIEditor.label[3], math.random(0, 255), math.random(0, 255), math.random(0, 255) ) 
end 
setTimer ( changeLabelColor, 50, 0 ) 
playerw = guiCreateLabel(13, 273, 236, 19, "MyIDWeapon is ! :", false, GUIEditor.window[1]) 
function changeLabelColor ( ) 
guiLabelSetColor ( GUIEditor.label[4], math.random(0, 255), math.random(0, 255), math.random(0, 255) ) 
end 
setTimer ( changeLabelColor, 50, 0 ) 
health = guiCreateLabel(13, 300, 236, 19, "My Health ! :", false, GUIEditor.window[1]) 
function changeLabelColor ( ) 
guiLabelSetColor ( GUIEditor.label[5], math.random(0, 255), math.random(0, 255), math.random(0, 255) ) 
end 
setTimer ( changeLabelColor, 50, 0 ) 
armor guiCreateLabel(13, 326, 236, 19, "My Armor ! :", false, GUIEditor.window[1]) 
function changeLabelColor ( ) 
guiLabelSetColor ( GUIEditor.label[6], math.random(0, 255), math.random(0, 255), math.random(0, 255) ) 
end 
setTimer ( changeLabelColor, 50, 0 ) 
GUIEditor.label[7] = guiCreateLabel(148, 346, 95, 17, "By : Mr.Ray[b]ak", false, GUIEditor.window[1]) 
function changeLabelColor ( ) 
guiLabelSetColor ( GUIEditor.label[7], math.random(0, 255), math.random(0, 255), math.random(0, 255) ) 
end 
setTimer ( changeLabelColor, 50, 0 ) 
GUIEditor.button[4] = guiCreateButton(225, 22, 15, 26, "X", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFAAAAAA") 
  
---------------------------------------------------------------------- 
  
function Close() 
guiSetVisible(GUIEditor.window[1], false) 
showCursor( false ) 
end 
function open() 
guiSetVisible(GUIEditor.window[1], true) 
showCursor( true ) 
end 
bindKey("F3","down", 
function() 
if (guiGetVisible(GUIEditor.window[1]) == false) then 
open() 
else 
Close() 
   end 
end) 
addEventHandler("onClientGUIClick", root, 
function( state, absoluteX, absolutey ) 
if (source == GUIEditor.button[4]) then 
Close() 
   end 
end 
) 
  
------------------------------------------------------------------ 
  
addEventHandler("onClientRender", getRootElement(), refreshStats) 
guiSetText ( playerWeapon, getPedWeapon(localPlayer)) 
function refreshStats() 
if guiGetVisible(GUIEditor.window[1],true) then 
else 
   guiSetText(playerWeapon,"MyIDWeapon is ! :"..getPedWeapon(getLocalPlayer())) 
    end 
end 
  
------------------------------------------------------------------------ 
  
addEventHandler("onClientRender", getRootElement(), refreshStats) 
guiSetText ( id, getElementRadius(localPlayer)) 
function refreshStats() 
if guiGetVisible(GUIEditor.window[1],true) then 
else 
   guiSetText(id,"My ID is ! :"..getElementRadius(getLocalPlayer())) 
    end 
end 
  
---------------------------------------------------------------------- 
addEventHandler("onClientRender", getRootElement(), refreshStats) 
function refreshStats() 
if guiGetVisible(GUIEditor.window[1],true) then 
else 
   guiSetText(playerPing,"My Ping Is ! :"..getPlayerPing(getLocalPlayer())) 
    end 
end 
  
------------------------------------------------------------------------ 
  
addEventHandler("onClientRender", getRootElement(), refreshStats) 
guiSetText ( Skin, getPedSkin(localPlayer)) 
function refreshStats() 
if guiGetVisible(GUIEditor.window[1],true) then 
else 
   guiSetText(Skin,"MyID Skin is ! :"..getPedSkin(getLocalPlayer())) 
    end 
end 
  
-------------------------------------------------------------------------- 
  
addEventHandler("onClientRender", getRootElement(), refreshStats) 
guiSetText ( health, getElementHealth(localPlayer)) 
function refreshStats() 
if guiGetVisible(GUIEditor.window[1],true) then 
else 
   guiSetText(health,"My Health ! :"..getElementHealth(getLocalPlayer())) 
    end 
end 
  
---------------------------------------------------------------------------- 
  
addEventHandler("onClientRender", getRootElement(), refreshStats) 
guiSetText ( armor, getPedArmor(localPlayer)) 
function refreshStats() 
if guiGetVisible(GUIEditor.window[1],true) then 
else 
   guiSetText(playerArmor,"My Armor ! :"..getPedArmor(getLocalPlayer())) 
    end 
end 
  
---------------------------------------------------------------------------- 
  
addEventHandler('onClientGUIClick',root, 
     function() 
            if source == GUIEditor.button[2] then 
                   if spam then outputChatBox("You have to wait 30 sec To Use This Command",255,0,0) return end 
                   triggerServerEvent ("showMoney", localPlayer) 
                   spam = true 
                   setTimer(function() spam = false end,30000,1) 
     end 
) 
  
---------------------------------------------------------------------------- 
  
function onGuiClick (button, state, absoluteX, absoluteY) 
  if source == GUIEditor.button[1] then 
 setClipboard ( "" .. getPlayerSerial(source) .. "" ) 
  end 
end 
addEventHandler ("onClientGUIClick", getRootElement(), onGuiClick) 

Link to comment

:lol::lol: ??

عافس ام الكود أخووي مع احترامي لك :mrgreen:

رتبتة لك بس شوف سويت لك مثلا اذا ضغط زر اظهار الاسم او الفلوس الزر يقفل ويفتح بعد دقيقة أفضل ذذ و سويت لك كل الازرار الزر الاول ينسخ السريال

الزر الثاني يرسل ترايقر عشان يظهر الفلوس الزر الثالث حق اظهار الاسم بس سويت حق يقفل الزر لانك ماسويت أي شيء يسوية سوي اللي تبية

و الزر حق الاغلاق سويتةة وهذا هو الكود :

GUIEditor = { 
    button = {}, 
    label = {}, 
    window = {}, 
} 
GUIEditor.window[1] = guiCreateWindow(272, 117, 249, 370, "== ~ | Information Player | ~ ==", false); 
guiSetVisible(GUIEditor.window[1],false); 
guiWindowSetSizable(GUIEditor.window[1], false); 
guiSetAlpha(GUIEditor.window[1], 1.00); 
  
GUIEditor.button[1] = guiCreateButton(35, 32, 180, 38, "Copy My Serial !", false, GUIEditor.window[1]); 
guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF11ED21"); 
GUIEditor.button[2] = guiCreateButton(35, 81, 180, 38, "Show My Money In Chat !", false, GUIEditor.window[1]); 
guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFDBF409"); 
GUIEditor.button[3] = guiCreateButton(35, 131, 180, 38, "Show My Name In Chat !", false, GUIEditor.window[1]); 
guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF0582F7"); 
playerPing = guiCreateLabel(13, 186, 236, 19, "My Ping Is ! :", false, GUIEditor.window[1]); 
Skin  = guiCreateLabel(13, 216, 236, 19, "MyID Skin is ! :", false, GUIEditor.window[1]); 
id = guiCreateLabel(13, 245, 236, 19, "My ID is ! :", false, GUIEditor.window[1]); 
playerWeapon =  guiCreateLabel(13, 273, 236, 19, "MyIDWeapon is ! :", false, GUIEditor.window[1]); 
health = guiCreateLabel(13, 300, 236, 19, "My Health ! :", false, GUIEditor.window[1]); 
playerArmor =  guiCreateLabel(13, 326, 236, 19, "My Armor ! :", false, GUIEditor.window[1]); 
GUIEditor.label[7] = guiCreateLabel(148, 346, 95, 17, "By : Mr.Ray[b]ak", false, GUIEditor.window[1]); 
GUIEditor.button[4] = guiCreateButton(225, 22, 15, 26, "X", false, GUIEditor.window[1]); 
guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFAAAAAA"); 
  
  
bindKey("F3","down", 
    function ( ) 
 guiSetVisible(GUIEditor.window[1],not guiGetVisible(GUIEditor.window[1])); 
 showCursor(guiGetVisible(GUIEditor.window[1])); 
end 
); 
  
addEventHandler("onClientRender", root, 
function () 
      if ( guiGetVisible( GUIEditor.window[1] ) == true ) then 
        guiSetText(playerWeapon,"MyIDWeapon is ! :"..getPedWeapon(localPlayer)); 
        guiSetText(id,"My ID is ! :"..getElementRadius(localPlayer)); 
        guiSetText(playerPing,"My Ping Is ! :"..getPlayerPing(localPlayer)); 
        guiSetText(Skin,"MyID Skin is ! :"..getPedSkin(localPlayer)); 
        guiSetText (health,"My Health ! :"..getElementHealth(localPlayer)); 
        guiSetText (playerArmor,"My Armor ! :"..getPedArmor(localPlayer)); 
    end 
end 
); 
  
addEventHandler("onClientGUIClick",root, 
    function ( ) 
    if ( source == GUIEditor.button[1] ) then 
     setClipboard ( " " .. getPlayerSerial(localPlayer) .. " " ) 
     outputChatBox(" * Serial Copied!",255,255,0,true); 
        elseif ( source == GUIEditor.button[2] ) then 
        triggerServerEvent ("showMoney", localPlayer)  
        guiSetEnabled(GUIEditor.button[2],false) 
        setTimer(guiSetEnabled,60000,1,GUIEditor.button[2],true) 
            elseif ( source == GUIEditor.button[3] ) then 
        guiSetEnabled(GUIEditor.button[1],false) 
        setTimer(guiSetEnabled,60000,1,GUIEditor.button[1],true) 
            -- Some Thing You Want 
                elseif ( source == GUIEditor.button[4] ) then 
                 guiSetVisible(GUIEditor.window[1],false); 
                    showCursor(false); 
                    end 
                end 
            ); 
             
addEventHandler("onClientResourceStart",resourceRoot, 
    function ( ) 
        setTimer(function ( ) 
            for _,v in ipairs ( getElementsByType("gui-label",resourceRoot)) do 
             guiLabelSetColor ( v, math.random(0, 255), math.random(0, 255), math.random(0, 255) ) ; 
             end 
        end,50,0); 
    end 
); 
Edited by Guest
Link to comment
الحين هذا الاختراع من وين جاء ؟
function open() 
guiSetVisible(GUIEditor.window[1], true) 
showCursor( true ) 
end 
bindKey("F3","down", 
function() 
if (guiGetVisible(GUIEditor.window[1]) == false) then 
open() 
else 
Close() 
   end 
end)  

:lol:

8)

  
function Close() 
guiSetVisible(GUIEditor.window[1], false) 
showCursor( false ) 
end 
function open() 
guiSetVisible(GUIEditor.window[1], true) 
showCursor( true ) 
end 

Link to comment

سوري ><

كودي يا ريباك يصير كذا عكست شيء خطأ ذذ :

GUIEditor = { 
    button = {}, 
    label = {}, 
    window = {}, 
} 
GUIEditor.window[1] = guiCreateWindow(272, 117, 249, 370, "== ~ | Information Player | ~ ==", false); 
guiSetVisible(GUIEditor.window[1],false); 
guiWindowSetSizable(GUIEditor.window[1], false); 
guiSetAlpha(GUIEditor.window[1], 1.00); 
  
GUIEditor.button[1] = guiCreateButton(35, 32, 180, 38, "Copy My Serial !", false, GUIEditor.window[1]); 
guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF11ED21"); 
GUIEditor.button[2] = guiCreateButton(35, 81, 180, 38, "Show My Money In Chat !", false, GUIEditor.window[1]); 
guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFDBF409"); 
GUIEditor.button[3] = guiCreateButton(35, 131, 180, 38, "Show My Name In Chat !", false, GUIEditor.window[1]); 
guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF0582F7"); 
playerPing = guiCreateLabel(13, 186, 236, 19, "My Ping Is ! :", false, GUIEditor.window[1]); 
Skin  = guiCreateLabel(13, 216, 236, 19, "MyID Skin is ! :", false, GUIEditor.window[1]); 
id = guiCreateLabel(13, 245, 236, 19, "My ID is ! :", false, GUIEditor.window[1]); 
playerWeapon =  guiCreateLabel(13, 273, 236, 19, "MyIDWeapon is ! :", false, GUIEditor.window[1]); 
health = guiCreateLabel(13, 300, 236, 19, "My Health ! :", false, GUIEditor.window[1]); 
playerArmor =  guiCreateLabel(13, 326, 236, 19, "My Armor ! :", false, GUIEditor.window[1]); 
GUIEditor.label[7] = guiCreateLabel(148, 346, 95, 17, "By : Mr.Ray[b]ak", false, GUIEditor.window[1]); 
GUIEditor.button[4] = guiCreateButton(225, 22, 15, 26, "X", false, GUIEditor.window[1]); 
guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFAAAAAA"); 
  
  
bindKey("F3","down", 
    function ( ) 
 guiSetVisible(GUIEditor.window[1],not guiGetVisible(GUIEditor.window[1])); 
 showCursor(guiGetVisible(GUIEditor.window[1])); 
end 
); 
  
addEventHandler("onClientRender", root, 
function () 
      if ( guiGetVisible( GUIEditor.window[1] ) == true ) then 
        guiSetText(playerWeapon,"MyIDWeapon is ! :"..getPedWeapon(localPlayer)); 
        guiSetText(id,"My ID is ! :"..getElementRadius(localPlayer)); 
        guiSetText(playerPing,"My Ping Is ! :"..getPlayerPing(localPlayer)); 
        guiSetText(Skin,"MyID Skin is ! :"..getPedSkin(localPlayer)); 
        guiSetText (health,"My Health ! :"..getElementHealth(localPlayer)); 
        guiSetText (playerArmor,"My Armor ! :"..getPedArmor(localPlayer)); 
    end 
end 
); 
  
addEventHandler("onClientGUIClick",root, 
    function ( ) 
    if ( source == GUIEditor.button[1] ) then 
     setClipboard ( " " .. getPlayerSerial(localPlayer) .. " " ) 
     outputChatBox(" * Serial Copied!",255,255,0,true); 
        elseif ( source == GUIEditor.button[2] ) then 
        triggerServerEvent ("showMoney", localPlayer)  
        guiSetEnabled(GUIEditor.button[2],false) 
        setTimer(guiSetEnabled,60000,1,GUIEditor.button[2],true) 
            elseif ( source == GUIEditor.button[3] ) then 
        guiSetEnabled(GUIEditor.button[3],false) 
        setTimer(guiSetEnabled,60000,1,GUIEditor.button[3],true) 
            -- Some Thing You Want 
                elseif ( source == GUIEditor.button[4] ) then 
                 guiSetVisible(GUIEditor.window[1],false); 
                    showCursor(false); 
                    end 
                end 
            ); 
             
addEventHandler("onClientResourceStart",resourceRoot, 
    function ( ) 
        setTimer(function ( ) 
            for _,v in ipairs ( getElementsByType("gui-label",resourceRoot ) ) do 
             guiLabelSetColor ( v, math.random(0, 255), math.random(0, 255), math.random(0, 255) ) ; 
             end 
        end,50,0); 
    end 
); 
Link to comment
الحين هذا الاختراع من وين جاء ؟
function open() 
guiSetVisible(GUIEditor.window[1], true) 
showCursor( true ) 
end 
bindKey("F3","down", 
function() 
if (guiGetVisible(GUIEditor.window[1]) == false) then 
open() 
else 
Close() 
   end 
end)  

  
function Close() 
guiSetVisible(GUIEditor.window[1], false) 
showCursor( false ) 
end 
function open() 
guiSetVisible(GUIEditor.window[1], true) 
showCursor( true ) 
end 

?? سلامات؟؟

انا الحين سألته كيف مسوي الكود ذا المشقلب!

ما قلت صحح الكود !

:lol:

Link to comment
الحين هذا الاختراع من وين جاء ؟
function open() 
guiSetVisible(GUIEditor.window[1], true) 
showCursor( true ) 
end 
bindKey("F3","down", 
function() 
if (guiGetVisible(GUIEditor.window[1]) == false) then 
open() 
else 
Close() 
   end 
end)  

  
function Close() 
guiSetVisible(GUIEditor.window[1], false) 
showCursor( false ) 
end 
function open() 
guiSetVisible(GUIEditor.window[1], true) 
showCursor( true ) 
end 

?? سلامات؟؟

انا الحين سألته كيف مسوي الكود ذا المشقلب!

ما قلت صحح الكود !

:lol:

( ياليت تتحفنا و تقول لنا أيش الخطأ الي بالكود ( المشقلب

Link to comment
( ياليت تتحفنا و تقول لنا أيش الخطأ الي بالكود ( المشقلب

يا مستر عبقرينو ,,

افهم اول شيء وش معنى كلمه مشقلب!

يعني ملخبط مو يعني خطأ !

+ الي اشوف انه خطأ بالكود

open() +

else +

Close() +

==

Edited by Guest
Link to comment
سوري ><

كودي يا ريباك يصير كذا عكست شيء خطأ ذذ :

GUIEditor = { 
    button = {}, 
    label = {}, 
    window = {}, 
} 
GUIEditor.window[1] = guiCreateWindow(272, 117, 249, 370, "== ~ | Information Player | ~ ==", false); 
guiSetVisible(GUIEditor.window[1],false); 
guiWindowSetSizable(GUIEditor.window[1], false); 
guiSetAlpha(GUIEditor.window[1], 1.00); 
  
GUIEditor.button[1] = guiCreateButton(35, 32, 180, 38, "Copy My Serial !", false, GUIEditor.window[1]); 
guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF11ED21"); 
GUIEditor.button[2] = guiCreateButton(35, 81, 180, 38, "Show My Money In Chat !", false, GUIEditor.window[1]); 
guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFDBF409"); 
GUIEditor.button[3] = guiCreateButton(35, 131, 180, 38, "Show My Name In Chat !", false, GUIEditor.window[1]); 
guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF0582F7"); 
playerPing = guiCreateLabel(13, 186, 236, 19, "My Ping Is ! :", false, GUIEditor.window[1]); 
Skin  = guiCreateLabel(13, 216, 236, 19, "MyID Skin is ! :", false, GUIEditor.window[1]); 
id = guiCreateLabel(13, 245, 236, 19, "My ID is ! :", false, GUIEditor.window[1]); 
playerWeapon =  guiCreateLabel(13, 273, 236, 19, "MyIDWeapon is ! :", false, GUIEditor.window[1]); 
health = guiCreateLabel(13, 300, 236, 19, "My Health ! :", false, GUIEditor.window[1]); 
playerArmor =  guiCreateLabel(13, 326, 236, 19, "My Armor ! :", false, GUIEditor.window[1]); 
GUIEditor.label[7] = guiCreateLabel(148, 346, 95, 17, "By : Mr.Ray[b]ak", false, GUIEditor.window[1]); 
GUIEditor.button[4] = guiCreateButton(225, 22, 15, 26, "X", false, GUIEditor.window[1]); 
guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFAAAAAA"); 
  
  
bindKey("F3","down", 
    function ( ) 
 guiSetVisible(GUIEditor.window[1],not guiGetVisible(GUIEditor.window[1])); 
 showCursor(guiGetVisible(GUIEditor.window[1])); 
end 
); 
  
addEventHandler("onClientRender", root, 
function () 
      if ( guiGetVisible( GUIEditor.window[1] ) == true ) then 
        guiSetText(playerWeapon,"MyIDWeapon is ! :"..getPedWeapon(localPlayer)); 
        guiSetText(id,"My ID is ! :"..getElementRadius(localPlayer)); 
        guiSetText(playerPing,"My Ping Is ! :"..getPlayerPing(localPlayer)); 
        guiSetText(Skin,"MyID Skin is ! :"..getPedSkin(localPlayer)); 
        guiSetText (health,"My Health ! :"..getElementHealth(localPlayer)); 
        guiSetText (playerArmor,"My Armor ! :"..getPedArmor(localPlayer)); 
    end 
end 
); 
  
addEventHandler("onClientGUIClick",root, 
    function ( ) 
    if ( source == GUIEditor.button[1] ) then 
     setClipboard ( " " .. getPlayerSerial(localPlayer) .. " " ) 
     outputChatBox(" * Serial Copied!",255,255,0,true); 
        elseif ( source == GUIEditor.button[2] ) then 
        triggerServerEvent ("showMoney", localPlayer)  
        guiSetEnabled(GUIEditor.button[2],false) 
        setTimer(guiSetEnabled,60000,1,GUIEditor.button[2],true) 
            elseif ( source == GUIEditor.button[3] ) then 
        guiSetEnabled(GUIEditor.button[3],false) 
        setTimer(guiSetEnabled,60000,1,GUIEditor.button[3],true) 
            -- Some Thing You Want 
                elseif ( source == GUIEditor.button[4] ) then 
                 guiSetVisible(GUIEditor.window[1],false); 
                    showCursor(false); 
                    end 
                end 
            ); 
             
addEventHandler("onClientResourceStart",resourceRoot, 
    function ( ) 
        setTimer(function ( ) 
            for _,v in ipairs ( getElementsByType("gui-label",resourceRoot ) ) do 
             guiLabelSetColor ( v, math.random(0, 255), math.random(0, 255), math.random(0, 255) ) ; 
             end 
        end,50,0); 
    end 
); 

وش بالنسبة لسطر 39 ؟؟

getElementRadius -- مالها أي علاقة بجلب أيدي اللاعب ، سلامات ؟

+ وش سالفة الإشارة ذي الي تحطها بأكوادك ";" ؟؟

Link to comment
( ياليت تتحفنا و تقول لنا أيش الخطأ الي بالكود ( المشقلب \

يا مستر عبقرينو ,,

افهم اول شيء وش معنى كلمه مشقلب!

يعني ملخبط مو يعني خطأ !

+ الي اشوف انه خطأ بالكود

open() +

else +

Close() +

==

:lol::lol::lol:

تقدر توضح لنا ويش الخطأ فيهم ؟؟ ههههههههههههههههههه

+ تقول لنا وش فايدة الوظايف ذي ؟

function Close() 
guiSetVisible(GUIEditor.window[1], false) 
showCursor( false ) 
end 
function open() 
guiSetVisible(GUIEditor.window[1], true) 
showCursor( true ) 
end 

+ الي هنا ههههه ؟؟ ifوش فايدة الـ

bindKey("F3","down", 
function() 
if (guiGetVisible(GUIEditor.window[1]) == false) then 
open() 
else 
Close() 
   end 
end) 

Link to comment
( ياليت تتحفنا و تقول لنا أيش الخطأ الي بالكود ( المشقلب \

يا مستر عبقرينو ,,

افهم اول شيء وش معنى كلمه مشقلب!

يعني ملخبط مو يعني خطأ !

+ الي اشوف انه خطأ بالكود

open() +

else +

Close() +

==

:lol::lol::lol:

تقدر توضح لنا ويش الخطأ فيهم ؟؟ ههههههههههههههههههه

+ تقول لنا وش فايدة الوظايف ذي ؟

function Close() 
guiSetVisible(GUIEditor.window[1], false) 
showCursor( false ) 
end 
function open() 
guiSetVisible(GUIEditor.window[1], true) 
showCursor( true ) 
end 

+ الي هنا ههههه ؟؟ ifوش فايدة الـ

bindKey("F3","down", 
function() 
if (guiGetVisible(GUIEditor.window[1]) == false) then  
open() 
else 
Close() 
   end 
end) 

function Close() 
guiSetVisible(GUIEditor.window[1], false) -- اخفاء النافذه 
showCursor( false ) -- اخفاء السهم 
end 
function open() 
guiSetVisible(GUIEditor.window[1], true)  -- اظهار النافذه 
showCursor( true ) -- اظهار السهم 
end 

bindKey("F3","down", -- تفتح بالزر F3  
function()  
if (guiGetVisible(GUIEditor.window[1]) == false) then -- يتحقق اذا كانت النافذه مرئيه 
open() 
else 
Close() 
   end 
end) 

خلاص يا عبقرينو 2

Link to comment
function Close() 
guiSetVisible(GUIEditor.window[1], false) -- اخفاء النافذه 
showCursor( false ) -- اخفاء السهم 
end 
function open() 
guiSetVisible(GUIEditor.window[1], true)  -- اظهار النافذه 
showCursor( true ) -- اظهار السهم 
end 

bindKey("F3","down", -- تفتح بالزر F3  
function()  
if (guiGetVisible(GUIEditor.window[1]) == false) then -- يتحقق اذا كانت النافذه مرئيه 
open() 
else 
Close() 
   end 
end) 

خلاص يا عبقرينو 2

ههههههههههههههههههههههههههههههههههههههههههههههه

اول شي ..

if (guiGetVisible(GUIEditor.window[1]) == false) then -- يتحقق اذا كانت النافذه مرئيه 

هاذ ما يتحقق إذا كانت مرئية ي بطل .. ذا يتحقق اذا كانت النافذة غير مرئية ( مقفلة ) هه

ثاني شي .. يعني شرحت كل شي إلا الي قلت عنهم خطأ ههههههههههههههههههههههههه ؟؟؟

الزبدة

المقصود من كلامي إنكـ تشرح ذول v

else + open ( ) + Close ( )

في الكود ذا .. عشان نشوف الخطأ الي تتكلم عنه هههههههههههههههههههههههههههههههههههههههههههههههه

bindKey("F3","down", 
function()  
if (guiGetVisible(GUIEditor.window[1]) == false) then 
open() 
else 
Close() 
   end 
end) 

Link to comment
( ياليت تتحفنا و تقول لنا أيش الخطأ الي بالكود ( المشقلب

يا مستر عبقرينو ,,

افهم اول شيء وش معنى كلمه مشقلب!

يعني ملخبط مو يعني خطأ !

+ الي اشوف انه خطأ بالكود

open() +

else +

Close() +

==

2396250-double_facepalm_www.zaaap_.tk_.jpg

Link to comment
@ Sultan

أشارهـ هذي تخلي الكود بدون لاق :lol:

هه شكلك تحطها وانت منت عارف وش فايدتها ، لو تعرف فايدتها قول خل نستفيد ..

+

ما جاوبتي هنا :/

وش بالنسبة لسطر 39 ؟؟

getElementRadius -- مالها أي علاقة بجلب أيدي اللاعب ، سلامات ؟

+ وش سالفة الإشارة ذي الي تحطها بأكوادك ";" ؟؟

Link to comment
@ Sultan

أشارهـ هذي تخلي الكود بدون لاق :lol:

هه شكلك تحطها وانت منت عارف وش فايدتها ، لو تعرف فايدتها قول خل نستفيد ..

+

ما جاوبتي هنا :/

وش بالنسبة لسطر 39 ؟؟

getElementRadius -- مالها أي علاقة بجلب أيدي اللاعب ، سلامات ؟

+ وش سالفة الإشارة ذي الي تحطها بأكوادك ";" ؟؟

:lol: العلامةة كذا تنسق الكود ;

الثاني سويتها للاخ ولو تبي تعرف وش هي افتح الويكي :lol:

Link to comment
@ Sultan

أشارهـ هذي تخلي الكود بدون لاق :lol:

هه شكلك تحطها وانت منت عارف وش فايدتها ، لو تعرف فايدتها قول خل نستفيد ..

+

ما جاوبتي هنا :/

وش بالنسبة لسطر 39 ؟؟

getElementRadius -- مالها أي علاقة بجلب أيدي اللاعب ، سلامات ؟

+ وش سالفة الإشارة ذي الي تحطها بأكوادك ";" ؟؟

:lol: العلامةة كذا تنسق الكود ;

الثاني سويتها للاخ ولو تبي تعرف وش هي افتح الويكي :lol:

تنسق الكود ؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟ :shock::shock:

والله ماشوف لها أي دخل في تنسيق الكود خخ

+ My ID is وانت كاتب عندها getElementRadius أنت تقلي افتح الويكي عشان تعرف وظيفة

يعني تقصد بها أيدي اللاعب وهي مالها أي علاقة بأيدي اللاعب .. هاذ يعني انه انت الي لازم تفتح الويكي عشان تعرف فايدتها :lol:

Link to comment
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...