forked from Simnation/Main
7 lines
303 B
Lua
7 lines
303 B
Lua
---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
|