Class ClientConsole
  Represents the F8 console on clients.
 
  
  
    Inheritance
    
    ClientConsole
   
  
  
  Assembly: SlipeServer.Server.dll
  Syntax
  
    public class ClientConsole
   
  Constructors
  
    |
    Edit this page
  
  
    View Source
  
  
  ClientConsole(MtaServer)
  
  
  Declaration
  
    public ClientConsole(MtaServer server)
   
  Parameters
  
  Methods
  
    |
    Edit this page
  
  
    View Source
  
  
  Output(string)
  
  
  Declaration
  
    public void Output(string message)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | string | 
        message | 
         | 
      
    
  
  
    |
    Edit this page
  
  
    View Source
  
  
  OutputTo(Player, string)
  
  
  Declaration
  
    public void OutputTo(Player player, string message)
   
  Parameters