TActivePlayer.Kills

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

Description

How many kills a player has.

Example

writeLn('Player with ID 1 has ' + inttostr(Players[1].Kills) + ' kills! :ooo');