You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 8, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+23-19
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# ELS-Plus
2
2
3
-
See: https://github.com/ejb1123/ELS-Plus/issues to submit an issue. It is important that if you test ELS for FiveM that you submit issues so that we may work to resolve these. Here's some things to consider:
3
+
See: https://github.com/friendsincode/ELS-Plus/issues to submit an issue or use our discord here: . It is important that if you test ELS Plus for FiveM that you submit issues so that we may work to resolve these. Here's some things to consider:
4
4
5
-
- ELS vehicles are not yet supported.
6
-
-Lights are in progress. Currently sync is not working but you are able to use lights.
5
+
- ELS vehicles are fully supported.
6
+
-Full VCF parsing so you can totally customize vehicles.
7
7
- Custom cars will require VCF files to be created by following the [How to add custom Vehicles](#how-to-add-els-vehicles-to-els-fivem) section.
8
8
- You can spawn a vehicle using /elscar {model}
9
-
- You can obtain a list of the vehicles ELS has detected by typing /elslist and pressing F8 to view console.
9
+
- You can obtain a list of the vehicles ELS has detected by typing /elslist and pressing F8 to view console.(Plans to make menu in progress :D)
10
10
11
11
12
12
@@ -44,24 +44,28 @@ See: https://github.com/ejb1123/ELS-Plus/issues to submit an issue. It is import
44
44
45
45
46
46
### How to install
47
-
1. Copy the `ELS-FiveM` folder to `cfx-server\resources\`
48
-
2. Add `ELS-FiveM` to `server.cfg`
47
+
1. Copy the `els-plus` folder to `cfx-server\resources\`
48
+
2. Add `start els-plus` to `server.cfg`
49
49
3. Add `add_ace resource.RESOURCE_NAME command.add_ace allow` to `server.cfg`
50
50
remember to replace `RESOURCE_NAME` with the name of this resource.
51
-
4. Add your user to the `group.admin` principle to allow you to use the elscar commmand to spawn a vehicle
51
+
4. Modify settings via ini file how you see fit.
52
+
5. If you set AllowAdminOnly to `true` Add your user to the `group.admin`
53
+
principal with the following `add_principal identifier.[license||steam]:id# group.admin`
54
+
to allow you to use the elscar commmand to spawn a vehicle.
55
+
6. You can also add custom groups to els-plus to allow better control on who you wish to use the command.
52
56
53
-
### How to add ELS Vehicles to ELS-FiveM
57
+
58
+
### How to add ELS Vehicles to ELS-Plus
54
59
1. Create add-on/replace Vehicle with stream folder and relevant files.
55
-
2. In `__resource.lua` add the `VCF` xml file to the `files` list.
56
-
3. Add `is_els 'true'` to bottom of `__resource.lua`.
57
-
4. Restart Server
58
-
5. Profit
60
+
2. In `__resource.lua` of that add-on/replace vehicle add the `VCF` xml file to the `files` list.
61
+
3. Make sure to validate the xml file to avoid issues with vehicle not showing up.
62
+
4. Add `is_els 'true'` to bottom of `__resource.lua`.
63
+
5. Restart Server
64
+
6. Profit
59
65
60
66
#### Important Notes
61
67
62
-
- When running the rcon command `restart ELS-FiveM` or `start ELS-FiveM`.
63
-
Make sure you restart any resources that have ELS vehicles.
64
-
- Make sure ELS-FiveM is located below all ELS enabled vehicle stream resources in the `server.cfg` file.
68
+
- When running the rcon command `restart els-plus` or `start els-plus`.
65
69
66
70
## Contribute
67
71
if you are a developer and would like to contribute any help is welcome!
@@ -71,14 +75,14 @@ The contribution guide can be found [here](CONTRIBUTING.md).
71
75
72
76
1. Add the enviroment variable `FXSERVERDATA` and set its value to the `resources` directory path.
0 commit comments