Necessary exports and events available in this resource
TriggerEvent('pc_collections:client:openCollections')
exports.pc_collections:openCollections()
Collections menu will open for player that triggers the export/event. There's also /collections command
TriggerEvent('pc_skills:server:openCollections', player)
exports.pc_collections:openCollections(player)
âĸ player - playerId - id of the player you want to open menu for
Collections menu will open for player with given id.
Last updated 3 months ago
Was this helpful?