Commit Graph

74 Commits

Author SHA1 Message Date
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
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 210b98975a Removed old lastPosition code 2020-01-12 22:15:47 +01:00
ElPumpo c7dbd9361f Fixed player revive notification showing Steam name, and check if online 2020-01-04 11:45:00 +01:00
rex2630 dcc113ae06 Removed keys table (#172)
* Removed keys table

* Changed key values to numbers
2020-01-04 11:17:55 +01:00
Samuel b3c2a520ab Merge pull request #158 from Poggicek/master
Added weight support and amount sliders to pharmacy menu
2019-10-27 00:19:25 +02:00
ElPumpo 88b284f925 Minor changes 2019-10-27 00:12:36 +02:00
Poggu 7ca8779b90 Added weight support and amount sliders to pharmacy menu 2019-10-20 11:00:06 +02:00
ElPumpo 19d6e032af Proper hud natives 2019-05-20 23:04:48 +02:00
ElPumpo 161ced8393 Fix multiple hospital thread attempt 2 2019-03-18 13:16:22 +01:00
ElPumpo 3f513e2d1b Fixed multihospital thread 2019-03-18 12:04:08 +01:00
ElPumpo c116378a6b Close all esx menus upon death 2019-03-09 15:41:54 +01:00
ElPumpo 7da37f36fc Disable all actions when healing 2019-02-24 12:48:03 +01:00
ElPumpo 7b614c3c7b Bandage & Medkit animations upon usage, closes #116 2019-02-24 12:44:06 +01:00
ElPumpo ea6c31f1d9 Fixed fast travel performance, see #113 2019-02-24 11:21:49 +01:00
ElPumpo 235e9fda2c Implemented letSleep 2019-02-24 11:09:02 +01:00
ElPumpo 56159154fe Don't parse vector3 since serializer doesn't support
See https://github.com/ESX-Org/es_extended/issues/216 for more information
2019-02-22 18:43:44 +01:00
ElPumpo 37aed83ee5 Fixed playerdata not updating, proper mysql insert 2019-01-04 13:01:10 +01:00
ElPumpo 3e556977ed Very very final commit v1.2.0 2018-12-30 23:41:05 +01:00
ElPumpo 439927f28a Added respawn to config, very final commit v1.2.0 2018-12-30 23:34:24 +01:00
ElPumpo 904774b6a8 Implemented new vehicle garage, final commit v1.2.0 2018-12-30 23:29:04 +01:00
ElPumpo e7eabab212 New helicopter system, Config re-write 2018-12-30 23:05:04 +01:00
ElPumpo ee6b8a4c85 Proper math namespace 2018-12-23 15:08:05 +01:00
ElPumpo b15e2d95b1 Fixed spamming revive to get loads of money 2018-12-13 19:21:11 +01:00
ElPumpo 8fb57b856c Much better revive animation 2018-11-25 14:41:36 +01:00
ElPumpo c9187dd6df Corrected is_dead 2018-11-04 21:28:54 +01:00
Jeffrey-Lang 485dc685f2 Fixed respawning with /revive (#87)
- Fix spawning at hostiptal with /revive command or revive by ems menu
- Now correctly repawning to hospital after bleedoutTimer runs out
2018-11-04 21:27:34 +01:00
ElPumpo db3e45ce32 Fixed bugs with setting death status, combat loggers now force-respawn 2018-11-04 21:20:54 +01:00
ElPumpo 5df6542871 Renamed column isDead to is_dead 2018-11-03 23:10:19 +01:00
ElPumpo 5410bf75e8 Secutity improvements, lua executor safe 2018-10-31 14:33:05 +01:00
ElPumpo fab5f4d167 Disable most inputs when dead (unconscious can't speak, right?) 2018-10-30 23:58:00 +01:00
ElPumpo 8f18c991b8 Death screen update, see description
The system has been changed, so that you will first enter a 'respawn available in x' timer, then after that a bleedout timer will appear.
2018-10-30 23:22:58 +01:00
ElPumpo 60eaf7faa8 Moved job-related functions to seperate file 2018-09-21 20:46:59 +02:00
ElPumpo 729bb0eb43 Minor locale changes 2018-09-04 22:36:58 +02:00
nearbyplayer ad4c159a0b Fixes Indentation & Formatting
This fixes indentation and follows .editorconfig
2018-08-10 12:50:30 -04:00
nearbyplayer bdb0c68569 Respawn Timer Overhaul & Repo Update
* Fixes #64 (Timer related)

* Will need Locale translation
2018-08-10 01:07:49 -04:00
ElPumpo 567378710e Fixed walking when dead 2018-07-10 12:57:42 +02:00
ElPumpo 83d0f2fc20 Yet a possible fix for auto-respawn bug, fixed money dupe by reviving multiple times 2018-07-03 00:19:55 +02:00
ElPumpo fdcc9ab9e5 Fixed RemoveWeaponsAfterRPDeath, fixes #21 2018-06-20 21:24:00 +02:00
MarioRogue 784aa4e1df No more respawn for no reason 2018-06-09 23:27:44 +03:00
ElPumpo b0011647a6 Added sending distress signals to available medics 2018-06-06 22:43:47 +02:00
ElPumpo 20174d6876 Possible fix for invisable players, 3rd party ipl loader compability 2018-06-06 13:12:02 +02:00
ElPumpo 8b5f2bdf71 Check for if player is concious, fixed missing translations 2018-04-25 21:55:09 +02:00
ElPumpo bac6df219d Refactored vehicle list to config (closes #37), fixed restarting script, code improvements
- A lot of minor changes here aswell, for example proper aligment, the menu wont close if you don't have a medkit when attempting to revive players
- Moved to four space (tab) indents
- Proper i18n formatting
2018-04-24 20:34:09 +02:00
ElPumpo 9e18a0f0c4 Moved anti-combat to config (enabled by default) 2018-04-15 01:41:37 +02:00
ElPumpo 65100a8abd Implemented anti-combat log 2018-04-14 23:22:09 +02:00
ElPumpo be480476b1 Use new trigger, fixed urls in readme 2018-04-14 14:25:00 +02:00
Jarrett B c92d71e7ff Universal marker size. 2018-01-14 21:04:21 -08:00
renaiku b29f12c77e Big revamp of the script. Should be bugless. 2017-10-17 20:53:47 +02:00