A sad response to amb1655 - TF2_SetPlayerInvuln is broken and now removed.

--HG--
branch : sourcemod-1.0.x
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.0.x%402126
This commit is contained in:
Matt Woodrow
2008-05-08 23:42:31 +00:00
parent 1eaa48f978
commit 950300dffe
3 changed files with 2 additions and 53 deletions
-9
View File
@@ -57,15 +57,6 @@ enum TFTeam
TFTeam_Blue = 3
};
/**
* Set's a Clients invulnrability status (ubercharge effect)
*
* @param client Player's index.
* @param enabled Enable/Disable invulnrability.
* @noreturn
* @error Invalid client index, client not in game, or no mod support.
*/
native TF2_SetPlayerInvuln(client, bool:enabled);
/**
* Respawns a client