Table of Contents

Lua SetPlayerChar

void SetPlayerChar( int playerIndex, string char );

Description

Changes that player to that character model.

Version

Beta 3.1

Example

<lua> SetPlayerChar( playerIndex, “bond” ); </lua>