View difference between Paste ID: SUTxTSfk and kA9NZhAi
SHOW: | | - or go back to the newest paste.
1
       	local smierci = getElementData ( element, "totaldeaths" ) and getElementData ( element, "totalmurders" ) ) then
2-
       	local smierci = tostring(getElementData ( element, "totaldeaths"))
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-
		local dxDrawTextFUN = dxDrawText
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 )