Difference between revisions of "Player.kill"
From Runsafe
(Created page with "== Details == ''Arguments'' * '''playerName''' (String) - The name of the player to kill. [Required] ''Returns'' * Nothing. == Usage == <pre> engine.player.kill('behind_them...") |
(No difference)
|
Latest revision as of 03:57, 4 June 2013
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.