Exports

addPlayerPlate

  • Description: Adds a player plate to the locking system cache.

  • Parameters:

    • Plate (string): The plate to be added.

  • Usage Example:

exports['CodeUnity_LockingSystems']:addPlayerPlate('XYZ789')

addJobPlate

  • Description: Adds a job plate to the locking system.

  • Parameters:

    • Job (string): The job associated with the plate.

    • Plate (string): The plate to be added.

  • Usage Example:

exports['CodeUnity_LockingSystems']:addJobPlate('police', 'ABC123')

Last updated