Posts: 34
Threads: 7
Joined: Oct 2008
SA-MP wiki says the limit of PVars are 800.
800 per player (800*1000 = 800000) or 800 altogether?
Posts: 4,885
Threads: 57
Joined: Jun 2012
Reputation:
0
If you are worried about PVar limit then you are scripting wrong.
Posts: 826
Threads: 64
Joined: Oct 2013
Reputation:
0
800 per player.
And this should have been in the scripting help forum.
Posts: 34
Threads: 7
Joined: Oct 2008
Thanks for the answers.
Quote:
Originally Posted by Pottus
If you are worried about PVar limit then you are scripting wrong.
|
Not really. I was only interested to know the limits, nothing more.
Quote:
Originally Posted by Ahmad45123
800 per player.
And this should have been in the scripting help forum.
|
I think I'm right here in the "Discussion" category about SA-MP's limits.
Posts: 3,324
Threads: 96
Joined: Sep 2013
Quote:
Originally Posted by Macluawn
If you`re not at least curious of PVar limits, your codebase is too small to insult others.
|
No, Pottus is right. You should never need many PVar's, there only real use that makes sense is variables across filterscripts and gamemodes. If you are defending the use of 800 (or even more than 20) PVar's you clearly have a lot to learn.