01.12.2018, 22:36
1. The less the variables, the better for the script size. For the players, I don't think it's that beneficial.
2. Bool (true/false)
3. It's best for you to test the gamemode and see how it works when there are more players connected, but it shouldn't be a problem as long as the script is optimized.
Don't use PVars if you want faster script. If you want a script with less memory, then use PVars.
2. Bool (true/false)
3. It's best for you to test the gamemode and see how it works when there are more players connected, but it shouldn't be a problem as long as the script is optimized.
Don't use PVars if you want faster script. If you want a script with less memory, then use PVars.