Commit Graph

207 Commits

Author SHA1 Message Date
ArkSeyonet ba0961095c Merge pull request #240 from Leon485/master
Edited the combat log system (Will revert if deemed disadvantageous)
2021-02-01 14:12:45 -06:00
ArkSeyonet 2b92731678 Merge pull request #301 from pkcwong/dev/bugfix-blip
Fix patient blip not removed after revival
2021-02-01 14:10:43 -06:00
ArkSeyonet e5d492ac48 Merge pull request #296 from trkyshorty/master
Turkish translation implemented
2021-02-01 14:10:12 -06:00
ArkSeyonet 76aef60919 Merge pull request #282 from FunnyBuddys/master
Added german language file
2021-02-01 14:09:03 -06:00
ArkSeyonet d2a55d34e4 Update README.md 2021-02-01 14:07:57 -06:00
ArkSeyonet 4baea5dca3 Merge pull request #191 from RedAlex/master
Added ability to find an invisible dead player
2021-02-01 14:06:34 -06:00
ArkSeyonet 122c6f6aae Merge branch 'master' into master 2021-02-01 14:06:01 -06:00
Christopher Wong 2931d8d98f Fix patient blip not removed after revival 2021-01-17 01:17:21 +08:00
Türkay Tanrıkulu 4d0c045665 Turkish translation implemented 2020-12-19 23:10:17 +03:00
Christopher Gjelten e567948b9c Merge pull request #286 from ItsManueh/patch-1
Language to Spanish fully translated to full
2020-12-01 14:58:12 +01:00
Christopher Gjelten 76eebbe369 Merge pull request #265 from lofwenberg/spelling_fix
Spelling fixes sv.lua
2020-12-01 14:55:45 +01:00
FunnyBuddys ab4e6d361b Add German 2020-11-14 14:59:13 +01:00
ItsManueh b3d2ec4aa5 Language to Spanish fully translated to full 2020-11-01 14:19:08 +01:00
FunnyBuddys 28eaf93c06 Added german language file 2020-10-29 20:36:01 +01:00
Tijn 4bb34cf8e4 Add nl.lua (#279)
* Create nl.lua

* Update fxmanifest.lua

* Update nl.lua
2020-10-05 02:11:39 +03:00
Richard Löfwenberg 1f721d16d2 Changed medikit to have the "official" swedish name + small spelling fix 2020-08-25 21:11:08 +02:00
Richard Löfwenberg 0d158eed9b Spelling fixes sv.lua
Added sv_esx_ambulancejob.sql
2020-08-06 16:31:34 +02:00
BrakingESX247 a444c12873 Updating config.lua
User-frendlier configuration file.
2020-07-20 14:57:31 +01:00
BrakingESX247 0bf8a02e32 Check if revive reward is enabled.
Co-Authored-By: Rheein <rheein@users.noreply.github.com>
2020-07-20 14:53:03 +01:00
SamBehner e672c3072e Stop autorespawning (#260)
Probably fixing autorespawning.
2020-07-20 14:47:30 +01:00
BrakingESX247 1225eb6379 Reverting bad fix for combat logging. 2020-07-20 14:46:07 +01:00
SamBehner 61753c45d2 Fixed players always being combat logged (#259)
Merging a temporary fix for players always being combat logged.
2020-07-03 17:44:01 +01:00
Kevin O'Byrne df425fb56b Update fr.lua (#226)
* Update fr.lua

* Update fr.lua

* Update fr.lua
2020-07-03 17:42:11 +01:00
LeonAnderson48 1a501c27f2 Update README.md 2020-05-14 17:18:22 +01:00
LeonAnderson48 27b9b8e9ac Changed the client/main.lua
By changing the main.lua i have made it so that if a player is to combat log and then join back, this will kill them and reset the timer so that they cannot force respawn
2020-05-14 17:16:04 +01:00
LeonAnderson48 cacb1baba7 Delete main.lua 2020-05-14 17:14:09 +01:00
LeonAnderson48 ac66b60938 Delete main.lua 2020-05-14 17:13:52 +01:00
LeonAnderson48 fa22df84ac Add files via upload 2020-05-14 17:07:29 +01:00
ElPumpo 32a7fb15de New sql code 2020-04-14 16:47:41 +02:00
ElPumpo 2da17bc123 Support latest esx 2020-03-24 10:33:56 +01:00
ElPumpo 739a228dd2 Updated to work with latest ESX 2020-02-17 21:15:52 +01:00
Alex Garcio e8e3eaa4d1 Added ability to find an invisible dead player
https://github.com/ESX-Org/esx_ambulancejob/issues/20
2020-02-13 16:44:14 -05:00
ElPumpo 783a5eeae2 Fixed remove blips on change job, fixed blip not properly registering 2020-02-06 13:06:25 +01:00
ElPumpo bfb15244d0 Added IsModelInCdimage() check to garage 2020-01-24 12:29:14 +01:00
ElPumpo a606c2bdd2 Fixed NUI limit with too many vehicles in garage 2020-01-24 12:21:11 +01:00
ElPumpo 073cfde650 Merged helicopter and car garage, which removes dupe code and move to its own file 2020-01-24 12:11:45 +01:00
ElPumpo d4776bf383 Removed unused locale 2020-01-24 11:34:44 +01:00
ElPumpo ef171d2ded Minor cleanup, removed unused code 2020-01-24 11:33:53 +01:00
ElPumpo 24990717bc Fixed #135 2020-01-24 11:25:25 +01:00
ElPumpo 9a80cd0dcd Minor code improvements 2020-01-24 11:19:56 +01:00
ElPumpo d5ff2a6183 Merge branch 'master' of https://github.com/ESX-Org/esx_ambulancejob 2020-01-19 17:14:47 +01:00
ElPumpo 6f8587b391 Implemented dead player blips, closes #46 (read desc)
- Fixed vehicles in vehicle shop not unloading
- Use busy spinner instead of drawing when loading vehicles
2020-01-19 17:14:33 +01:00
rex2630 6b056fe421 Replace __resource.lua with fxmanifest.lua 2020-01-19 16:47:27 +01:00
ElPumpo ecb553f23c Minor adjustments 2020-01-19 16:44:22 +01:00
ElPumpo 7cf3036154 Minor adjustments 2020-01-19 16:38:59 +01:00
ElPumpo 6a7f8914a7 Merge branch 'master' of https://github.com/ESX-Org/esx_ambulancejob 2020-01-15 20:44:08 +01:00
ElPumpo d94522fbbe Fixed #177 2020-01-15 20:43:40 +01:00
maiconkkl 32f8a2d45d Create SqlTranslate (#175) 2020-01-15 20:41:55 +01:00
ElPumpo 210b98975a Removed old lastPosition code 2020-01-12 22:15:47 +01:00
maiconkkl 01a6cc466f Improved Portuguese locale (#174)
* Correcting and improving translation

* Update br.lua

* Update br.lua

* Update br.lua
2020-01-05 19:51:05 +01:00