DE/Client: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ 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 a...")
(No difference)

Revision as of 09:43, 21 August 2012

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.

In der Client-Klasse befindet sich jeder Client, welcher mit dem Server verbunden ist. Das kann ein Spieler oder die Konsole sein.

Alle Client-Funktionen können mit Spieler- und Konsolenelemente arbeiten.

Ähnliche Skriptingfunktionen

Server

BEFORE VERSION 1.0 :