User contributions for Shr0x

Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

13 August 2024

  • 13:1513:15, 13 August 2024 diff hist +27 VoiceChat.getPreprocessingParamsee also current
  • 13:1313:13, 13 August 2024 diff hist −17 Template:VoicechatNo edit summary current
  • 13:1313:13, 13 August 2024 diff hist −475 Client-side functions→‎Voice chat
  • 13:1313:13, 13 August 2024 diff hist +505 N Template:VoicechatCreated page with "===Voice chat=== *Functions: **mp.voiceChat.getPreprocessingParam **mp.voiceChat.setPreprocessingParam *Properties: **mp.voiceChat.gameOutputEnabled **mp.voiceChat.gameOutputCategory **mp.voiceChat.lastVad **mp.voiceChat.minVad **mp.voiceChat.muted **voiceChat.defaultVolum..."
  • 13:1013:10, 13 August 2024 diff hist −106 Template:Graphics functions cNo edit summary
  • 12:5612:56, 13 August 2024 diff hist +362 N Vehicle::clearModelOverridesCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.clearModelOverrides() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example" current
  • 12:5612:56, 13 August 2024 diff hist +427 N Vehicle::removeModelOverrideCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''source:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.removeModelOverride(source) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example" current
  • 12:5512:55, 13 August 2024 diff hist +467 N Vehicle::addModelOverrideCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''source:''' {{RageType|number}} *'''target:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.addModelOverride(source, target) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example" current
  • 12:4812:48, 13 August 2024 diff hist +400 N Player::voice3dCreated page with "{{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''setter:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> player.voice3d </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Player_definition_c}} Category:Clientside API Category:TODO: Example" current
  • 12:4512:45, 13 August 2024 diff hist −34 Player::voiceAutoVolumeNo edit summary current
  • 12:3912:39, 13 August 2024 diff hist +460 N Entity::hasBeenDamagedByEntityCreated page with "{{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''target:''' {{RageType|number}} *'''p2:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> player.hasBeenDamagedByEntity(target, p2); </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Entity_definition_c}} Category:Clientside API Category:TODO: Example" current
  • 12:3512:35, 13 August 2024 diff hist +140 Player::updateTaskAimGunScriptedTargetNo edit summary current
  • 12:3412:34, 13 August 2024 diff hist +635 N Task::updateTaskAimGunScriptedTargetCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''target:''' {{RageType|number}} *'''x:''' {{RageType|Float}} *'''y:''' {{RageType|Float}} *'''z:''' {{RageType|Float}} *'''disableBlockingClip:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.task.updateTaskAimGunScriptedTarget(ped, target, x, y, z, disableBlockingClip); </syntaxhighlight> ==Exa..." current
  • 12:3212:32, 13 August 2024 diff hist +552 N Task::setAnimPlaybackTimeCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''phase:''' {{RageType|Float}} *'''priority:''' {{RageType|number}} *'''secondary:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.task.setAnimPlaybackTime(ped, phase, priority, secondary); </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also=..." current
  • 12:1712:17, 13 August 2024 diff hist +427 N Player::voiceAutoVolumeCreated page with " {{ClientsideJsFunction}} {{JSContainer| Returns whether player's voice auto volume is set. * '''Note: this property is read only.''' ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.players.local.voiceAutoVolume </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Player_definition_c}} Category:Clientside API"
  • 12:1012:10, 13 August 2024 diff hist +583 N Pool::maxStreamedCreated page with " {{ClientsideJsFunction}} {{JSContainer| Returns the max size of entity stream per stream distance * '''Note: this property is read only.''' ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.Entity.maxStreamed </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> mp.events.add("playerReady", () => { mp.console.logInfo(`Max player stream pool is ${mp.players.maxStreamed}`); //Output: Max player stream po..." current
  • 12:0412:04, 13 August 2024 diff hist +1,011 N Pool::remoteIdCreated page with " {{ClientsideJsFunction}} {{JSContainer| Remote ID is a server-side generated entity ID which you can get from client side. Whenever a shared-entity, let's say a blip is created on server-side a new ID is generated for them, you can access this ID on client side from '''remoteId''' property. * '''Note: this property is read only.''' ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.Entity.remoteId </syntaxhighlight> ==E..." current
  • 11:5811:58, 13 August 2024 diff hist +649 N System.isFullscreenCreated page with "{{ClientsideJsFunction}} {{JSContainer| Readonly property, returns whether player's screen is on full screen mode or not. ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.system.isFullscreen </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> mp.events.add("playerReady", () => { if (mp.system.isFullscreen) { mp.console.logInfo(`Player game is on full screen mode.`); } }) </syntaxhighligh..." current
  • 11:5511:55, 13 August 2024 diff hist +557 N System.isFocusedCreated page with "{{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.system.isFocused </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> mp.events.add("playerReady", () => { if (mp.system.isFocused) { mp.console.logInfo(`Player is focused into the game`); } }) </syntaxhighlight> }} ==See Also== *Functions: **mp.system.notify *Properties: **syste..." current
  • 11:4011:40, 13 August 2024 diff hist +630 N Audio::playSoundHashCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''soundId:''' {{RageType|number}} *'''audioNameHash:''' {{RageType|number}} *'''audioRef:''' {{RageType|string}} *'''p3:''' {{RageType|boolean}} *'''p4:''' {{RageType|number}} *'''p5:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.playSoundHash(soundId, audioNameHash, audioRef, p3, p4, p5) </syntaxhighlight> ==Example==..." current
  • 11:4011:40, 13 August 2024 diff hist +489 N Audio::copyCategoryVariablesCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''categoryTo:''' {{RageType|number}} *'''categoryFrom:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.copyCategoryVariables(cattegoryTo, categoryFrom) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:T..." current
  • 11:3911:39, 13 August 2024 diff hist +530 N Audio::setCategoryVariableCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''categoryHash:''' {{RageType|number}} *'''fieldNameHash:''' {{RageType|number}} *'''value:''' {{RageType|any}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.setCategoryVariable(categoryHash, fieldNameHash, value) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}}..." current
  • 11:3811:38, 13 August 2024 diff hist +492 N Audio::getCategoryVariableCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''categoryHash:''' {{RageType|number}} *'''fieldNameHash:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.getCategoryVariable(categoryHash, fieldNameHash) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Categor..." current
  • 11:3811:38, 13 August 2024 diff hist +440 N Audio::restoreCategoryVariablesCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''categoryHash:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.restoreCategoryVariables(categoryHash) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 11:3511:35, 13 August 2024 diff hist +470 N Audio::setVehicleHornVariationCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} *'''value:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.setVehicleHornVariation(vehicle, value) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 11:3511:35, 13 August 2024 diff hist +438 N Audio::getVehicleDefaultHornVariationCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.getVehicleDefaultHornVariation(vehicle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 11:3511:35, 13 August 2024 diff hist +369 N Audio::hasMultiplayerDataUnloadedCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.hasMultiplayerDataUnloaded() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 11:3511:35, 13 August 2024 diff hist +367 N Audio::hasMultiplayerDataLoadedCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.hasMultiplayerDataLoaded() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 11:3511:35, 13 August 2024 diff hist +353 N Audio::stopCutsceneCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.stopCutscene() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 11:3511:35, 13 August 2024 diff hist −3 Audio::unrequestTennisBanksNo edit summary current
  • 11:3511:35, 13 August 2024 diff hist +363 N Audio::unrequestTennisBanksCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.unrequestTennisBanks(ped) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example"
  • 11:3411:34, 13 August 2024 diff hist +416 N Audio::requestTennisBanksCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.requestTennisBanks(ped) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 11:3411:34, 13 August 2024 diff hist +359 N Audio::getMusicVolSliderCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.getMusicVolSlider() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 11:3311:33, 13 August 2024 diff hist +424 N Audio::removePortalSettingsOverrideCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.removePortalSettingsOverride(p0) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 11:3311:33, 13 August 2024 diff hist +456 N Audio::setPortalSettingsOverrideCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|string}} *'''p1:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.setPortalSettingsOverride(p0, p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 11:3311:33, 13 August 2024 diff hist +420 N Audio::setSpecialEffectModeCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''mode:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.setSpecialEffectMode(mode) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 11:3311:33, 13 August 2024 diff hist +468 N Audio::setSynchronizedEventPositionThisFrameCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|string}} *'''p1:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.setSynchronizedEventPositionThisFrame(p0, p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 11:3311:33, 13 August 2024 diff hist +420 N Audio::stopSynchronizedEventCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.stopSynchronizedEvent(p0) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 11:3311:33, 13 August 2024 diff hist +420 N Audio::playSynchronizedEventCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.playSynchronizedEvent(p0) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 11:3311:33, 13 August 2024 diff hist +430 N Audio::prepareSynchronizedEventForSceneCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.prepareSynchronizedEventForScene(p0) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 11:3311:33, 13 August 2024 diff hist +457 N Audio::prepareSynchronizedEventCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|string}} *'''p1:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.prepareSynchronizedEvent(p0, p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 11:3211:32, 13 August 2024 diff hist +459 N Audio::setFlagCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''flagName:''' {{RageType|string}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.setFlag(flagName, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 11:3211:32, 13 August 2024 diff hist +422 N Audio::distantCopCarSirensCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''value:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.distantCopCarSirens(value) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 11:3211:32, 13 August 2024 diff hist +356 N Audio::freezeMicrophoneCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.freezeMicrophone() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 11:3211:32, 13 August 2024 diff hist +470 N Audio::overrideMicrophoneSettingsCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''hash:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.overrideMicrophoneSettings(hash, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 11:3211:32, 13 August 2024 diff hist +472 N Audio::overridePlayerGroundMaterialCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''hash:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.overridePlayerGroundMaterial(hash, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 11:3211:32, 13 August 2024 diff hist +461 N Audio::setPedFootstepQuietCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.setPedFootstepQuiet(ped, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 11:3111:31, 13 August 2024 diff hist +460 N Audio::setPedFootstepLoudCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.setPedFootstepLoud(ped, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example"
  • 11:3111:31, 13 August 2024 diff hist +411 N Audio::resetPedFlagsCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.resetPedFlags(ped) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 11:3111:31, 13 August 2024 diff hist +439 N Audio::getVehicleDefaultHornIgnoreModsCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.getVehicleDefaultHornIgnoreMods(vehicle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example" current
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)