🌀Exports - Add Blue Print
Exports implemented in the script
Usage
exports['koja-crafting']:AddBlueprint(identifier, blueprintName)
Parameters
identifier
(string) – unique player identifier (depends on your framework, e.g.xPlayer.identifier
,Player.PlayerData.citizenid
,license
,charId
).blueprintName
(string) – name of the blueprint you want to add, e.g.'WEAPON_VINTAGEPISTOL'
.
Examples
exports['koja-crafting']:AddBlueprint('license:11000010ABCDEF', 'WEAPON_VINTAGEPISTOL')
Last updated