if ( v2 ) then
dxDrawText ( "+ $"..convertNumber ( v1 ), sx - 200, (sy-18)-(index*25), 50, 20, tocolor ( 0, 255, 0, v4+75 ), 1, 'default-bold' )
else
dxDrawText ( "- $"..convertNumber ( v1 ), sx - 200, (sy-18)-(index*25), 50, 20, tocolor ( 255, 0, 0, v4+75 ), 1, 'default-bold' )
end
sx - 200 - This is the screen width - 200 pixels, which is where it currently is on the screen. Change the 200 to a higher value to subtract from the total screen width.