Im working a /die command that does the same thing as console\kill
Any ideas..? Whats the quickest way to kill a playerclient?
Solved Best way to kill a player?
Discussion in 'Rust Development' started by Rusty, Jul 30, 2015.
Discussion in 'Rust Development' started by Rusty, Jul 30, 2015.
Im working a /die command that does the same thing as console\kill
Any ideas..? Whats the quickest way to kill a playerclient?
For Experimental?
Code:player:Die()
yea, LUA
this do?Code:function PLUGIN:cmddie( player,command, arg ) player:Die() end
That should work fine.
Excellent. Thanks.
Respect.