Player.kill

From Runsafe
Revision as of 02:57, 4 June 2013 by Kruithne (talk | contribs) (Created page with "== Details == ''Arguments'' * '''playerName''' (String) - The name of the player to kill. [Required] ''Returns'' * Nothing. == Usage == <pre> engine.player.kill('behind_them...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Details

Arguments

  • playerName (String) - The name of the player to kill. [Required]

Returns

  • Nothing.

Usage

engine.player.kill('behind_themask');

Notes

  • Nothing happens if the player is offline.