Player lost signal
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
This event is triggered when a player loses signal of a tracker, because he lost the required item
AddEventHandler("trackers_creator:playerPressedPanicButton", function(playerId, trackerId)
end)
playerId
integer
The server ID of the player
trackerId
integer
The tracker ID which lost signal
RegisterNetEvent("trackers_creator:playerLostSignalWithTracker", function(playerId, trackerId)
-- You can use any code there to retrieve data from the database or do anything
end)