diff --git a/scripts/server/command.js b/scripts/server/command.js index e8e3f41b..ffa09e7f 100644 --- a/scripts/server/command.js +++ b/scripts/server/command.js @@ -343,8 +343,8 @@ function loadCommands() { commandData("deljobloc", deleteJobLocationCommand, "", getStaffFlagValue("ManageJobs"), true, false), commandData("addjobroute", createJobRouteCommand, "", getStaffFlagValue("ManageJobs"), true, false), commandData("addjobrouteloc", createJobRouteLocationCommand, "", getStaffFlagValue("ManageJobs"), true, false), - commandData("deljobroute", deleteJobRouteCommand, "", getStaffFlagValue("ManageJobs"), true, false), - commandData("deljobrouteloc", deleteJobRouteLocationCommand, "", getStaffFlagValue("ManageJobs"), true, false), + commandData("deljobroute", deleteJobRouteCommand, "", getStaffFlagValue("ManageJobs"), true, false), + commandData("deljobrouteloc", deleteJobRouteLocationCommand, "", getStaffFlagValue("ManageJobs"), true, false), commandData("jobroutename", setJobRouteNameCommand, "", getStaffFlagValue("ManageJobs"), true, false), commandData("jobroutepay", setJobRoutePayCommand, "", getStaffFlagValue("ManageJobs"), true, false), commandData("jobroutestartmsg", setJobRouteStartMessageCommand, "", getStaffFlagValue("ManageJobs"), true, false), @@ -353,8 +353,13 @@ function loadCommands() { commandData("jobroutenextmsg", setJobRouteLocationNextMessageCommand, "", getStaffFlagValue("ManageJobs"), true, false), commandData("jobrouteenabled", toggleJobRouteEnabledCommand, "", getStaffFlagValue("ManageJobs"), true, false), commandData("jobroutevehcolours", setJobRouteVehicleColoursCommand, " ", getStaffFlagValue("ManageJobs"), true, false), + commandData("jobcolour", setJobColourCommand, " ", getStaffFlagValue("ManageJobs"), true, false), + commandData("jobblip", setJobBlipCommand, " ", getStaffFlagValue("ManageJobs"), true, false), + commandData("jobpickup", setJobPickupCommand, " ", getStaffFlagValue("ManageJobs"), true, false), + commandData("jobwl", toggleJobWhiteListCommand, "[job id]", getStaffFlagValue("ManageJobs"), true, false), commandData("jobwhitelist", toggleJobWhiteListCommand, "[job id]", getStaffFlagValue("ManageJobs"), true, false), commandData("jobblacklist", toggleJobBlackListCommand, "[job id]", getStaffFlagValue("ManageJobs"), true, false), + commandData("jobbl", toggleJobBlackListCommand, "[job id]", getStaffFlagValue("ManageJobs"), true, false), commandData("jobtoggle", toggleJobEnabledCommand, "[job id]", getStaffFlagValue("ManageJobs"), true, false), commandData("jobaddplayerwl", addPlayerToJobWhiteListCommand, " [job id]", getStaffFlagValue("ManageJobs"), true, false), commandData("jobaddplayerbl", addPlayerToJobBlackListCommand, " [job id]", getStaffFlagValue("ManageJobs"), true, false), @@ -434,7 +439,9 @@ function loadCommands() { commandData("getplrhouse", getAllHousesOwnedByPlayerCommand, "", getStaffFlagValue("BasicModeration"), true, true, "Shows a list of all houses owned by the player"), 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("geoip", getPlayerGeoIPInformationCommand, "", getStaffFlagValue("BasicModeration"), true, true, "Retrieves GeoIP information on a player (country & city)"), + commandData("ip", getPlayerIPInformationCommand, "", getStaffFlagValue("BasicModeration"), true, true, "Retrieves IP information on a player"), + commandData("plrsync", toggleSyncForElementsSpawnedByPlayer, "", getStaffFlagValue("BasicModeration"), true, true, "Sets whether elements spawned by a player are synced (traffic, peds, etc)"), ], startup: [], subAccount: [