[+] Add Driving License to Interaction Menu and as 'Object' to show other Players via the Interaction menu
This commit is contained in:
26
ReallifeGamemode.Client/assets/html/licenses/scheine.html
Normal file
26
ReallifeGamemode.Client/assets/html/licenses/scheine.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<link rel="stylesheet" href="package://assets/css/licenses/schein.css">
|
||||
</head>
|
||||
<body scroll="no">
|
||||
<div id="schein">
|
||||
|
||||
<img src="package://assets/img/licenses/schein.png">
|
||||
|
||||
<div id="name">
|
||||
|
||||
</div>
|
||||
|
||||
<div id="erworbene">
|
||||
<p id="0"></p>
|
||||
<p id="1"></p>
|
||||
<p id="2"></p>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
|
||||
<script src="package://assets/js/licenses/scheine.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user