2026-04-14 17:41:39 +02:00

12 lines
414 B
Lua

---@param orderId integer
---@param mechanicId string
---@param plate string
---@param cart table
---@param cartTotal number
---@param cartProps table
---@param paymentMethod string
RegisterNetEvent("jg-mechanic:server:order-placed-config", function(orderId, mechanicId, plate, cart, cartTotal, cartProps, paymentMethod)
local mechanic = Config.MechanicLocations[mechanicId]
local src = source
end)