made these names more consistent, except for authorized, since only players get authids
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40498
This commit is contained in:
@@ -212,7 +212,7 @@ native GetClientUserId(client);
|
||||
* @param client Player index.
|
||||
* @return True if player is connected to the server, false otherwise.
|
||||
*/
|
||||
native bool:IsPlayerConnected(client);
|
||||
native bool:IsClientConnected(client);
|
||||
|
||||
/**
|
||||
* Returns if a certain player has entered the game.
|
||||
@@ -228,7 +228,7 @@ native bool:IsPlayerInGame(client);
|
||||
* @param client Player index.
|
||||
* @return True if player has been authenticated, false otherwise.
|
||||
*/
|
||||
native bool:IsPlayerAuthorized(client);
|
||||
native bool:IsClientAuthorized(client);
|
||||
|
||||
/**
|
||||
* Returns if a certain player is a fake client.
|
||||
@@ -236,7 +236,7 @@ native bool:IsPlayerAuthorized(client);
|
||||
* @param client Player index.
|
||||
* @return True if player is a fake client, false otherwise.
|
||||
*/
|
||||
native bool:IsPlayerFakeClient(client);
|
||||
native bool:IsFakeClient(client);
|
||||
|
||||
/**
|
||||
* Retrieves values from client replicated keys.
|
||||
|
||||
Reference in New Issue
Block a user