added a playerinfo function to kick this off

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40650
This commit is contained in:
David Anderson
2007-03-17 23:03:44 +00:00
parent 88eae4ad1e
commit 49c9ab6e25
6 changed files with 104 additions and 18 deletions
+9
View File
@@ -181,6 +181,15 @@ native bool:IsFakeClient(client);
*/
native bool:GetClientInfo(client, const String:key[], String:value[], maxlen);
/**
* Retrieves a client's team index.
*
* @param client Player's index.
* @return Team index the client is on (mod specific).
* @error Invalid client index, client not in game, or no mod support.
*/
native GetClientTeam(client);
/**
* Sets a client's AdminId.
*