DH | News Paper Run

Framework Compatibility

DH News Paper run works for TMC Only

Installation

  • Drag and drop the resource into your resources folder

  • ensure the resource

Item

If you dont have this already you need to add it to core/shared.lua

    [`weapon_acidpackage`] = {
        ["name"] = "weapon_acidpackage",
        ["label"] = "Newspaper",
        ["weight"] = 15,
        ["type"] = "weapon",
        ["ammotype"] = nil,
        ["image"] = "newspaper.webp",
        ["unique"] = true,
        ["stackable"] = true,
        ["useable"] = true,
        ["shouldclose"] = true,
        ["description"] = "Just a daily newspaper...",
        ["throwable"] = true,
        ["decay"] = 1,
        ["decayRate"] = 201
    },

Ped Creation

Add the following code to core_game/config.lua/Config.Addiotionalpeds

    {
        Name = "NewsPaperRun",
        PedModel = `s_m_y_construct_01`,
        Location = vector4(-599.3526, -934.2721, 23.864805, 87.463264),
        Scenario = "WORLD_HUMAN_CLIPBOARD",
        Invincible = true,
        AllowRagdoll = false,
    },

Usage

  • Select a Route you want to do, must have enough rep to do certain routes

  • Drive / Walk / run to the location marked on your map. use the weapon and throw it at the marked location. If nothing happens you might have to get closer to the door.

  • If you throw it bad it will reduce your reputation, and not pay you.

  • If you hit the correct location you will earn rep, and get paid for that job.

  • Continue to the next locations and complete the job within the 2 minut timer!

Last updated