added amb444 - ForcePlayerSuicide()

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401157
This commit is contained in:
David Anderson
2007-07-23 21:01:58 +00:00
parent 30b475ef35
commit a57acce746
3 changed files with 60 additions and 0 deletions
+9
View File
@@ -84,6 +84,15 @@ native ExtinguishEntity(client);
*/
native TeleportEntity(entity, const Float:origin[3], const Float:angles[3], const Float:velocity[3]);
/**
* Forces a player to commit suicide.
*
* @param client Client index.
* @noreturn
* @error Invalid entity or client not in game, or lack of mod support.
*/
native ForcePlayerSuicide(client);
/**
* @deprecated
*/