Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

Difference between revisions of "NEXUIZ PLAYERMODEL"

From Quake Wiki

(New page: Console commands: <pre> playermodel <name> - FIXME: EXAMPLE NEEDED playerskin <name> - FIXME: EXAMPLE NEEDED </pre> Field definitions: <pre> .string playermodel; // name of player model s...)
 
(No difference)

Latest revision as of 14:07, 29 February 2008

Console commands:

playermodel <name> - FIXME: EXAMPLE NEEDED
playerskin <name> - FIXME: EXAMPLE NEEDED

Field definitions:

.string playermodel; // name of player model sent by client
.string playerskin; // name of player skin sent by client

These client properties are used by Nexuiz.