Gets called when a
Player requests to play on this server (before
OnSpawn and after
OnClientAuthenticate). It is recommended to make sure that every
Player gets a unique
Base.
Code cpp:
VAULTSCRIPT VAULTSPACE NPC_ OnPlayerRequestGame(VAULTSPACE ID) VAULTCPP(noexcept);
Code c:
forward OnPlayerRequestGame(ID);
You have to return a
NPC_. This is the model which will represent the
Player in-game. By returning zero, vaultmp will automatically choose a currently unused model.