Difference between revisions of "TActivePlayer.Kills"
(→Example) |
(→Example) |
||
Line 8: | Line 8: | ||
writeLn('Player with ID 1 has ' + inttostr(Players[1].Kills) + ' kills! :ooo'); | writeLn('Player with ID 1 has ' + inttostr(Players[1].Kills) + ' kills! :ooo'); | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | [[Category:TActivePlayer]] |
Revision as of 18:59, 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');