Jump to content

Resoluciones


Julian09123

Recommended Posts

Este es un trozo de mi HUD:

local wS, wH = guiGetScreenSize() 
dxDrawText( ammoInClip > 0 and ammoInClip or "", wS*.90, wH*.92, wS*.988, wH*.99, tocolor( 250, 250, 250, 254), 1.75, "arial", "center", "center" ) 
dxDrawText( ((carName):gsub( "-", " " )), wS*.04, wH*.95, wS*.23, wH*.99, tocolor( 230, 230, 230, 255), 0.8, "pricedown", "center", "top" ) 
dxDrawText( zone, wS*.04, wH*.72, wS*.23, wH*.76, tocolor( 230, 230, 230, 255), 0.8, "pricedown", "center", "bottom" ) 
dxDrawText( actualTime, wS*.84, wH*.94, wS*.84, wH*.99, tocolor( 230, 230, 230, 255), 0.8, "pricedown", "right", "bottom" ) 
dxDrawRectangle( wS*.85, wH*.04, wS*.14, wH*.02, tocolor( 192, 192, 192, 110 ) ) 

Link to comment
  • Recently Browsing   0 members

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