Table of Contents

Lua GetPlayerChar

string GetPlayerChar( int playerIndex );

Description

Gets the players character model.

Version

Beta 3.1

Example

<lua> local char = GetPlayerChar( playerIndex ); </lua>