Alarm activated (NPC vehicle)
Event
RegisterNetEvent("vehicles_keys:alarmOnNPCVehicle", function(vehicle, vehicleCoords)
end)Parameters
Name
Data Type
Description
Example
RegisterNetEvent("vehicles_keys:alarmOnNPCVehicle", function(vehicle, vehicleCoords)
-- You can add an external notification if you want
end)Where to insert the code?
Last updated