πŸ› οΈExports & events

Necessary exports and events available in this resource

Client side

chevron-rightOpening the collections menuhashtag
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

Server side

chevron-rightOpening the collections menu for given playerhashtag
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