🛜Server event
Delivery events
Event
Arguments
Trigger
{
{ id = "rebla", label = "Rebla GTS", kind = "vehicle", qty = 1, meta = { upgrades = { "perf" } } },
{ id = "WEAPON_AK4K", label = "AK-4K", kind = "weapon", qty = 1 },
}Subscription events
Event
Arguments
Trigger
Example : grant priority queue on VIP subscription
AddEventHandler("var-shop:subscription:activated", function(source, identifier, plan, state, item)
if plan.id == "sub_vip" then
exports['my-priority']:grantPriority(identifier, plan.durationDays)
end
end)Example : log every delivery
Custom delivery routing
Last updated