Difference between revisions of "TActivePlayer.Kills"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with " '''''property TActivePlayer.Kills: Integer''''' Acess mode: RW ==Description== How many kills a player has. ==Example== <syntaxhighlight lang="pascal"> writeLn('Player ...")
(No difference)

Revision as of 19:58, 26 June 2013

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');