OnClientPedWasted: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
m (added info about death reasons)
Line 10: Line 10:


*'''killer''': A [[player]] [[element]] representing the killer.
*'''killer''': A [[player]] [[element]] representing the killer.
*'''weapon''': An integer representing the weapon ID the killer used
*'''weapon''': An integer representing the [[Weapons|killer weapon]] or the [[Death Reasons|death reason]].
*'''bodypart''': An integer representing the bodypart the player was damaged
*'''bodypart''': An integer representing the bodypart the player was damaged.
{{BodyParts}}
{{BodyParts}}



Revision as of 16:01, 23 January 2011

This event is triggered whenever a ped dies.

Parameters

element killer, int weapon, int bodypart
  • killer: A player element representing the killer.
  • weapon: An integer representing the killer weapon or the death reason.
  • bodypart: An integer representing the bodypart the player was damaged.
  • 3: Torso
  • 4: Ass
  • 5: Left Arm
  • 6: Right Arm
  • 7: Left Leg
  • 8: Right Leg
  • 9: Head

Source

The source of this event is the ped that died.

Example

See Also

Client ped events


Client event functions