addEvent("applyStation", true)
addEventHandler("applyStation", resourceRoot, function(station, vehicle)
if isElement(vehicle) then
setElementData(vehicle, "liveradio.data", station)
triggerClientEvent("updateRadioFromServer", resourceRoot, vehicle, station)
end
end)...