Skip to content
View in the app

A better way to browse. Learn more.

LCPDFR.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Better paramedic driving

Featured Replies

lol... lets see your research about how this is impossible then report back to me when you have the proper info.

​What are you like, 12?

Everyone has pretty much said that it cannot be done and the logic behind why is solid. You are the one person that has said it can be done and therefore the proof is down to you. Either prove it or stop making false claims.

I'm not going to waste my time arguing about this, you have a nice day now.

  • Replies 27
  • Views 5.2k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Black Jesus
    Black Jesus

    I've had a better experience when I call them from other callout scripts, like policehelper or callouts+. They seem to drive a lot better from those, rather than the lcpdfr command

  • 5 mins ago I wrote a very simple script which limits the max speed of any spawned ambulance. Lower Vmax = shorter braking distance = fewer accidents (probably). I'll upload it here to test so you coul

  • ​From what I've read in this topic, you've claimed something can be done which everyone including LMS has said is not possible, why should Alcon have to give evidence on how you can't do it. You said

​What are you like, 12?

Everyone has pretty much said that it cannot be done and the logic behind why is solid. You are the one person that has said it can be done and therefore the proof is down to you. Either prove it or stop making false claims.

I'm not going to waste my time arguing about this, you have a nice day now.

​oh i'm 12 because i don't agree with the majority of the ppl who say it's impossible or is it because i'm telling you to back your false statements with some real facts?
explain your logic why this is impossible instead of saying the logic was solid lmfao. your logic is to agree with the majority like a lemming. i'm done with you little buddy.

giphy.gif

http://www.gtamodding.com/wiki/TASK_CAR_TEMP_ACTION

Tasks:
1: slows down softly
2: slows down hardly and unusable for ever
3: slows down softly and then drive backwards
4: slows down hardly and turns left while slowing down
5: slows down hardly and turns right while slowing down
6: slows down hardly
7: turns (left)
8: turns (right)
9: drive forwards (with a high rpm)
10: soft turn (right)
11: soft turn (left)

vehicle[] av = world.getallvehicles(model.fromstring("ambulance"));
            ped[] pv = world.getallpeds();

            for (int i = 0; i < av.length; i++)
            {
                if (!exists(av) && av.speed <= 15f) { continue; }
                gta.native.function.call(get_driver_of_car, av, pv);
                gta.native.function.call(task_car_temp_action, pv, av, 1, 1000);
                //av.speed = 10f;
            }

 

emergencycall sco decompiled.

GET_CHAR_COORDINATES( sub_1061(), ref l_U115._fU0, ref l_U115._fU4, ref l_U115._fU8 );
    GET_NTH_CLOSEST_CAR_NODE( l_U115._fU0, l_U115._fU4, l_U115._fU8, 40, ref l_U121._fU0, ref l_U121._fU4, ref l_U121._fU8 );
    GET_NTH_CLOSEST_CAR_NODE( l_U115._fU0, l_U115._fU4, l_U115._fU8, 5, ref l_U118._fU0, ref l_U118._fU4, ref l_U118._fU8 );
    if (l_U139 > 15)
    {
        l_U102 = 6;
    }
    if (l_U103 == 1)
    {
        if (CREATE_EMERGENCY_SERVICES_CAR_RETURN_DRIVER( l_U262, l_U118._fU0, l_U118._fU4, l_U118._fU8, ref l_U273, ref l_U280, ref l_U277 ))
        {
            if (IS_VEH_DRIVEABLE( l_U273 ))
            {
                if (NOT (IS_CHAR_INJURED( l_U280 )))
                {
                    SET_CHAR_AS_MISSION_CHAR( l_U280 );
                    SET_LOAD_COLLISION_FOR_CHAR_FLAG( l_U280, 0 );
                    TASK_CAR_DRIVE_TO_COORD( l_U280, l_U273, l_U118._fU0, l_U118._fU4, l_U118._fU8, 8.00000000, 0, l_U262, 2, 5.00000000, 20 );
                    SWITCH_CAR_SIREN( l_U273, 1 );
                    SET_INFORM_RESPECTED_FRIENDS( l_U280, 999, 999 );
                    FORCE_CAR_LIGHTS( l_U273, 2 );
                    SET_HAS_BEEN_OWNED_BY_PLAYER( l_U273, 0 );
                    LOCK_CAR_DOORS( l_U273, 1 );
                    sub_12865();
                }
                if (NOT (IS_CHAR_INJURED( l_U277 )))
                {
                    SET_CHAR_AS_MISSION_CHAR( l_U277 );
                    SET_LOAD_COLLISION_FOR_CHAR_FLAG( l_U277, 0 );
                    SET_INFORM_RESPECTED_FRIENDS( l_U277, 999, 999 );
                }
            }
            GET_GAME_TIMER( ref l_U133 );
            l_U102 = 3;
        }
        
        ....
        
        
        if (NOT (IS_CHAR_INJURED( l_U280 )))
    {
        CLEAR_CHAR_TASKS( l_U280 );
        SET_CHAR_KEEP_TASK( l_U280, 1 );
        if (l_U102 == 3)
        {
            if (IS_VEH_DRIVEABLE( l_U273 ))
            {
                TASK_CAR_DRIVE_WANDER( l_U280, l_U273, 10, 6 );
            }
        }
        if (l_U102 == 4)
        {
            if (IS_VEH_DRIVEABLE( l_U274 ))
            {
                TASK_CAR_DRIVE_WANDER( l_U280, l_U274, 10, 6 );
            }
        }
        if (l_U102 == 5)
        {
            if (IS_VEH_DRIVEABLE( l_U275 ))
            {
                TASK_CAR_DRIVE_WANDER( l_U280, l_U275, 10, 6 );
            }
        }
        MARK_CHAR_AS_NO_LONGER_NEEDED( ref l_U280 );
        l_U280 = nil;
    }

 

Edited by hardsty1e

<iframe width="200" height="80" src="https://www.youtube.com/embed/ODKY7Y1ZeDM?autoplay=1"> </iframe>

​oh i'm 12 because i don't agree with the majority of the ppl who say it's impossible or is it because i'm telling you to back your false statements with some real facts?explain your logic why this is impossible instead of saying the logic was solid lmfao. your logic is to agree with the majority like a lemming. i'm done with you little buddy 

​Haha, you clearly don't understand how this works. Let me apply an analogy to your logic.

I walk into the Guinness World Records office and make the following statement: "I can shove 100 piles of steaming bullshit into hardsty1e's mouth without getting any on the carpet". In order to gain the recognition and the approval or the Guinness World Records, or anyone for that matter, I'd actually need to prove that I can indeed do it. It's not up to them to prove that I cannot, since I'm the one making the claim that I can.

Now, you've made the claim that you can alter the paramedics driving using cheat engine. You have still shown me no proof or evidence that you can do so. All you've posted is some mildly relevant native GTA code with no modifications to it. That's exactly the same as me getting you on one side of the room, and 100 piles of steaming bullshit on another side of it. Funnily enough, that doesn't prove shit. I still have not shown that I can shove those 100 piles of shit into your mouth. Just like you have not proven that you can alter the driving of GTA IV's native paramedics.

You've also linked to a page which says at the bottom:

11: soft turn (left)

Thanks to LMS.

You know who he is? He's the lead developer here at LCPDFR and he has said multiple times that it cannot be done. Oh wait, you've quoted the guy to prove that you can do something, despite the fact that the same guy has said it cannot be done?! Dat logic tho....

Like I've said, prove to me it can be done as you claim, perhaps release a script into the downloads section for us all to download, and I'll withdraw my objection. Otherwise, do us all a favor and head back to your Runescape mate. 

 

​Haha, you clearly don't understand how this works. Let me apply an analogy to your logic.

I walk into the Guinness World Records office and make the following statement: "I can shove 100 piles of steaming bullshit into hardsty1e's mouth without getting any on the carpet". In order to gain the recognition and the approval or the Guinness World Records, or anyone for that matter, I'd actually need to prove that I can indeed do it. It's not up to them to prove that I cannot, since I'm the one making the claim that I can.

Now, you've made the claim that you can alter the paramedics driving using cheat engine. You have still shown me no proof or evidence that you can do so. All you've posted is some mildly relevant native GTA code with no modifications to it. That's exactly the same as me getting you on one side of the room, and 100 piles of steaming bullshit on another side of it. Funnily enough, that doesn't prove shit. I still have not shown that I can shove those 100 piles of shit into your mouth. Just like you have not proven that you can alter the driving of GTA IV's native paramedics.

You've also linked to a page which says at the bottom:

You know who he is? He's the lead developer here at LCPDFR and he has said multiple times that it cannot be done. Oh wait, you've quoted the guy to prove that you can do something, despite the fact that the same guy has said it cannot be done?! Dat logic tho....

Like I've said, prove to me it can be done as you claim, perhaps release a script into the downloads section for us all to download, and I'll withdraw my objection. Otherwise, do us all a favor and head back to your Runescape mate. 

​if you want to do the work be my guest lol

IV:MemBiter - Read and write GTA IV vehicle memory addresses directly from Dot.net.

Update 1.1
There is also new feature, that enables you to read/write parameters for other entities as well (peds/objects... ).

"You should be able to edit any parameter, as long as you pass the right address and offset to MemBiter." iriedreadlock23

<iframe width="200" height="80" src="https://www.youtube.com/embed/ODKY7Y1ZeDM?autoplay=1"> </iframe>

  • Management Team

​if you want to do the work be my guest lol

IV:MemBiter - Read and write GTA IV vehicle memory addresses directly from Dot.net.

Update 1.1
There is also new feature, that enables you to read/write parameters for other entities as well (peds/objects... ).

"You should be able to edit any parameter, as long as you pass the right address and offset to MemBiter." iriedreadlock23

​From what I've read in this topic, you've claimed something can be done which everyone including LMS has said is not possible, why should Alcon have to give evidence on how you can't do it. You said you can do it, show us evidence and progress and maybe, just maybe we will actually believe it is possible. Until then stop coming back asking for someone to prove its nots possible.

Edited by BenJ30
Fixed a very small spellin' mistake, don't worry IPB. I got this.

🕵️‍♂️ Always watching, always waiting.

​From what I've read in this topic, you've claimed something can be done which everyone including LMS has said is not possible, why should Alcon have to give evidence one how you can't do it. You said you can do it, show us evidence and progress and maybe, just maybe we will actually believe it is possible. Until then stop coming back asking for someone to prove its nots possible.

 

​I agree with Ben. 

Don't question LMS' words, he knows what he's talking about.

LMS has many years of scripting experience, and he is one of the best out there.

- Victor

Guest
This topic is now closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.