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