Owned Shops
Job Scripts · FiveM Ready
Commands and Quick Actions
/shopcreatorOpen creator panel (permission-gated).
/deliverycancelCancel active delivery/restock operation and clean local mission state.
/canceldeliveryAlias to /deliverycancel.
/lieferungabbrechenAlias to /deliverycancel.
/pickupcancelAlias to /deliverycancel.
Most Important Server Events
smx-ownedshops:requestOpenShopFetches and opens shop UI payload for a given type/id.
smx-ownedshops:buyItemProcesses item purchase with stock, carry and payment checks.
smx-ownedshops:buyShopPurchases shop and initializes owner/staff/upgrades baseline state.
smx-ownedshops:requestOwnerPanelLoads owner panel data including finance, stock, staff and upgrades.
smx-ownedshops:startDeliveryCreates delivery mission from supplier job selection.
smx-ownedshops:completeDeliveryMissionValidates and finalizes delivery mission rewards/stock updates.
smx-ownedshops:reorderItemPlaces direct restock or pickup-based restock order.
smx-ownedshops:purchaseUpgradeBuys next level of storage/truck/maxJobs/restock upgrade track.
Client Push Events
smx-ownedshops:openShopUiOpen buyer-facing shop interface with payload.
smx-ownedshops:openOwnerPanelOpen owner management UI payload.
smx-ownedshops:openDeliveryJobsOpen supplier delivery jobs view.
smx-ownedshops:startDeliveryMissionClient receives mission coordinates/vehicle model and begins route flow.
smx-ownedshops:startRestockPickupClient receives pickup mission state for stock acquisition.
smx-ownedshops:syncOwnedStateSynchronizes ownership and shop runtime state to current player.
smx-ownedshops:syncRuntimeConfigSynchronizes creator runtime config overrides.
smx-ownedshops:notifyDisplays typed user notification.
NUI Callback Surface
buyItemBridges UI checkout to server purchase logic.
buyShopBridges UI shop purchase to server ownership logic.
ownerDeposit / ownerWithdrawBridges finance actions to owner account operations.
startDelivery / reorderItemBridges operational logistics actions.
addEmployee / updateEmployee / removeEmployeeBridges staff management actions.
saveRoleProfile / deleteRoleProfileBridges role-profile management actions.
createSupplierJob / updateSupplierJob / deleteSupplierJobBridges supplier job management actions.
creatorUpsert* / creatorDelete* / creatorSaveSettingsBridges creator panel CRUD and settings operations.