added request amb515

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401039
This commit is contained in:
David Anderson
2007-07-03 19:03:14 +00:00
parent 653e9038d3
commit 816bdc8102
2 changed files with 36 additions and 0 deletions
+12
View File
@@ -514,3 +514,15 @@ native GetClientOfUserId(userid);
* @error Invalid client index, or client not connected.
*/
native KickClient(client, const String:format[]="", any:...);
/**
* Changes a client's team through the mod's generic team changing function.
* On CS:S, this will kill the player.
*
* @param client Client index.
* @param team Mod-specific team index.
* @noreturn
* @error Invalid client index, client not connected, or lack of
* mod support.
*/
native ChangeClientTeam(client, team);