Jump to content

كتابة اي بي اللاعب في ليبل


Saud

Recommended Posts

جربت كذا ماضبط والظاهر اني جايب العيد ذذ

server:

addEventHandler("onPlayerLogin", root, 
  function() 
  local PLI = getPlayerIP ( source ) 
    setElementData ( source, "PI", PLI ) 
  end 
) 

client:

local x,y = guiGetScreenSize () 
  
function GG () 
local GPI = getElementData ( localPlayer, "PI" ) 
ad = guiCreateLabel(x/2-200/2, y/2-30/2, 200, 30, "IP:" .. GPI, false) 
end 
  

Link to comment
جربت كذا ماضبط والظاهر اني جايب العيد ذذ

server:

addEventHandler("onPlayerLogin", root, 
  function() 
  local PLI = getPlayerIP ( source ) 
    setElementData ( source, "PI", PLI ) 
  end 
) 

client:

local x,y = guiGetScreenSize () 
  
function GG () 
local GPI = getElementData ( localPlayer, "PI" ) 
ad = guiCreateLabel(x/2-200/2, y/2-30/2, 200, 30, "IP:" .. GPI, false) 
end 
  

اتوقع طريقتك صح

لكن مافي شي يحدث الليبل

تايمر او ريندر

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...