Exports

orbit-dynamichud- Exports for the resource.

Server Side Exports

CreateBlueprint - Creates blueprint using the resources own system.

This export gives a blueprint for a specified item to a specified player.

-- @param targetPlayer int - The target players source/server ID.
-- @param blueprintName string - The name of the blueprint item.
-- @param amount int - The amount of blueprints to give.
exports['orbit-craftingsystem']:CreateBlueprint(targetPlayer, blueprintName, amount)

The export gives a blueprint for a specified item to a specified player.

Last updated