-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathspec.hud
64 lines (54 loc) · 1.27 KB
/
spec.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
// Spec HUD (ex-Sparta by adem)
// Credits to Warsow Team
setFontFamily con_fontSystem
setFontSize con_fontSystemSmall
setScale #DEFAULTSCALE
if %MATCH_STATE < #MATCH_STATE_POSTMATCH
include zoom
include damage_indicator_screen
include crosshair
if %RACE == 0
include spec/health_armor
include spec/weaponlist
include spec/ammo
if %TUTORIAL == 0
include spec/scores
include spec/clock
endif //if %TUTORIAL == 0
include spec/ammo_warning //nasa's style ammo warning
include spec/stunned
include spec/obituaries
include default/powerups
include spec/picked_up_item
if %TUTORIAL == 0
include spec/team_info
include spec/team_image
include spec/team_message
include spec/team_progress
include spec/minimap
include spec/item_timers
endif //if %TUTORIAL == 0
endif //if %RACE == 0
/* Race */
setCursor 250, 470
include default/race_records
include strafe
include spec/speed
include default/fps
include help_message
include spec/chasing
include download
include default/net
include default/pointing
include spec/keystate
include weaponcross
endif //if %MATCH_STATE < #MATCH_STATE_POSTMATCH
include awards
include spec/chat
if %SCOREBOARD == 1
setCursor 0 0
setAlign 0 0
setSize 800 600
setColor 0 0 0 0.3
drawPicByName *whiteImage
endif