User contributions for Shr0x
5 May 2024
- 19:4519:45, 5 May 2024 diff hist +485 N Vehicle::networkUseHighPrecisionBlending Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} *'''enable:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.networkUseHighPrecisionBlending(vehicle, enable) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO:..." current
- 19:4219:42, 5 May 2024 diff hist +478 N Vehicle::setReduceDriftSuspension Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} *'''enable:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.setReduceDriftSuspension(vehicle, enable) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example" current
- 19:4019:40, 5 May 2024 diff hist +473 N Vehicle::getRecordingId Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''recording:''' {{RageType|number}} *'''script:''' {{RageType|string}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.getRecordingId(recording, script) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example" current
- 19:4019:40, 5 May 2024 diff hist +473 N Vehicle::requestRecording Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''recording:''' {{RageType|number}} *'''script:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.requestRecording(recording, script) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example" current
- 19:4019:40, 5 May 2024 diff hist +482 N Vehicle::hasRecordingBeenLoaded Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''recording:''' {{RageType|number}} *'''script:''' {{RageType|string}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.hasRecordingBeenLoaded(recording, script) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Ex..." current
- 19:4019:40, 5 May 2024 diff hist +472 N Vehicle::removeRecording Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''recording:''' {{RageType|number}} *'''script:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.removeRecording(recording, script) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example" current
- 19:4019:40, 5 May 2024 diff hist +472 N Vehicle::getPositionOfRecordingIdAtTime Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''id:''' {{RageType|number}} *'''time:''' {{RageType|number}} ===Return value=== *''' {{RageType|Vector3}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.getPositionOfRecordingIdAtTime(id, time) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example" current
- 19:4019:40, 5 May 2024 diff hist +527 N Vehicle::getPositionOfRecordingAtTime Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''recording:''' {{RageType|number}} *'''time:''' {{RageType|number}} *'''script:''' {{RageType|string}} ===Return value=== *''' {{RageType|Vector3}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.getPositionOfRecordingAtTime(recording, time, script) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} ..." current
- 19:3919:39, 5 May 2024 diff hist +472 N Vehicle::getRotationOfRecordingIdAtTime Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''id:''' {{RageType|number}} *'''time:''' {{RageType|number}} ===Return value=== *''' {{RageType|Vector3}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.getRotationOfRecordingIdAtTime(id, time) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example" current
- 19:3919:39, 5 May 2024 diff hist +527 N Vehicle::getRotationOfRecordingAtTime Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''recording:''' {{RageType|number}} *'''time:''' {{RageType|number}} *'''script:''' {{RageType|string}} ===Return value=== *''' {{RageType|Vector3}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.getRotationOfRecordingAtTime(recording, time, script) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} ..." current
- 19:3919:39, 5 May 2024 diff hist +431 N Vehicle::getTotalDurationOfRecordingId Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''id:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.getTotalDurationOfRecordingId(id) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example" current
- 19:3919:39, 5 May 2024 diff hist +486 N Vehicle::getTotalDurationOfRecording Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''recording:''' {{RageType|number}} *'''script:''' {{RageType|string}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.getTotalDurationOfRecording(recording, script) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO..." current
- 19:3919:39, 5 May 2024 diff hist +559 N Vehicle::startPlaybackRecorded Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} *'''recording:''' {{RageType|number}} *'''script:''' {{RageType|string}} *'''p3:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.startPlaybackRecorded(vehicle, recording, script, p3) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See a..." current
- 19:3919:39, 5 May 2024 diff hist +667 N Vehicle::startPlaybackRecordedWithFlags Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} *'''recording:''' {{RageType|number}} *'''script:''' {{RageType|string}} *'''flags:''' {{RageType|number}} *'''time:''' {{RageType|number}} *'''drivingStyle:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.startPlaybackRecordedWithFlags(vehicle, recording, script, flags, time, drivingSty..." current
- 19:3919:39, 5 May 2024 diff hist +473 N Vehicle::forcePlaybackRecordedUpdate Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} *'''p1:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.forcePlaybackRecordedUpdate(vehicle, p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example" current
- 19:3919:39, 5 May 2024 diff hist +430 N Vehicle::stopPlaybackRecorded Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.stopPlaybackRecorded(vehicle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example" current
- 19:3819:38, 5 May 2024 diff hist +431 N Vehicle::pausePlaybackRecorded Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.pausePlaybackRecorded(vehicle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example" current
- 19:3819:38, 5 May 2024 diff hist +433 N Vehicle::unpausePlaybackRecorded Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.unpausePlaybackRecorded(vehicle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example" current
- 19:3819:38, 5 May 2024 diff hist +433 N Vehicle::isPlaybackGoingOnFor Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.isPlaybackGoingOnFor(vehicle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example" current
- 19:3819:38, 5 May 2024 diff hist +433 N Vehicle::getCurrentPlaybackFor Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.getCurrentPlaybackFor(vehicle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example" current
- 19:3819:38, 5 May 2024 diff hist +440 N Vehicle::isPlaybackUsingAiGoingOnFor Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.isPlaybackUsingAiGoingOnFor(vehicle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example" current
- 19:3819:38, 5 May 2024 diff hist +442 N Vehicle::skipToEndAndStopPlaybackRecorded Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.skipToEndAndStopPlaybackRecorded(vehicle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example" current
- 19:3719:37, 5 May 2024 diff hist +626 N Vehicle::startPlaybackRecordedUsingAi Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} *'''recording:''' {{RageType|number}} *'''script:''' {{RageType|string}} *'''speed:''' {{RageType|number}} *'''drivingStyle:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.startPlaybackRecordedUsingAi(vehicle, recording, script, speed, drivingStyle) </syntaxhighlight> ==Example== <synt..." current
- 19:3719:37, 5 May 2024 diff hist +475 N Vehicle::skipTimeInPlaybackRecorded Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} *'''time:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.skipTimeInPlaybackRecorded(vehicle, time) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example" current
- 19:3719:37, 5 May 2024 diff hist +768 N Vehicle::addStuckCheckWithWarp Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} *'''minMoveDist:''' {{RageType|number}} *'''checkFreq:''' {{RageType|number}} *'''wrapIfstuckFlag:''' {{RageType|boolean}} *'''wrapIfUpsideDown:''' {{RageType|boolean}} *'''wrapIfInWater:''' {{RageType|boolean}} *'''wrapMethod:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.addStuckChec..." current
- 19:3719:37, 5 May 2024 diff hist +478 N Vehicle::setModelIsSuppressed Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''model:''' {{RageType|number}} *'''suppressed:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.setModelIsSuppressed(model, suppressed) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example" current
- 19:3719:37, 5 May 2024 diff hist +616 N Vehicle::getRandomInSphere Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''x:''' {{RageType|number}} *'''y:''' {{RageType|number}} *'''z:''' {{RageType|number}} *'''radius:''' {{RageType|number}} *'''modelHash:''' {{RageType|number}} *'''flags:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.getRandomInSphere(x, y, z, radius, modelHash, flags) </syntaxhighlight> ==Example== <syntaxhighligh..." current
- 19:3719:37, 5 May 2024 diff hist +686 N Vehicle::getRandomFrontBumperInSphere Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''x:''' {{RageType|number}} *'''y:''' {{RageType|number}} *'''z:''' {{RageType|number}} *'''radius:''' {{RageType|number}} *'''model:''' {{RageType|number}} *'''searchFlag:''' {{RageType|number}} *'''ignoreVehicle:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.getRandomFrontBumperInSphere(x, y, z, radius, model, sear..." current
- 19:3719:37, 5 May 2024 diff hist +685 N Vehicle::getRandomBackBumperInSphere Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''x:''' {{RageType|number}} *'''y:''' {{RageType|number}} *'''z:''' {{RageType|number}} *'''radius:''' {{RageType|number}} *'''model:''' {{RageType|number}} *'''searchFlag:''' {{RageType|number}} *'''ignoreVehicle:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.getRandomBackBumperInSphere(x, y, z, radius, model, searc..." current
- 19:3619:36, 5 May 2024 diff hist +609 N Vehicle::getClosest Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''x:''' {{RageType|number}} *'''y:''' {{RageType|number}} *'''z:''' {{RageType|number}} *'''radius:''' {{RageType|number}} *'''modelHash:''' {{RageType|number}} *'''flags:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.getClosest(x, y, z, radius, modelHash, flags) </syntaxhighlight> ==Example== <syntaxhighlight lang=..." current
- 19:3619:36, 5 May 2024 diff hist +439 N Vehicle::isMissionTrain Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicleHandle:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.isMissionTrain(vehicleHandle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example" current
- 19:3619:36, 5 May 2024 diff hist +427 N Vehicle::isThisModelAJetski Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''model:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.isThisModelAJetski(model) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example" current
- 19:3619:36, 5 May 2024 diff hist +435 N Vehicle::isThisModelAnAmphibiousCar Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''model:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.isThisModelAnAmphibiousCar(model) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example" current
- 19:3619:36, 5 May 2024 diff hist +440 N Vehicle::isThisModelAnAmphibiousQuadbike Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''model:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.isThisModelAnAmphibiousQuadbike(model) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example" current
- 19:3619:36, 5 May 2024 diff hist +469 N Vehicle::setHasUnbreakableLights Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} *'''p1:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.setHasUnbreakableLights(vehicle, p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example" current
- 19:3619:36, 5 May 2024 diff hist +480 N Vehicle::setXenonLightsColor Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} *'''colorIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.setXenonLightsColor(vehicle, colorIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Exam..." current
- 19:3619:36, 5 May 2024 diff hist +431 N Vehicle::getXenonLightsColor Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.getXenonLightsColor(vehicle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example" current
- 19:3519:35, 5 May 2024 diff hist +28 Vehicle::getRandomModelInMemory No edit summary current
- 19:3419:34, 5 May 2024 diff hist +470 N Vehicle::getRandomModelInMemory Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''normalCars:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|GetRandomVehicleModelInMemoryResult}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.getRandomModelInMemory(normalCars) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example"
- 19:3419:34, 5 May 2024 diff hist +479 N Vehicle::getDoorDestroyType Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} *'''doorIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.getDoorDestroyType(vehicle, doorIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Examp..." current
- 19:3419:34, 5 May 2024 diff hist +528 N Vehicle::setDoorCanBreak Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} *'''doorIndex:''' {{RageType|number}} *'''isBreakable:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.setDoorCanBreak(vehicle, doorIndex, isBreakable) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} [..." current
- 19:3419:34, 5 May 2024 diff hist +483 N Vehicle::isBumperBouncing Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} *'''frontBumper:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.isBumperBouncing(vehicle, frontBumper) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: E..." current
- 19:3419:34, 5 May 2024 diff hist +591 N Vehicle::isCopInArea3D Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''x1:''' {{RageType|number}} *'''x2:''' {{RageType|number}} *'''y1:''' {{RageType|number}} *'''y2:''' {{RageType|number}} *'''z1:''' {{RageType|number}} *'''z2:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.isCopInArea3D(x1, x2, y1, y2, z1, z2) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //to..." current
- 19:3319:33, 5 May 2024 diff hist +443 N Vehicle::getModelMonetaryValue Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicleModel:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.getModelMonetaryValue(vehicleModel) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example"
- 19:3319:33, 5 May 2024 diff hist +467 N Vehicle::setInteriorColor Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} *'''color:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.setInteriorColor(vehicle, color) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example" current
- 19:3319:33, 5 May 2024 diff hist +428 N Vehicle::getInteriorColor Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.getInteriorColor(vehicle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example" current
- 19:3319:33, 5 May 2024 diff hist +468 N Vehicle::setDashboardColor Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} *'''color:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.setDashboardColor(vehicle, color) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example" current
- 19:3319:33, 5 May 2024 diff hist +429 N Vehicle::getDashboardColor Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.getDashboardColor(vehicle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example" current
- 19:3319:33, 5 May 2024 diff hist +364 N Vehicle::stopAllGarageActivity Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.stopAllGarageActivity() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example" current
- 19:3319:33, 5 May 2024 diff hist +479 N Vehicle::setCanEngineOperateOnFire Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.setCanEngineOperateOnFire(vehicle, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Examp..." current