Skip to content

Commit bfebf18

Browse files
chore: RemoveKeys summary
1 parent 6d3d3d2 commit bfebf18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

server/main.lua

+3
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ end)
9090

9191
exports('GiveKeys', GiveKeys)
9292

93+
--- Removing the vehicle keys from the user
94+
--- @param source number ID of the player
95+
--- @param plate string The plate number of the vehicle.
9396
function RemoveKeys(source, plate)
9497
local citizenid = getCitizenId(source)
9598

0 commit comments

Comments
 (0)