Skip to content

Commit 87b1318

Browse files
authored
Update README.md
1 parent 32a03f6 commit 87b1318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Config.VehicleKeyChain = false -- https://kiminazes-script-gems.tebex.io/package
4141
#### VehicleKeyChain
4242
Make sure to add the following in every Script that spawns a Vehicle
4343
```lua
44-
-- Give a Key to the Player
4544
local numberPlate = GetVehicleNumberPlateText(vehicle)
45+
-- Give a Key to the Player
4646
exports["kimi_callbacks"]:Trigger("VKC:createNewKey", numberPlate, 1, true)
4747
-- Remove the Key from the Player
4848
exports["kimi_callbacks"]:Trigger("VKC:removeKey", numberPlate, 1)

0 commit comments

Comments
 (0)