TActivePlayer.Deaths

From Soldat Community Wiki
Jump to: navigation, search
property TActivePlayer.Deaths: Integer
 Access mode: R

Description

Amount of deaths of a player.

Example

writeLn('Player with ID 1 has ' + inttostr(Players[1].Deaths) + ' deaths!');