CaptainStabs / stabs-stretcher

FiveM QB-Core based stretcher script that works even when the player is dead

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stabs-stretcher

FiveM QB-Core based stretcher script that works even when the player is dead.

Performance:

Client

  • 0.0ms idle
  • 0.02ms in use

Server

  • ~1ms while player is transitioning between last stand and dead
  • 0ms idle

Requirements

Model

Model is from https://www.lcpdfr.com/downloads/dev-resources/vehicle-parts/17394-ambulance-stretcher-low-poly

Enable X while dead

qb-ambulancejob/client/dead.lua

line 144

add

            EnableControlAction(0, 32, true)
            EnableControlAction(0, 73, true)

About

FiveM QB-Core based stretcher script that works even when the player is dead

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%