Jump to content

Ayuda con algunos resources [Solucionado]


Recommended Posts

Si tiene "Enemigos" te pasaria la lista Negativa por PM pero no la publiques =P

La Wiki en español esta mal traducida q las funciones no sirven ninguna me ha funcionado solo en el ingles.

Regresemos al Tema =D

Ami si me gusta ayudar tengo mucho tiempo libre

Cristian ya quitaste lo del DrIfT?

Link to comment
Si tiene "Enemigos" te pasaria la lista Negativa por PM pero no la publiques =P

La Wiki en español esta mal traducida q las funciones no sirven ninguna me ha funcionado solo en el ingles.

Regresemos al Tema =D

Ami si me gusta ayudar tengo mucho tiempo libre

Cristian ya quitaste lo del DrIfT?

Si, solo queda el Best Drift y el burnout

sinttu-1306510977.png

Link to comment

Cambia lo del burnout_c.lua, hasta abajo

function showPanel() 
    dxDrawText("burnout", width-18, height-150, width-18, 0, tocolor(255,255,0,alpha), 1, "pricedown", "right", "top") 
    if (alpha>180) then tmpAlpha = 180 else tmpAlpha=alpha end 
    dxDrawRectangle(width-115, height-120, 102, 10, tocolor(0,0,0,tmpAlpha), false) 
    dxDrawRectangle(width-115+1, height-120+1, round2(burnPoints,2)*100, 8, color, false) 
end 

Por esto y me pasas imagen.

function showPanel() 
    dxDrawText("burnout", width-18, height-200, width-18, 0, tocolor(255,255,0,alpha), 1, "pricedown", "right", "top") 
    if (alpha>180) then tmpAlpha = 180 else tmpAlpha=alpha end 
    dxDrawRectangle(width-115, height-170, 102, 10, tocolor(0,0,0,tmpAlpha), false) 
    dxDrawRectangle(width-115+1, height-170+1, round2(burnPoints,2)*100, 8, color, false) 
end 

Me pasas el Link del Drift, no lo encuentro.

Link to comment

Cambia en el archivo Drfit.lua esto

    dxDrawText(string.format("Best Drift: %s - %d",global_nombre,global_mejor),44,screenHeight-43,screenWidth,screenHeight,Yellow,1,"pricedown") 
  

Por esto

    dxDrawText(string.format("",global_nombre,global_mejor),44,screenHeight-43,screenWidth,screenHeight,Yellow,1,"pricedown") 
  

Y sube una imagen con los 2 Mods, quiero verlos =D

Link to comment
  • 8 months later...
  • Recently Browsing   0 members

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