Client: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Needs_Checking|Is this page relevant anymore? Do the new player functions work on the console? Should the page redirect to [[player]]? [[User:Awwu|Awwu]] 13:25, 28 August 2009 (UTC)}}
__NOTOC__
__NOTOC__
The client class represents any client that has connected to the server. This can be a [[player]] or the [[console]].
The client class represents any client that has connected to the server. This can be a [[player]] or the [[console]].

Revision as of 13:25, 28 August 2009

Dialog-information.png This article needs checking.

Reason(s): Is this page relevant anymore? Do the new player functions work on the console? Should the page redirect to player? Awwu 13:25, 28 August 2009 (UTC)

The client class represents any client that has connected to the server. This can be a player or the console.

All client functions can operate on both player and server console elements.

Related scripting functions

Server

BEFORE VERSION 1.0 :