Jump to content

طلب كودين


Recommended Posts

addEventHandler("onClientRender", getRootElement(), 
function () 
if guiGetVisible(GUIEditor_Window[1],true) then 
   guiSetText(GUIEditor_Label[8],"Your id: "..getElementRadius(getLocalPlayer())) 
    end 
end) 

هاذا كود الاي دي كامل

بس ماعليك غير تغير

GUIEditor_Label[8]

باسم الي عندك

جاري التجربه

Link to comment
addEventHandler("onClientRender", root, 
function () 
     if guiGetVisible(GUIEditor_Window[1]) then 
          guiSetText(GUIEditor_Label[8], "Your ID: "..getElementData(localPlayer, "ID")) 
     end 
end) 

تسلم تابل لكن باقي كود التيم

Link to comment
addEventHandler("onClientRender", root, 
function () 
     if guiGetVisible(GUIEditor_Window[1]) then 
          guiSetText(GUIEditor_Label[8], "Your ID: "..getElementData(localPlayer, "ID")) 
     end 
end) 

تسلم تابل لكن باقي كود التيم

createTeam 

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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