[Release][Standalone] Fully Working Stretcher for EMS | Easy to add to other Frameworks

You willing to share where that stretcher prop is from?

2 Likes

Can you share that stretcher ?

1 Like

yeap thats it

it was removed

I can spawn a stretcher but cant push or get on it

Is there any possibility to make those commands with permissions? so only EMS can use them ?

if you want you can use the new stretcher i created for your mod, i think i sent you a message on discord

https://www.gta5-mods.com/misc/ems-medical-props actually here is the stretcher pictured above you have to adjust the coords

1 Like

Thanks I will add that link to the original post for people to download

ok kool i have a stair chair i am going to update the link with it as well, you think the script can make them sit as well ?

open and closed versions

1 Like

Hey , 1 Question . I want to toggle off the Animation after i press X put idk how i do it in the Script

    if not IsEntityPlayingAnim(pedid, 'anim@heists@box_carry@', 'idle', 3) then
        TaskPlayAnim(pedid, 'anim@heists@box_carry@', 'idle', 8.0, 8.0, -1, 50, 0, false, false, false)
    end

    if IsPedDeadOrDying(pedid) or IsControlJustPressed(0, 73) then
        DetachEntity(strObject, true, true)
    end

Because after press X the Prop is detached but i do the Animation unlimited bevor i sit in a Car or something

1 Like

Hi guys
first of all sorry for my bad english, but i’m 20 years out of school.

I have the following problem with me everything hovers and he takes the stretcher to the side …
Does anyone have an idea

same problem here, i am wondering how this can be fixed

1 Like

You need to change lines 299 and 321 for the x,y,z coords for getting on the stretcher, the current coords are for the old stretcher prop, it is a trial and error situation so test it out.

1 Like

How to setup the stretcher prop?

Will the 1.2 version be released? Thank you

Hi, can i ask how did u get that EMS Uniform ? i would like something similiar. Thanks

No not soon at least, I had been working on a better system for this script but I have lost interest and moved on to better things.

I know you aren’t really working much on this, but I had a few questions if you had the time to answer them. A couple of things I have noticed that I have been racking my brain on -
When I have loaded someone into the ambulance on the stretcher, it doesn’t let me take them back out. They have to hop off and then I can /togglestr. Any ideas?
In the
function StretcheroutCar() - I have added SetEntityCoords(closestObject, pedCoords.x-.10, pedCoords.y+2.10, pedCoords.z-.20) to the end of that to have the stretcher taken out of the ambulance and set down right behind me but it changes direction depending on which way I am facing towards an ambulance. (for example: I face east, it works properly, I face west, it toggles out at different coords.