TActivePlayer.Kills

From Soldat Community Wiki
Revision as of 19:59, 26 June 2013 by Squiddy (talk | contribs) (Example)
Jump to: navigation, search
property TActivePlayer.Kills: Integer
 Acess mode: RW

Description

How many kills a player has.

Example

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