---Sends a dispatch alert about the slashing of tires ---@param source string ---@param coords vector3 ---@param vehicle integer function SendDispatchAlert(source, coords, vehicle) TriggerClientEvent('slashtires:sendDispatchAlert', source, coords, NetworkGetNetworkIdFromEntity(vehicle)) end