TActivePlayer.Kills
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');
property TActivePlayer.Kills: Integer Access mode: RW
How many kills a player has.
writeLn('Player with ID 1 has ' + inttostr(Players[1].Kills) + ' kills! :ooo');