GTA V NativesvehicleVehicle::setIsWantedOn this pageVehicle::setIsWantedSets the wanted state of this vehicle. Syntax ```js vehicle.setIsWanted(state); ``` Required Arguments state: Boolean Return value Undefined Example ```js // todo ``` See also