https://github.com/MrDaGree/ELS-FiveM/wiki/Controls
- Clone the repository or download the latest version.
- Note: if cloning, pass
[ELS]
or similar topath
argument (e.g.git clone https://github.com/MrDaGree/ELS-FiveM [ELS]
, make sure you are inresources
, also).
- Note: if cloning, pass
- Place inside your server's
resources
directory. - Create a file called 'vcf.lua' and copy the file contents of 'vcf.default.lua' into that file, but do not delete the default file.
- Make altercations accordingly.
- Place any VCF files inside the
vcf
directory so they are able to be found. - Enjoy!
Convar | Parameters | Function | Example Usage | Default State |
---|---|---|---|---|
els_outputLoading |
boolean | This outputs the loaded vehicles that have been specified in the vcf.lua | setr els_outputLoading true |
"false" |
els_debug |
boolean | This prints information to both client or server with information of what is happening | setr els_debug true |
"false" |
els_developer |
boolean | Provides access to developer features which may break ELS for clients on your server, should only be used when asked. | setr els_developer true |
"false" |
els_warnOnJoin |
boolean | Displays a warning if the current version is outdated | setr els_warnOnJoin true |
"false" |