DH | DH Container Job

Framework Compatibility

DH News scriptworks for TMC Only

Installation

  • Drag and drop the resource into your resources folder

  • ensure the resource

Ped Creation

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

    {
        Name = "ContainerJob",
        PedModel = `s_m_y_construct_01`,
        Location = vector4(1240.8327, -3238.943, 6.028532, 280.42626),
        Scenario = "WORLD_HUMAN_CLIPBOARD",
        Invincible = true,
        AllowRagdoll = false,
    },

Usage

  • Approach the ped to start the job, this will create the containers for ALL players, so second player wont make it spawn the containers

  • Enter the "HANDLER" which will be spawned with vehicle keys.

  • Drive to the desination of where the containers are spawned in your Config.Containers.Locations.

  • Use SHIFT and LCTRL to move the Lift up and down. Press E to Attach and Drop the container.

  • Drive to truck marked on map (can also see a yellow outline)

  • Line the container up with the yellow outline so it turns green, Press Q to load it on the container.

  • Once all containers are completed Truck will drive away and get deleted after like 30 seconds.

  • Prompt will come up to ACCEPT og DECLINE a new call request, press Y or N for this. To claim your pay head back to the PED, and end job.

Last updated