-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSNDINFO
36 lines (33 loc) · 829 Bytes
/
SNDINFO
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
MBT/tankshot1 "Sounds/tankshot1.ogg"
MBT/tankshot2 "Sounds/tankshot2.ogg"
MBT/tankshot3 "Sounds/tankshot3.ogg"
MBT/tankmove "Sounds/tankmove.ogg"
MBT/tankidle "Sounds/tankidle.ogg"
MBT/turretrotate "Sounds/turretspin.ogg"
MBT/tankexplode "Sounds/tankexplode.ogg"
MBT/burningturret1 "Sounds/burning1.ogg"
MBT/burningturret2 "Sounds/burning2.ogg"
MBT/groundslam "Sounds/tankslam.ogg"
MBT/shellimpact "Sounds/shellexplode.ogg"
$limit MBT/tankshot1 0
$limit MBT/tankshot2 0
$limit MBT/tankshot3 0
$limit MBT/tankmove 0
$limit MBT/tankidle 0
$limit MBT/turretrotate 0
$limit MBT/tankexplode 0
$limit MBT/burningturret1 0
$limit MBT/burningturret2 0
$limit MBT/groundslam 0
$limit MBT/shellimpact 0
$random MBT/TankShot
{
MBT/tankshot1
MBT/tankshot2
MBT/tankshot3
}
$random MBT/Burning
{
MBT/burningturret1
MBT/burningturret2
}