setPedFootBloodEnabled | Multi Theft Auto: Wiki Skip to content

setPedFootBloodEnabled

Client-side
Server-side
Shared

Manual Review Required

Please finish this page using the corresponding Old Wiki article. Go to Contribution guidelines for more information.


This function makes a ped's footprints bloody.

Syntax

bool setPedFootBloodEnabled ( element thePlayer, bool enabled )
Required Arguments
  • thePlayer: the ped to give bloody footprints to.
  • enabled: boolean specifying whether or not to have bloody feet.

Returns

  • bool: value

Returns true if changing the ped's bloody feet status worked.

Code Examples

shared
setPedFootBloodEnabled(localPlayer, true)

See Also