Skip to content

Commit 620098b

Browse files
Add warning to Vehicles.astro
1 parent 4878e0c commit 620098b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

web/src/pages/reference/ID_Lists/Vehicles.astro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,9 @@ const vehicles = {
278278
}}>
279279
<p>This is a list of GTA:SA's vehicle ID numbers, as listed in the <code>vehicles.ide</code> game file.</p>
280280
<p>These vehicle ID numbers are used for several <a href="/reference/Scripting_Functions#Vehicle">vehicle scripting functions</a>.</p>
281-
<NoteBox type='tip'>Click on any model image to view the vehicle in 3D.</NoteBox>
282-
<NoteBox type='tip'>Use your browser's search function (<strong>Ctrl+F or Cmd+F</strong>) to quickly find a vehicle by name or ID.</NoteBox>
281+
<NoteBox type='warning'>Every vehicle has a <strong>model name</strong> (according to game files), which is not the same as the <strong>vehicle name</strong> (displayed in HUD when you enter a vehicle) used in scripting functions. For example, the vehicle name for ID <code>400</code> is <code>Landstalker</code>, and its model name is <code>landstal</code>.</NoteBox>
282+
<NoteBox type='tip'><strong>Tip</strong>: Click on any model image to view the vehicle in 3D.</NoteBox>
283+
<NoteBox type='tip'><strong>Tip</strong>: Use your browser's search function (<strong>Ctrl+F or Cmd+F</strong>) to quickly find a vehicle by name or ID.</NoteBox>
283284

284285
<h5>Table of Contents</h5>
285286
<span>Vehicles:</span>

0 commit comments

Comments
 (0)