Jump to content

اخفاء كود اللون


Recommended Posts

السلام عليكم ورحمةة الله تعالى وبركاتهه

عندي سؤال الله لايهينكم اذا بصمم مود لوحة مثلا وفيها اسم اللاعب لو ابي كود اللون عند اللاعب يشتغل

يعني مثلا

مايجي الاسم كذا

#000000==|>TD[M]ER

يجي

==|>TD[M]ER

او ان الكود يروح يصير

==|>TD[M]ER

وشكرا ^^

Link to comment
addEventHandler("onPlayerJoin",root, 
    function() 
        local name=getPlayerName(source) 
        local removeHexCode=string.find(name,'#%x%x%x%x%x%x') 
        if(removeHexCode)then 
            setPlayerName(source,string.gsub(name,"#%x%x%x%x%x%x","")) 
        end 
    end 
) 

Link to comment
addEventHandler("onPlayerJoin",root, 
    function() 
        local name=getPlayerName(source) 
        local removeHexCode=string.find(name,'#%x%x%x%x%x%x') 
        if(removeHexCode)then 
            setPlayerName(source,string.gsub(name,"#%x%x%x%x%x%x","")) 
        end 
    end 
) 

#%x%x%x%x%x%x = ؟؟ وش معنى ذي

وين اسم الليبل

><

Link to comment
  • 2 weeks later...

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