Jump to content

string.gsub


Recommended Posts

function ref() 
if guiGetVisible(GUIEditor.window[1],true) then 
else 
   guiSetText(GUIEditor.window[1],"لوحه الشرطي"..getPlayerName(getLocalPlayer(),playerhex)) 
    playerhex = string.gsub(GUIEditor.window[1], "#%x%x%x%x%x%x", "") 
    end 
end 
addEventHandler("onClientRender", getRootElement(), ref) 
  

ابي الكود ذا يشيل اسم الالوان الهكس من اسم اللاعب

Link to comment
function ref() 
if guiGetVisible(GUIEditor.window[1],true) then 
else 
   guiSetText(GUIEditor.window[1],"لوحه الشرطي".. string.gsub( getPlayerName ( getLocalPlayer() ) , '#%x%x%x%x%x%x', '  ' )) 
    end 
end 
addEventHandler("onClientRender", getRootElement(), ref) 
  

لم يتم التجربة

Link to comment
function ref() 
if guiGetVisible(GUIEditor.window[1],true) then 
else 
   guiSetText(GUIEditor.window[1],"لوحه الشرطي".. string.gsub( getPlayerName ( getLocalPlayer() ) , '#%x%x%x%x%x%x', '  ' )) 
    end 
end 
addEventHandler("onClientRender", getRootElement(), ref) 
  

لم يتم التجربة

الحين كودكـ اذا كانت النافذه مفتوح وش يسوي؟ هو يسويها اذا تسكرت -_- لانك مسوي كذآ

if guiGetVisible ( .. ) then

-- Nothing

else

guiSetText ( .. )

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