Fix: Command grammar/spelling mistakes/fluidity

This commit is contained in:
Hakko
2024-01-21 21:06:51 -07:00
committed by GitHub
parent 539e522373
commit e18389a52a

View File

@@ -262,7 +262,7 @@ lib.addCommand("pay", {
end)
lib.addCommand("unlock", {
help = "Admin force unlock vehicles",
help = "Admin Command, force unlock vehicle.",
restricted = "group.admin",
}, function(source, args, raw)
local ped = GetPlayerPed(source)
@@ -309,13 +309,13 @@ lib.addCommand("revive", {
end)
lib.addCommand("dv", {
help = "Admin command, delete vehicles within the range.",
help = "Admin command, delete vehicles within the range or the closest.",
restricted = "group.admin",
params = {
{
name = "range",
type = "number",
help = "The range to select vehicles for deleteion from",
help = "Range to delete vehicles in",
optional = true
}
}