On mission start
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
Event triggered on mission start
Add this event in any server file you want to use it in
RegisterNetEvent("missions_creator:missionStarted", function(instanceId, missionId, players)
end)
instanceId
integer
Unique session ID
missionId
integer
Mission ID, the one you see in admin menu
players
table
Table containing players who partecipate the mission