Jump to content

Ampliar Espacio De Nombre En El dxscoreboard


eloriginal

Recommended Posts

30 minutes ago, .:CiBeR:. said:

No tiene nada que ver con como agregas la columna, para agrandar esos espacios tenes que ajustar las escalas del scoreboard. Yo lo hice hace bastante tiempo y si mal no recuerdo tenías que tocar muchas variables.

Me puedes decir cuales son plisss yo e visto el topic de BorderLine y el lo agrando pliss :/

Link to comment

Algo así rápido que puedes hacer sin tener que estar buscando variables y editando una por una es algo asi...

 

Es un apaño rápido:

 

local _dxGetFontHeight = dxGetFontHeight
local size = 1.5

function dxGetFontHeight(scale, font)
	return _dxGetFontHeight(scale, font) * size
end

Insertarlo antes de la funcion 

function doDrawScoreboard( rtPass, onlyAnim, sX, sY )

Eso si tienes que adaptar el texto que este centrado.

Link to comment
3 hours ago, Arsilex said:

Algo así rápido que puedes hacer sin tener que estar buscando variables y editando una por una es algo asi...

 

Es un apaño rápido:

 


local _dxGetFontHeight = dxGetFontHeight
local size = 1.5

function dxGetFontHeight(scale, font)
	return _dxGetFontHeight(scale, font) * size
end

Insertarlo antes de la funcion 


function doDrawScoreboard( rtPass, onlyAnim, sX, sY )

Eso si tienes que adaptar el texto que este centrado.

eso se aplica en el dxscoreboard client o no ????

 

Link to comment
  • Recently Browsing   0 members

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