TActivePlayer.Kills

From Soldat Community Wiki
Revision as of 19:58, 26 June 2013 by Squiddy (talk | contribs) (Created page with " '''''property TActivePlayer.Kills: Integer''''' Acess mode: RW ==Description== How many kills a player has. ==Example== <syntaxhighlight lang="pascal"> writeLn('Player ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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');