I remember some time ago on MTA SA DM DP1 or DP2 I created a resource and used it to get maximum number of elements in the server. It was 65536. Now I tried to get it again with runcode. I executed these commands:
run car=true
run while car do car=createVehicle(400,0,0,0) end
I had to wait a few minutes.
run outputServerLog(tostring(#getElementsByType("vehicle")))
The result was 99781. However, to me it doesn't look like it's near any "smooth" number. So what is the exact limit of elements in MTA SA 1.0.1?
Question
DiSaMe
I remember some time ago on MTA SA DM DP1 or DP2 I created a resource and used it to get maximum number of elements in the server. It was 65536. Now I tried to get it again with runcode. I executed these commands:
run car=true
run while car do car=createVehicle(400,0,0,0) end
I had to wait a few minutes.
run outputServerLog(tostring(#getElementsByType("vehicle")))
The result was 99781. However, to me it doesn't look like it's near any "smooth" number. So what is the exact limit of elements in MTA SA 1.0.1?
Link to comment
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now