diff --git a/scripts/server/command.js b/scripts/server/command.js index 18529562..42277c17 100644 --- a/scripts/server/command.js +++ b/scripts/server/command.js @@ -328,6 +328,7 @@ function loadCommands() { commandData("unfreeze", unFreezeClientCommand, " [reason]", getStaffFlagValue("basicModeration"), true, true, "Unfreezes a player, allowing them to move again."), commandData("goto", gotoPlayerCommand, "", getStaffFlagValue("basicModeration"), true, true, "Teleports you to a player."), commandData("gethere", getPlayerCommand, "", getStaffFlagValue("basicModeration"), true, true, "Teleports a player to you."), + commandData("getveh", getVehicleCommand, "", getStaffFlagValue("basicModeration"), true, true, "Teleports a vehicle to you."), commandData("returnplr", returnPlayerCommand, "", getStaffFlagValue("basicModeration"), true, true, "Returns a player to their previous position."), commandData("gotopos", gotoPositionCommand, " [int] [vw]", getStaffFlagValue("basicModeration"), true, true, "Teleports you to specific coordinates with optional interior and dimension."), commandData("gotoveh", gotoVehicleCommand, "", getStaffFlagValue("basicModeration"), true, true, "Teleports you to a vehicle by ID."), @@ -359,7 +360,6 @@ function loadCommands() { commandData("getplrbiz", getAllBusinessesOwnedByPlayerCommand, "", getStaffFlagValue("basicModeration"), true, true, "Shows a list of all businesses owned by the player"), commandData("getplrveh", getAllVehiclesOwnedByPlayerCommand, "", getStaffFlagValue("basicModeration"), true, true, "Shows a list of all vehicles owned by the player"), commandData("geoip", getGeoIPInformationCommand, "", getStaffFlagValue("basicModeration"), true, true, "Retrieves GeoIP information on a player (country & city)"), - commandData("forcepayday", forcePlayerPayDayCommand, "", getStaffFlagValue("manageServer"), true, true, "Gives a player an instant payday."), ], radio: [