SHOW:
|
|
- or go back to the newest paste.
| 1 | - | function PointBlank() |
| 1 | + | |
| 2 | - | if getElementData( player, "logedin" ) then |
| 2 | + | local smierci = tostring(getElementData ( element, "totaldeaths")) |
| 3 | - | dxDrawImage( x*1270, y*20, x*320, y*150, "hud_weapons/01.png", 0,0,0, tocolor( 255,255,255, 255 ) ) |
| 3 | + | |
| 4 | ||
| 5 | - | local iHealth = getElementData( localPlayer, "blood" ) |
| 5 | + | dxDrawTextFUN( math.ceil( smierci ),x*2588, y*44, x*30, y*30, tocolor( 255,255,255, 200 ), y * 0.7, "bankgothic", "center", "top" ) |
| 6 | - | local iHealthPrecent = ( iHealth / 120 ) |
| 6 | + | |
| 7 | ||
| 8 | dxDrawTextFUN( "K/D", x*2588, y*126, x*50, y*40, tocolor( 255,255,255, 200 ), y * 0.9, "bankgothic", "center", "top", false, false, false ) |