πŸ› οΈExports & events

Necessary exports and events available in this resource

Client side

Opening the collections menu
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

Opening the collections menu for given player
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

Was this helpful?