Step completed

Triggered when a step of a heist is completed

Event

RegisterNetEvent("robberies_creator:heist:stepCompleted", function(playerId, heistId, stageId, stepType)

end)

Parameters

Name
Data Type
Description

playerId

int

player server ID who completed the step

heistId

int

Heist ID

stageId

int

Stage ID

stepType

string

The step type. Available steps types are defined here

Step types

  • SAFE

  • ROBBABLE_OBJECT

  • HACKABLE_PANEL

  • THERMAL_CHARGE

  • LOCKPICKABLE_DOOR

Example

Where to insert the code?

You can place it in the file integrations/sv_integrations.lua of the script, at the bottom of the file on new lines

Last updated

Was this helpful?