File tree Expand file tree Collapse file tree 3 files changed +36
-1
lines changed
web/src/pages/reference/ID_Lists Expand file tree Collapse file tree 3 files changed +36
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ import StarlightPage from ' @astrojs/starlight/components/StarlightPage.astro' ;
3
+
4
+ import { getSeeAlsoLinksFromList } from ' @src/utils/general' ;
5
+ import SeeAlsoSection from ' @src/components/SeeAlsoSection.astro' ;
6
+
7
+ ---
8
+ <StarlightPage frontmatter ={ {
9
+ template: ' doc' ,
10
+ title: ' Sounds' ,
11
+ tableOfContents: false ,
12
+ }} >
13
+ <p >These are the sound IDs you can use with <a href =" /reference/playSoundFrontEnd" >playSoundFrontEnd</a >.</p >
14
+ <ul >
15
+ <li ><strong >0 - 20</strong > Selection sounds</li >
16
+ <li ><strong >27 - 30</strong > Bullet sounds</li >
17
+ <li ><strong >32 - 33</strong > Selection sounds</li >
18
+ <li ><strong >34</strong > Radio static</li >
19
+ <li ><strong >35</strong > Stop Radio static</li >
20
+ <li ><strong >37 - 38</strong > Tick</li >
21
+ <li ><strong >40</strong > Selection sounds</li >
22
+ <li ><strong >41 - 42</strong > Tick (no ammo)</li >
23
+ <li ><strong >43 - 45</strong > Race countdown</li >
24
+ <li ><strong >46</strong > Repair</li >
25
+ <li ><strong >47</strong > White noise static</li >
26
+ <li ><strong >48</strong > Stop White noise static</li >
27
+ <li ><strong >49</strong > Static short</li >
28
+ <li ><strong >101</strong > Countdown/selection</li >
29
+ </ul >
30
+
31
+ <SeeAlsoSection seeAlsoLinks ={ getSeeAlsoLinksFromList ([
32
+ ' reference:ID_Lists' ,
33
+ ])} currentId =' ' />
34
+ </StarlightPage >
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ luaTable += `\n}\n`;
123
123
title: ' Vending Machines' ,
124
124
tableOfContents: false ,
125
125
}} >
126
- <p >List of San Andreas Vending machines :</p >
126
+ <p >List of San Andreas Vending machine locations (each vending machine is an object) :</p >
127
127
<table >
128
128
<thead >
129
129
<tr >
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import SeeAlsoSection from '@src/components/SeeAlsoSection.astro';
14
14
<li ><a href =" /reference/ID_Lists/Damage_Types" >Damage Types</a ></li >
15
15
<li ><a href =" /reference/ID_Lists/Garages" >Garages</a ></li >
16
16
<li ><a href =" /reference/ID_Lists/Interiors" >Interiors</a ></li >
17
+ <li ><a href =" /reference/ID_Lists/Sounds" >Sounds</a ></li >
17
18
<li ><a href =" /reference/ID_Lists/Vehicle_Colors" >Vehicle Colors</a ></li >
18
19
<li ><a href =" /reference/ID_Lists/Vehicle_Paintjobs" >Vehicle Paintjobs</a ></li >
19
20
<li ><a href =" /reference/ID_Lists/Vehicle_Variants" >Vehicle Variants</a ></li >
You can’t perform that action at this time.
0 commit comments