GithubHelp home page GithubHelp logo

esx_ambulancejob's Introduction

[ESX] Ambulance Job

Discord - Documentation

ESX Ambulance Job is an plugin for ESX with features:

  • Adds death screen, with early respawn timer and bleed out timer
  • Vehicle garages, revive menu and more for on duty EMS

Requirements

Required:

Optional:

Legal

License

esx_ambulancejob - ambulance script for fivem

Copyright (C) 2015-2023 Jérémie N'gadi

This program Is free software: you can redistribute it And/Or modify it under the terms Of the GNU General Public License As published by the Free Software Foundation, either version 3 Of the License, Or (at your option) any later version.

This program Is distributed In the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty Of MERCHANTABILITY Or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License For more details.

You should have received a copy Of the GNU General Public License along with this program. If Not, see http://www.gnu.org/licenses/.

esx_ambulancejob's People

Contributors

arctos2win avatar benzo00 avatar bloope18 avatar commanderbala avatar cs0ng0r avatar csokihun avatar dannezzzan avatar dyros3 avatar epyidev avatar gellipapa avatar iamnotgod-core avatar jackdupmodz avatar kilaoriginal avatar lenny822 avatar moskalyka avatar mycroft-studios avatar naifen-phoxidas avatar nemyoriginal avatar rav3n95 avatar thefantomas avatar thekuca avatar thiaudiott avatar xray51yt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

esx_ambulancejob's Issues

"Your vehicle is not stored in the garage"

Hey, as soon as I buy an ambulance I cant spawn it because its supposedly not in the garage. In owned_vehicles (in the database) its registered that I bought an ambulance as an medic.
Could you please help me?

Revive after Reconnect

Hey Guys, we're using the latest version of ESX_AmbulanceJob and we have the problem, that when a User Disconnects and reconnects, the Script doesn't recognize the Player as dead and we can't revive them via Ambulance Revive job

setDeathStatus Problem

RegisterNetEvent('esx_ambulancejob:setDeathStatus')
AddEventHandler('esx_ambulancejob:setDeathStatus', function(isDead)
	local xPlayer = ESX.GetPlayerFromId(source)

	if type(isDead) == 'boolean' then
		MySQL.update('UPDATE users SET is_dead = ? WHERE identifier = ?', { isDead, xPlayer.identifier })
		isDeadState(source, isDead)
			
		if not isDead then
			local Ambulance = ESX.GetExtendedPlayers("job", "ambulance")
			for _, xPlayer in pairs(Ambulance) do
				xPlayer.triggerEvent('esx_ambulancejob:PlayerNotDead', source)
			end
		end
	end

end)

Txadmin give errors in line 368. i checked in my mysql database if the row is_dead there, it is. And i dont know what to do...

SCRIPT ERROR: @esx_ambulancejob/server/main.lua:368: attempt to index a nil value (local 'xPlayer')
That the error. Its since i updated the server artifacts to fx: b7479

I use visn_are but they say from thier side is all fine..

Not working distress signal

I try to fix the distress signals but when i try to send signal with the default phone that was used for the resource still the distress signals not working no errors just it didn't work

Death timer not showing

As sayed in the title i have a problem with my death timer.
my version: 1.2.0
i was wondering if you could help me

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.