Player::setCanLosePropsOnDamage: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

1 March 2024

  • curprev 10:5610:56, 1 March 2024Shr0x talk contribs 433 bytes +433 Created page with " {{ClientsideJsEvent}} Enable or disable the ability for entity to drop props when they're damaged. {{JSContainer| {{Parameters}} * '''enable''': {{RageType|boolean}} * '''p0''': {{RageType|Number}} {{Example}} <syntaxhighlight lang="javascript" style="width: 98%; background-color: #E4F1FE;"> mp.players.local.setCanLosePropsOnDamage(false, 0); </syntaxhighlight> }} ==See also== {{Player_function_c}} Category:Clientside API"