Jump to content

importart fuente al race


Brad96

Recommended Posts

Posted

se puede importar una fuente por ej al mapname del race? lo e intentado , pero cuando pongo la fuente en el text aparece la de default ..

local myFont = dxCreateFont("font.ttf" ,12  
  
mapdisplay = dxText:create('Map: none', 2, screenHeight - dxGetFontHeight(0.7, 'bankgothic')/2, false, 'myFont, 0.7, 'left') 
  
  
 

espero que me ayuden gracias, .

Mi Nick En El Juego : Bs|Brad

Mi Skype : fer_va_96

Posted

No, porque usa una libreria para crear los textos, tenes que editar esa libreria para ponerle fuentes propias.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

Primero, Te falto un Corchete

local myFont = dxCreateFont("font.ttf" ,12) 

 

y Segundo pusistes 'myFont y es solo myFont

  
mapdisplay = dxText:create('Map: none', 2, screenHeight - dxGetFontHeight(0.7, 'bankgothic')/2, false, myFont, 0.7, 'left') 
  

bandera_de_Venezuela.png

Posted
Primero, Te falto un Corchete
local myFont = dxCreateFont("font.ttf" ,12) 

 

y Segundo pusistes 'myFont y es solo myFont

  
mapdisplay = dxText:create('Map: none', 2, screenHeight - dxGetFontHeight(0.7, 'bankgothic')/2, false, myFont, 0.7, 'left') 
  

Como ya dije, eso no servira, hay que editar la libreria.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

  • Recently Browsing   0 members

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