Main/resources/[carscripts]/slashtires/bridge/dispatch/quasar/server.lua

8 lines
303 B
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
---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