This site has been archived and made available for preservation purposes. No edits can be made.

MAX_PLAYER_NAME

This is an old revision of this page, as edited 04-26-2012, 09:14 PM by foxtacles (contribs). It may differ significantly from the current revision.
A constant defined in the vaultmp namespace. It is the maximum length of a player name.

[top]Definition

Code cpp:
Index::MAX_PLAYER_SIZE = 16;
Code c:
const Index: MAX_PLAYER_SIZE = 16;