User contributions for Shr0x
13 August 2024
- 13:1513:15, 13 August 2024 diff hist +27 VoiceChat.getPreprocessingParam see also current
- 13:1313:13, 13 August 2024 diff hist −17 Template:Voicechat No 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:Voicechat Created 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 c No edit summary
- 12:5612:56, 13 August 2024 diff hist +362 N Vehicle::clearModelOverrides Created 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::removeModelOverride Created 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::addModelOverride Created 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::voice3d Created 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::voiceAutoVolume No edit summary current
- 12:3912:39, 13 August 2024 diff hist +460 N Entity::hasBeenDamagedByEntity Created 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::updateTaskAimGunScriptedTarget No edit summary current
- 12:3412:34, 13 August 2024 diff hist +635 N Task::updateTaskAimGunScriptedTarget Created 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::setAnimPlaybackTime Created 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::voiceAutoVolume Created 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::maxStreamed Created 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::remoteId Created 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.isFullscreen Created 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.isFocused Created 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::playSoundHash Created 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::copyCategoryVariables Created 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::setCategoryVariable Created 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::getCategoryVariable Created 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::restoreCategoryVariables Created 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::setVehicleHornVariation Created 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::getVehicleDefaultHornVariation Created 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::hasMultiplayerDataUnloaded Created 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::hasMultiplayerDataLoaded Created 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::stopCutscene Created 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::unrequestTennisBanks No edit summary current
- 11:3511:35, 13 August 2024 diff hist +363 N Audio::unrequestTennisBanks Created 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::requestTennisBanks Created 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::getMusicVolSlider Created 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::removePortalSettingsOverride Created 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::setPortalSettingsOverride Created 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::setSpecialEffectMode Created 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::setSynchronizedEventPositionThisFrame Created 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::stopSynchronizedEvent Created 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::playSynchronizedEvent Created 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::prepareSynchronizedEventForScene Created 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::prepareSynchronizedEvent Created 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::setFlag Created 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::distantCopCarSirens Created 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::freezeMicrophone Created 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::overrideMicrophoneSettings Created 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::overridePlayerGroundMaterial Created 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::setPedFootstepQuiet Created 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::setPedFootstepLoud Created 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::resetPedFlags Created 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::getVehicleDefaultHornIgnoreMods Created 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