Difference between revisions of "OnPlayerKill"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with "===From the Scripting Manual=== ''procedure OnPlayerKill(Killer, Victim: byte; Weapon: string);'' '''Parameter Info:''' Killer (Byte): Player ID of the player who ki...")
 
(No difference)

Latest revision as of 11:28, 15 August 2012

From the Scripting Manual

 procedure OnPlayerKill(Killer, Victim: byte; Weapon: string);
 
 Parameter Info:
  Killer (Byte): Player ID of the player who killed the Victim
  Victim (Byte): Player ID of the Victim.
  Weapon (String): Name of the weapon used to kill the Victim.
 
 Description:
  This procedure will be called every time a player dies.

External Links