Client

Add Keys To Player

exports['jc_vehiclekeys']:GiveKeys(plate)

Parameters Explained

  • plate: Vehicle license plate


Remove Key To Player

exports['jc_vehiclekeys']:RemoveKeys(plate)

Parameters Explained

  • plate: Vehicle license plate


Check if it has a key on it

exports['jc_vehiclekeys']:HasKey(plate)

Parameters Explained

  • plate: Vehicle license plate


Grant a temporary key to a player

exports['jc_vehiclekeys']:GiveTempKey(plate)

Parameters Explained

  • plate: Vehicle license plate


Remove a player's temporary key

Parameters Explained

  • plate: Vehicle license plate


Excluding a vehicle from the system keys and hacks

Parameters Explained

  • plate: Vehicle license plate


Export to use the lockpick system

Parameters Explained

  • attempts: Number of attempts

  • difficulty: Difficulty level 1–3 (affects fail % in Config.Difficulty)


Export to use the hacking system

Parameters Explained

  • attempts: Number of attempts

Last updated