Heist finished
Event
RegisterNetEvent("robberies_creator:heist:heistFinished", function(heistId)
end)Parameters
Name
Data Type
Description
Example
RegisterNetEvent("robberies_creator:heist:heistFinished", function(heistId)
-- just an example, will do nothing useful, you may want to retrieve data from database
print("Heist with ID " .. heistId .. " is finished")
end)Where to insert the code?
Last updated