File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Simple-Vehicle-Control-Script
2
2
A simple script which allows you to control certain aspects of your vehicle, such as doors, engine and more...
3
3
4
- ** v0.3 Features:**
4
+ ** v0.3.2 Features:**
5
5
* ** /trunk:** Opens and closes the trunk.
6
6
* ** /hood:** Opens and closes the hood.
7
7
* ** /rdoors:** Opens and closes the two rear doors. (Mostly for use in vans)
8
8
* ** /engine (on/off):** Switches the vehicle engine on and off.
9
9
* ** /lock:** Locks and unlocks vehicle doors.
10
- * ** /save:** Saves the current vehicle.
10
+ * ** /save:** (doesn't actually save the vehicle) Selects as the active vehicle.
11
11
* ** /sveh:** Toggles "control saved vehicle only" mode. (Read changelog for more info)
12
12
13
13
[ Join our discord server!] ( https://discord.gg/K7P8d2h )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Created by:
6
6
To install - drop into your resources folder and add vehicle-control to your server.cfg file
7
7
----------
8
8
Changelog:
9
- v3.0 :
9
+ v0.3.2 :
10
10
-Fixed /engine not working properly for some people.
11
11
-You can now simply type in /engine to toggle the engine. (no need to put on/off at the end of the command)
12
12
-Added beep sounds and hazards flashes for when you lock your car.
You can’t perform that action at this time.
0 commit comments