User contributions for Shr0x
30 April 2024
- 09:0509:05, 30 April 2024 diff hist +455 N Ped::getRagdollBoneIndex Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''bone:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.getRagdollBoneIndex(ped, bone) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 09:0509:05, 30 April 2024 diff hist +411 N Ped::getEnveffScale Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.getEnveffScale(ped) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 09:0509:05, 30 April 2024 diff hist +459 N Ped::setEnableEnveffScale Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.setEnableEnveffScale(ped, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 09:0509:05, 30 April 2024 diff hist +464 N Ped::setEmissiveIntensity Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''intensity:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.setEmissiveIntensity(ped, intensity) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 09:0509:05, 30 April 2024 diff hist +523 N Ped::setEnveffColorModulator Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''p1:''' {{RageType|number}} *'''p2:''' {{RageType|number}} *'''p3:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.setEnveffColorModulator(ped, p1, p2, p3) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Cate..." current
- 09:0409:04, 30 April 2024 diff hist +417 N Ped::getEmissiveIntensity Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.getEmissiveIntensity(ped) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 09:0409:04, 30 April 2024 diff hist +417 N Ped::isShaderEffectValid Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.isShaderEffectValid(ped) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 09:0409:04, 30 April 2024 diff hist +457 N Ped::setAoBlobRendering Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.setAoBlobRendering(ped, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 09:0409:04, 30 April 2024 diff hist +585 N Ped::createSynchronizedSceneAtMapObject Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''x:''' {{RageType|number}} *'''y:''' {{RageType|number}} *'''z:''' {{RageType|number}} *'''radius:''' {{RageType|number}} *'''objectHash:''' {{RageType|Hash}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.createSynchronizedSceneAtMapObject(x, y, z, radius, objectHash) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo..." current
- 09:0409:04, 30 April 2024 diff hist +428 N Ped::isSynchronizedSceneLoo Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''sceneID:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.isSynchronizedSceneLoo(sceneID) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 09:0409:04, 30 April 2024 diff hist +480 N Ped::setSynchronizedSceneHoldLastFrame Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''sceneID:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.setSynchronizedSceneHoldLastFrame(sceneID, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Exam..." current
- 09:0409:04, 30 April 2024 diff hist +438 N Ped::isSynchronizedSceneHoldLastFrame Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''sceneID:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.isSynchronizedSceneHoldLastFrame(sceneID) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 09:0309:03, 30 April 2024 diff hist +465 N Ped::getCurrentMovementSpeed Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} ===Return value=== *''' {{RageType|{ speedX: number; speedY: number; result: boolean }}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.getCurrentMovementSpeed(ped) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 09:0309:03, 30 April 2024 diff hist +456 N Ped::setMaxMoveBlendRatio Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''value:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.setMaxMoveBlendRatio(ped, value) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 09:0309:03, 30 April 2024 diff hist +456 N Ped::setMinMoveBlendRatio Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''value:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.setMinMoveBlendRatio(ped, value) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 09:0309:03, 30 April 2024 diff hist +455 N Ped::setMoveRateOverride Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''value:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.setMoveRateOverride(ped, value) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 09:0309:03, 30 April 2024 diff hist +446 N Ped::getNearbyVehicles Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} ===Return value=== *''' {{RageType|{ sizeAndVehs: number; result: number}}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.getNearbyVehicles(ped) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 09:0309:03, 30 April 2024 diff hist +486 N Ped::getNearbyPeds Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''ignore:''' {{RageType|number}} ===Return value=== *''' {{RageType|{ sizeAndPeds: number; result: number }}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.getNearbyPeds(ped, ignore) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO..." current
- 09:0309:03, 30 April 2024 diff hist +431 N Ped::haveAllStreamingRequestsCompleted Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.haveAllStreamingRequestsCompleted(ped) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 09:0209:02, 30 April 2024 diff hist +415 N Ped::isUsingActionMode Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.isUsingActionMode(ped) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 09:0209:02, 30 April 2024 diff hist +527 N Ped::setUsingActionMode Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''p1:''' {{RageType|boolean}} *'''p2:''' {{RageType|number}} *'''action:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.setUsingActionMode(ped, p1, p2, action) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} ..." current
- 09:0209:02, 30 April 2024 diff hist +446 N Ped::setCapsule Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''value:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.setCapsule(ped, value) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 09:0209:02, 30 April 2024 diff hist +413 N Ped::registerHeadshot Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.registerHeadshot(ped) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 09:0209:02, 30 April 2024 diff hist +414 N Ped::registerHeadshot3 Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.registerHeadshot3(ped) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 09:0209:02, 30 April 2024 diff hist +424 N Ped::registerHeadshotTransparent Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.registerHeadshotTransparent(ped) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 09:0209:02, 30 April 2024 diff hist +411 N Ped::unregisterHeadshot Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''id:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.unregisterHeadshot(id) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 09:0109:01, 30 April 2024 diff hist +411 N Ped::isHeadshotValid Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''id:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.isHeadshotValid(id) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 09:0109:01, 30 April 2024 diff hist +411 N Ped::isHeadshotReady Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''id:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.isHeadshotReady(id) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 09:0109:01, 30 April 2024 diff hist +415 N Ped::getHeadshotTxdString Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''id:''' {{RageType|number}} ===Return value=== *''' {{RageType|string}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.getHeadshotTxdString(id) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 09:0109:01, 30 April 2024 diff hist +368 N Ped::hasHeadshotImgUploadSucceeded Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.hasHeadshotImgUploadSucceeded() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 09:0109:01, 30 April 2024 diff hist +464 N Ped::setHeatscaleOverride Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''heatScale:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.setHeatscaleOverride(ped, heatScale) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 09:0109:01, 30 April 2024 diff hist +359 N Ped::spawnpointsCancelSearch Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.spawnpointsCancelSearch() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 09:0009:00, 30 April 2024 diff hist +365 N Ped::spawnpointsIsSearchFailed Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.spawnpointsIsSearchFailed() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 09:0009:00, 30 April 2024 diff hist +420 N Ped::requestHeadshotImgUpload Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''id:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.requestHeadshotImgUpload(id) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 09:0009:00, 30 April 2024 diff hist +518 N Ped::applyBloodByZone Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''p1:''' {{RageType|number}} *'''p2:''' {{RageType|number}} *'''p3:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.applyBloodByZone(ped, p1, p2, p3) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:..." current
- 09:0009:00, 30 April 2024 diff hist +422 N Ped::releasePreloadVariationData Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.releasePreloadVariationData(ped) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 09:0009:00, 30 April 2024 diff hist +462 N Ped::getPropIndex Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''componentId:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.getPropIndex(ped, componentId) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 09:0009:00, 30 April 2024 diff hist +365 N Ped::hasHeadshotImgUploadFailed Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.hasHeadshotImgUploadFailed() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 08:5908:59, 30 April 2024 diff hist +429 N Ped::hasPreloadVariationDataFinished Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.hasPreloadVariationDataFinished(ped) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 08:5908:59, 30 April 2024 diff hist +447 N Ped::clearProp Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''propId:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.clearProp(ped, propId) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 08:5908:59, 30 April 2024 diff hist +483 N Ped::getDecorationZoneFromHashes Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''collection:''' {{RageType|number}} *'''overlay:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.getDecorationZoneFromHashes(collection, overlay) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: E..." current
- 08:5908:59, 30 April 2024 diff hist +559 N Ped::setPreloadVariationData Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''slot:''' {{RageType|number}} *'''drawableId:''' {{RageType|number}} *'''textureId:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.setPreloadVariationData(ped, slot, drawableId, textureId) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==Se..." current
- 08:5908:59, 30 April 2024 diff hist +427 N Ped::getHeadBlendNumHeads Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''headType:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.getHeadBlendNumHeads(headType) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 08:5908:59, 30 April 2024 diff hist +366 N Ped::spawnpointsIsSearchComplete Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.spawnpointsIsSearchComplete() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 08:5808:58, 30 April 2024 diff hist +417 N Ped::releaseHeadshotImgUpload Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''id:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.releaseHeadshotImgUpload(id) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 08:5808:58, 30 April 2024 diff hist +600 N Ped::doesScenarioBlockingAreaExist Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''x1:''' {{RageType|number}} *'''y1:''' {{RageType|number}} *'''z1:''' {{RageType|number}} *'''x2:''' {{RageType|number}} *'''y2:''' {{RageType|number}} *'''z2:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.doesScenarioBlockingAreaExist(x1, y1, z1, x2, y2, z2) </syntaxhighlight> ==Example== <syntaxhighlight lang="javas..." current
- 08:5808:58, 30 April 2024 diff hist +421 N Ped::getHeadBlendFirstIndex Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''type:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.getHeadBlendFirstIndex(type) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 08:5808:58, 30 April 2024 diff hist +453 N Ped::canSeeHatedPed Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped1:''' {{RageType|number}} *'''ped2:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.canSeeHatedPed(ped1, ped2) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
- 08:5808:58, 30 April 2024 diff hist +780 N Ped::spawnpointsStartSearchInAngledArea Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''x:''' {{RageType|number}} *'''y:''' {{RageType|number}} *'''z:''' {{RageType|number}} *'''x1:''' {{RageType|number}} *'''y1:''' {{RageType|number}} *'''z1:''' {{RageType|number}} *'''zmax:''' {{RageType|number}} *'''interiorFlags:''' {{RageType|number}} *'''scale:''' {{RageType|number}} *'''duration:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang=..." current
- 08:5808:58, 30 April 2024 diff hist +706 N Ped::spawnpointsStartSearch Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''x:''' {{RageType|number}} *'''y:''' {{RageType|number}} *'''z:''' {{RageType|number}} *'''radius:''' {{RageType|number}} *'''zmax:''' {{RageType|number}} *'''interiorFlags:''' {{RageType|number}} *'''scale:''' {{RageType|number}} *'''duration:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.spawnpointsStartSearch(x, y, z,..." current