User contributions for Shr0x

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

30 April 2024

  • 08:5708:57, 30 April 2024 diff hist +364 N Ped::spawnpointsIsSearchActiveCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.spawnpointsIsSearchActive() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:5708:57, 30 April 2024 diff hist +457 N Ped::setMovementModeOverrideCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''name:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.setMovementModeOverride(ped, name) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:5708:57, 30 April 2024 diff hist +423 N Ped::disableHeadBlendPaletteColorCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.disableHeadBlendPaletteColor(ped) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:5708:57, 30 April 2024 diff hist +551 N Ped::knockOffPropCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''p1:''' {{RageType|boolean}} *'''p2:''' {{RageType|boolean}} *'''p3:''' {{RageType|boolean}} *'''p4:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.knockOffProp(ped, p1, p2, p3, p4) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also==..." current
  • 08:5708:57, 30 April 2024 diff hist +364 N Ped::stopAnyModelBeingSuppressedCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.stopAnyModelBeingSuppressed() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:5708:57, 30 April 2024 diff hist +417 N Ped::releasePreloadPropDataCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.releasePreloadPropData(ped) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:5608:56, 30 April 2024 diff hist +414 N Ped::setRagdollForceFallCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.setRagdollForceFall(ped) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:5608:56, 30 April 2024 diff hist +470 N Ped::setBlockingOfNonTemporaryEventsCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.setBlockingOfNonTemporaryEvents(ped, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:5608:56, 30 April 2024 diff hist +520 N Ped::setPanicExitScenarioCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|number}} *'''p1:''' {{RageType|number}} *'''p2:''' {{RageType|number}} *'''p3:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.setPanicExitScenario(p0, p1, p2, p3) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Categor..." current
  • 08:5608:56, 30 April 2024 diff hist +471 N Ped::setTargetLossResponseCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''responseType:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.setTargetLossResponse(ped, responseType) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:5608:56, 30 April 2024 diff hist +419 N Ped::disableHeatscaleOverrideCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.disableHeatscaleOverride(ped) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:5608:56, 30 April 2024 diff hist +367 N Ped::isHeadshotImgUploadAvailableCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.isHeadshotImgUploadAvailable() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:5608:56, 30 April 2024 diff hist +470 N Ped::setSynchronizedSceneLooCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''sceneID:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.setSynchronizedSceneLoo(sceneID, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:5508:55, 30 April 2024 diff hist +463 N Ped::requestVehicleVisibilityTrackingCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''p1:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.requestVehicleVisibilityTracking(ped, p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:5508:55, 30 April 2024 diff hist +418 N Ped::isRunningRagdollTaskCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.isRunningRagdollTask(ped) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:5508:55, 30 April 2024 diff hist +701 N Ped::getClosestCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''x:''' {{RageType|number}} *'''y:''' {{RageType|number}} *'''z:''' {{RageType|number}} *'''radius:''' {{RageType|number}} *'''p4:''' {{RageType|boolean}} *'''p5:''' {{RageType|boolean}} *'''p7:''' {{RageType|boolean}} *'''p8:''' {{RageType|boolean}} *'''pedType:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.getClosest(x..." current
  • 08:5508:55, 30 April 2024 diff hist +455 N Ped::setScriptedAnimSeatOffsetCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''p1:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.setScriptedAnimSeatOffset(ped, p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:5508:55, 30 April 2024 diff hist +553 N Ped::setHeadBlendPaletteColorCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''r:''' {{RageType|number}} *'''g:''' {{RageType|number}} *'''b:''' {{RageType|number}} *'''id:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.setHeadBlendPaletteColor(ped, r, g, b, id) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also..." current
  • 08:5408:54, 30 April 2024 diff hist +412 N Ped::finalizeHeadBlendCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.finalizeHeadBlend(ped) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:5408:54, 30 April 2024 diff hist +367 N Ped::spawnpointsGetNumSearchResultsCreated page with "{{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.spawnpointsGetNumSearchResults() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:5408:54, 30 April 2024 diff hist +464 N Ped::spawnpointsGetSearchResultCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''randomInt:''' {{RageType|number}} ===Return value=== *''' {{RageType|{ x: number; y: number; z: number }}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.spawnpointsGetSearchResult(randomInt) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:5308:53, 30 April 2024 diff hist +582 N Ped::forceMotionStateCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''motionStateHash:''' {{RageType|number}} *'''p2:''' {{RageType|boolean}} *'''p3:''' {{RageType|number}} *'''p4:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.forceMotionState(ped, motionStateHash, p2, p3, p4) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </s..." current
  • 08:5308:53, 30 April 2024 diff hist +418 N Ped::hasHeadBlendFinishedCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.hasHeadBlendFinished(ped) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:5308:53, 30 April 2024 diff hist +491 N Ped::setFaceFeatureCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''index:''' {{RageType|number}} *'''scale:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.setFaceFeature(ped, index, scale) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category..." current
  • 08:5308:53, 30 April 2024 diff hist +426 N Ped::spawnpointsGetSearchResultFlagsCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.spawnpointsGetSearchResultFlags(p0) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:5208:52, 30 April 2024 diff hist +859 N Ped::setIkTargetCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''ikIndex:''' {{RageType|number}} *'''entityLookAt:''' {{RageType|number}} *'''boneLookAt:''' {{RageType|number}} *'''offsetX:''' {{RageType|number}} *'''offsetY:''' {{RageType|number}} *'''offsetZ:''' {{RageType|number}} *'''ikflag:''' {{RageType|number}} *'''blendInDuration:''' {{RageType|number}} *'''blendOutDuration:''' {{RageType|number}} ===Return value=== *''' {{Rag..." current
  • 08:5208:52, 30 April 2024 diff hist +462 N Ped::setLodMultiplierCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''multiplier:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.setLodMultiplier(ped, multiplier) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:5208:52, 30 April 2024 diff hist +501 N Ped::setCanLosePropsOnDamageCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|Handle}} *'''enable:''' {{RageType|boolean}} *'''flag:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.setCanLosePropsOnDamage(ped, enable, flag) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API..." current
  • 08:5208:52, 30 April 2024 diff hist +461 N Ped::setForceFootstepUpdateCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.setForceFootstepUpdate(ped, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:5208:52, 30 April 2024 diff hist +521 N Ped::setForceStepTypeCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''p1:''' {{RageType|boolean}} *'''type:''' {{RageType|number}} *'''p3:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.setForceStepType(ped, p1, type, p3) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Catego..." current
  • 08:5208:52, 30 April 2024 diff hist +561 N Ped::isAnyHostileNearPointCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''x:''' {{RageType|number}} *'''y:''' {{RageType|number}} *'''z:''' {{RageType|number}} *'''radius:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.isAnyHostileNearPoint(ped, x, y, z, radius) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==..." current
  • 08:5108:51, 30 April 2024 diff hist +459 N Ped::setCanPlayInCarIdlesCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|Handle}} *'''enable:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.setCanPlayInCarIdles(ped, enable) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:5108:51, 30 April 2024 diff hist +707 N Ped::isTargetInPerceptionAreaCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|Handle}} *'''targetPed:''' {{RageType|Handle}} *'''focusAngle:''' {{RageType|number}} *'''focusDistance:''' {{RageType|number}} *'''peripheralAngle:''' {{RageType|number}} *'''peripheralDistance:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.isTargetInPerceptionArea(ped, targetPed, focusAngle, focus..." current
  • 08:5108:51, 30 April 2024 diff hist +559 N Ped::setPopControlSphereThisFrameCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''x:''' {{RageType|number}} *'''y:''' {{RageType|number}} *'''z:''' {{RageType|number}} *'''min:''' {{RageType|number}} *'''max:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.setPopControlSphereThisFrame(x, y, z, min, max) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==Se..." current
  • 08:5108:51, 30 April 2024 diff hist +459 N Ped::setDisableFallDamageCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|Handle}} *'''enable:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.setDisableFallDamage(ped, enable) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:5108:51, 30 April 2024 diff hist +414 N Ped::isSwappingWeaponCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''Ped:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.isSwappingWeapon(Ped) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:5108:51, 30 April 2024 diff hist +462 N Ped::setEnableScubaGearLightCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.setEnableScubaGearLight(ped, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:5108:51, 30 April 2024 diff hist +421 N Ped::isScubaGearLightEnabledCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.isScubaGearLightEnabled(ped) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:5008:50, 30 April 2024 diff hist +421 N Ped::clearFacialClipsetOverrideCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.clearFacialClipsetOverride(ped) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:5008:50, 30 April 2024 diff hist +424 N Ped::isBodyBlemishValidCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''colorId:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.isBodyBlemishValid(colorId) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:4908:49, 30 April 2024 diff hist +423 N Ped::isBlushColorValidCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''colorID:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.isBlushColorValid(colorID) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:4908:49, 30 April 2024 diff hist +426 N Ped::isLipstickColorValidCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''colorID:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.isLipstickColorValid(colorID) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:4908:49, 30 April 2024 diff hist +422 N Ped::isHairColorValidCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''colorID:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.isHairColorValid(colorID) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:4908:49, 30 April 2024 diff hist +424 N Ped::isBlushColorValid2Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''colorId:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.isBlushColorValid2(colorId) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:4908:49, 30 April 2024 diff hist +427 N Ped::isLipstickColorValid2Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''colorId:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.isLipstickColorValid2(colorId) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:4808:48, 30 April 2024 diff hist +423 N Ped::isHairColorValid2Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''colorId:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.isHairColorValid2(colorId) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:4808:48, 30 April 2024 diff hist +478 N Ped::getMakeupRgbColorCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''makeupColorIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|{ outR: number; outG: number; outB: number }}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.getMakeupRgbColor(makeupColorIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:4808:48, 30 April 2024 diff hist +471 N Ped::getHairRgbColorCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''hairColorIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|{ outR: number; outG: number; outB: number}}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.getHairRgbColor(hairColorIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:4808:48, 30 April 2024 diff hist +357 N Ped::getNumMakeupColorsCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.getNumMakeupColors() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
  • 08:4708:47, 30 April 2024 diff hist +354 N Ped::getNumHairColorsCreated page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.getNumHairColors() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Example" current
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)