-
Notifications
You must be signed in to change notification settings - Fork 2
/
adem.hud
65 lines (54 loc) · 1.36 KB
/
adem.hud
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/* made by adem
Credz: Warsow Team, Scratch, joki, kuhjoe, clownFart, nasa
cg_showSpeed 1 - draws speed at the center bottom
cg_showSpeed 2 - draws speed between weaponlist and crosshair
cg_showSpeed 3 - draws clock between weaponlist and crosshair moves speed back to the center bottom
*/
setFontFamily con_fontSystem
setFontSize con_fontSystemSmall
setScale #DEFAULTSCALE
if %MATCH_STATE < #MATCH_STATE_POSTMATCH
include zoom
include damage_indicator_screen
include crosshair
if %TUTORIAL == 0
include adem/clock
endif
if %RACE == 0
include adem/health_armor
include adem/weaponlist
include adem/stunned
include adem/ammo_warning
include adem/obituaries
include adem/powerups
if %TUTORIAL == 0
include adem/scores
include adem/team_info
include adem/team_image
include adem/team_message
include adem/team_progress
include minimap
include adem/item_timers
endif //if %TUTORIAL == 0
endif //if %RACE == 0
include strafe
include adem/chasing
include pointing
include adem/download
include net
include adem/speed
include adem/fps
include help_message
include adem/picked_up_item
include keystate
include default/race_records
endif //if %MATCH_STATE < #MATCH_STATE_POSTMATCH
include awards
include adem/chat
if %SCOREBOARD == 1
setCursor 0 0
setAlign 0 0
setSize 800 600
setColor 0 0 0 0.3
drawPicByName *whiteImage
endif