Posts: 19
Threads: 5
Joined: Sep 2010
Reputation:
0
Is there any limit on the pvars? For example, 50 pvars on one player, players are 300 on server. Everything will be fine? Pvars does not disappear?
Posts: 6,129
Threads: 36
Joined: Jan 2009
There's a limit of something like 800 PVars per player.
PVars disappear after a player has disconnected but are re-created (but with the values you set) once another player connects.
Using PVars is less efficient than using normal arrays/enums, but they are a lot more convenient.