feedback for update 1.0.7
is a good update and is working fine.
I would like to be able to turn off permission and link it to the medic/ambulance job.
could you include this the days because for RP.
feedback for update 1.0.7
is a good update and is working fine.
I would like to be able to turn off permission and link it to the medic/ambulance job.
could you include this the days because for RP.
Thanks for your feedback ![]()
But why would you want to disable command permissions and how would you imagine to link this to your ambulance script/job?
Since we run a roleplay server, it would be good if this command is tied to the ambulance/medic job.
they play the ingame dan as if they would give the players an adrenaline shot so that they are fit again.
then it would depend on the job who is allowed to use it and would not have to do the extra permissions for the players.
or you make a trigger event and we can then make an item out of it like adrenaline squirt, which triggers this event and then I don’t even need the command or the job limitation then neither because it can only produce the ambulance roleplay technically anyway
ESX.RegisterUsableItem(‘adrenaline shot’, function(source)
local xPlayer = ESX.GetPlayerFromId(source)
xPlayer.removeInventoryItem(‘adrenaline shot’, 1)
xPlayer.addInventoryItem(‘plastikabfall’, 1)
TriggerClientEvent(‘incapacitated:onUse’, source)
xPlayer.showNotification(_U(‘used_adrenaline shot’))
end)
that would be an example on our server and below would be e.g. a trigger event from you.
There is already a trigger event implemented as an export for either client or server. This should do the trick, you may take a look at Available Exports for further details.
exports["incapacitated"]:removeIncapacity(source)
you mean i can use this
exports["incapacitated"]:removeIncapacity(source)
for this
TriggerClientEvent(‘incapacitated:onUse’, source)
thank you for help
your the best
Hey can you give me Perms to edit the client and server lua ?
UPDATE 1.1.0
What did change?
→ Major code refactoring and optimization
→ Fixed chat command suggestion not working properly
→ Complete UI overhaul & upgrade
→ UI can now be customized via HTML and CSS
IT IS ADVISED TO REPLACE CONFIG FILE

Hello,
we’ve bought and installed the resource, but nothing happens.
Are there any things to do to make it work with visn_are?
Hello there,
unfortunately vsn_are is known to break some scripts.
Feel free to send me a dm so I can provide proper support.
UPDATE 1.3.0
→ Redesigned UI appearance.
→ Made NUI related stuff more robust to renaming the resource.
→ Command can now be invoked from the console.
→ Minor bugfixes and tweaks.