Installation
Note: This script can be used with any framework since it has no dependencies.
General
Basic Installation
Download the script from the FiveM Asset Manager.
Extract the
visn_are.pack.zip
-archive into yourresources
folder.Rename
visn_are.pack
tovisn_are
.Open the
configuration
folder inside thevisn_are
-folder.Customize the
client_config.lua
andserver_config.lua
to your needs.Start the script.
ESX Integration
esx_ambulancejob integration
If you are using esx_ambulancejob go into esx_ambulancejob/client/main.lua
and replace:
Command Implementation
To integrate the revive command, please do the following:
Open the file
server/main.lua
inside theesx_ambulancejob
-folder and search for the command "revive" and replace it with following code.
QBCore Integration
qb-ambulancejob Integration
If you are using qb-ambulancejob go into qb-ambulancejob/fxmanifest.lua
and remove the following lines from client_scripts:
Command Implementation
To integrate the revive command, please do the following:
Open the file
server/main.lua
inside theqb-ambulancejob
-folder and search for the command "revive" and replace it with following code.
Standalone Integration
This script works out of the box for standalone. If you want to integrate custom framework things, have a look inside visn_are/script/helpers/s_functions.lua
.
Revive Command
A revive command is included in the script. You can enable it in the Server Config. In order to customize the permissions for it have a look inside visn_are/script/helpers/s_functions.lua
.
Last updated