1
0
Fork 0
forked from Simnation/Main
Main/resources/[carscripts]/slashtires/bridge/dispatch/nd/server.lua
2025-06-07 08:51:21 +02:00

11 lines
429 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)
-- NOTE: This has NOT been tested, may need to be fixed. Please let me know if this doesn't work!
exports['ND_MDT']:createDispatch({
callDescription = GetLocalization('dispatch_label'),
coords = coords
})
end