Files
Elite-Gaming-FiveM/resources/lvc/UI/html/index.html
T
Jacob 775709ddef New Improvements & Bug Fixes
+ Added new Wheel-Damage script which causes wheels to fly off if the car is hit hard.
+ Added newer version of the police siren LVC menu.
+ Changed a bunch of keybinds in order to facilitate FivePD.
+ Readded the accidentally removed emote menu and removed NoDriveBy.
+ Updated the server theme alittle away from just RP.
+ Updated to server artifacts version to 6372
2023-04-02 20:38:32 +01:00

32 lines
877 B
HTML

<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="sirenbox">
<div id="buttonbox">
<div class="button">
<img src="../textures/day/siren_off.png" id="siren">
</div>
<div class="button">
<img src="../textures/day/horn_off.png" id="horn">
</div>
<div class="button">
<img src="../textures/day/tkd_off.png" id="tkd">
</div>
<div class="button">
<img src="../textures/day/lock_off.png" id="lock">
</div>
</div>
<div class="slide">
<img src="../textures/day/slide_off.png" id="slide">
<div>
<img src="../textures/day/ta_off.gif" id="ta" style="width: 128px; margin-left: 21px;margin-top: -4px;">
</div>
</div>
</div>
<script src="nui://game/ui/jquery.js" type="text/javascript"></script>
<script src="lvc.js" type="text/javascript"></script>
</body>
</html>