Player lost signal
Event
AddEventHandler("trackers_creator:playerPressedPanicButton", function(playerId, trackerId)
end)Parameters
Name
Data Type
Description
Example
RegisterNetEvent("trackers_creator:playerLostSignalWithTracker", function(playerId, trackerId)
-- You can use any code there to retrieve data from the database or do anything
end)Last updated