iFoReX Posted June 15, 2013 Share Posted June 15, 2013 Estoy Intentando Hacer Una Nueva Forma De Ver El Ping ( Con Barritas De Señal :w ) Pero Me Aparece Texto y No Las Imagenes function holo() if getPlayerPing(getLocalPlayer()) >= 300 then setElementData(getLocalPlayer(),"Conexion",":FgP_Ping/ping4.png") elseif getPlayerPing(getLocalPlayer()) <= 300 or getPlayerPing(getLocalPlayer()) >= 200 then setElementData(getLocalPlayer(),"Conexion",":FgP_Ping/ping3.png") end end addEventHandler("onClientRender",root,holo) Link to comment
NodZen Posted June 15, 2013 Share Posted June 15, 2013 Editaste el scoreboard para que lea las imagenes? Link to comment
iFoReX Posted June 15, 2013 Author Share Posted June 15, 2013 Descargue Uno, y Tiene Esto Entre Sus Lineas local countryImage = ':admin/client/images/flags/'..string.lower(content)..'.png' Asi Que Yo Creo Que Si Se Pueden Poner Imagenes ( Se Ve La Bandera Del Pais En El Tab ) Link to comment
MTA Team 0xCiBeR Posted June 22, 2013 MTA Team Share Posted June 22, 2013 No, debes editar el Scoreboard para que te lea Imagenes...BUsca en el foro, ya hay varios temas sobre eso, si no lo encuentras, me avisas por MP Link to comment
MTA Team 0xCiBeR Posted June 26, 2013 MTA Team Share Posted June 26, 2013 Intenta utilizar call call? ._. para que usarias eso?...Te serviria solo para llamar la funcion exportada...Pero no soluciona el problema.. Link to comment
BorderLine Posted June 26, 2013 Share Posted June 26, 2013 hay muchos scoreboards que soportan imagenes. Solo tienes que buscar las lineas elseif colum.name "Country".. si que esta editado para las banderas. y agrega otro elseif colum.name "Ping" etc.. ami me quedo asi. Link to comment
MTA Team 0xCiBeR Posted June 26, 2013 MTA Team Share Posted June 26, 2013 hay muchos scoreboards que soportan imagenes. Solo tienes que buscar las lineas elseif colum.name "Country".. si que esta editado para las banderas. y agrega otro elseif colum.name "Ping" etc..ami me quedo asi. En que parte tocas el scoreboard para que te queden mas anchas las filas de nombre? Link to comment
Alexs Posted June 27, 2013 Share Posted June 27, 2013 En que parte tocas el scoreboard para que te queden mas anchas las filas de nombre? Eso es un argumento de la función para añadir columnas. bool scoreboardAddColumn ( string name, [ element forElement = getRootElement(), int width = 70, string friendlyName = name, int priority = slot after "name" column ] ) Link to comment
MTA Team 0xCiBeR Posted June 27, 2013 MTA Team Share Posted June 27, 2013 En que parte tocas el scoreboard para que te queden mas anchas las filas de nombre? Eso es un argumento de la función para añadir columnas. bool scoreboardAddColumn ( string name, [ element forElement = getRootElement(), int width = 70, string friendlyName = name, int priority = slot after "name" column ] ) Ya lo se eso..No me refiero a las columnas...Por eso dije Filas..Ocea la altura del rectangulo donde esta el Nick, Ping,Etc..Para que quepan Las Imagenes en 32x32 Sin superponerse..Es que nadie me dice donde tocaron ._. Link to comment
Recommended Posts