We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a03f6 commit 87b1318Copy full SHA for 87b1318
README.md
@@ -41,8 +41,8 @@ Config.VehicleKeyChain = false -- https://kiminazes-script-gems.tebex.io/package
41
#### VehicleKeyChain
42
Make sure to add the following in every Script that spawns a Vehicle
43
```lua
44
--- Give a Key to the Player
45
local numberPlate = GetVehicleNumberPlateText(vehicle)
+-- Give a Key to the Player
46
exports["kimi_callbacks"]:Trigger("VKC:createNewKey", numberPlate, 1, true)
47
-- Remove the Key from the Player
48
exports["kimi_callbacks"]:Trigger("VKC:removeKey", numberPlate, 1)
0 commit comments