Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local smierci = getElementData ( element, "totaldeaths" ) and getElementData ( element, "totalmurders" ) ) if == 0 then
  2. dxDrawTextFUN( "0.0", x*2588, y*126, x*50, y*40, tocolor( 255,255,255, 200 ), y * 0.9, "bankgothic", "center", "top", false, false, false )
  3. else
  4. dxDrawTextFUN( math.ceil( smierci ),x*2588, y*44, x*30, y*30, tocolor( 255,255,255, 200 ), y * 0.7, "bankgothic", "center", "top" )
  5.  
  6.  
  7. 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 )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement