Jump to content

Texto no aparece :l


iFoReX

Recommended Posts

Porque el edit no aparece ? que tengo que usar en el guiGetScreenSize ( -,+,*,/ ) ??

x,y = guiGetScreenSize() 
guiCreateEdit(x*0.270, y*0.400,04,01,"",true) 
  
  
addEventHandler("onClientRender",root,function() 
dxDrawRectangle ( x/2.7, y/2000, x/4, y/1, tocolor ( 0, 0, 0, 150 ) ) 
dxDrawText("Username", x*0.270, y*0.400, x*0.715, y*0.997, tocolor(255, 255, 255, 255), .6, "bankgothic", "center", "top", false, false, true, true, true) 
showPlayerHudComponent("all",false) 
showChat(false) 
end) 

Link to comment
x,y = guiGetScreenSize() 
guiCreateEdit(x*0.270, y*0.400, x*0.715, y*0.997,"",true) 
  
  
addEventHandler("onClientRender",root,function() 
dxDrawRectangle ( x/2.7, y/2000, x/4, y/1, tocolor ( 0, 0, 0, 150 ) ) 
dxDrawText("Username", x*0.270, y*0.400, x*0.715, y*0.997, tocolor(255, 255, 255, 255), .6, "bankgothic", "center", "top", false, false, true, true, true) 
showPlayerHudComponent("all",false) 
showChat(false) 
end) 

sigue sin aparecer :L

Link to comment
  • Recently Browsing   0 members

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