Limit of Virtual Worlds - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Limit of Virtual Worlds (
/showthread.php?tid=510286)
Limit of Virtual Worlds -
iFarbod - 30.04.2014
Hi all. I have creating a house and business system for my GameMode. i want to use for each house and each business a Virtual world. So i have a question what is the Limit of Virtual Worlds?
I also checked the https://sampwiki.blast.hk/wiki/Limits for virtual worlds telled me :
Which one is the Limit? 2 or 147 or 483 or 647?
Don't call me newbie for this question, sorry for my bad English also.
Re: Limit of Virtual Worlds -
Konstantinos - 30.04.2014
Those numbers are not separated - it's just one number! The limit is 2147483647 (~2.1 billions).
Re: Limit of Virtual Worlds - Patrick - 30.04.2014
That's the limit.
two billion one hundred forty-seven million four hundred eighty-three thousand six hundred forty-seven( 2,147,483,647 )
Re: Limit of Virtual Worlds -
iFarbod - 30.04.2014
Starting from 0 or 1?
Re: Limit of Virtual Worlds -
Konstantinos - 30.04.2014
It starts from 0. The default virtual world is also 0.
Re: Limit of Virtual Worlds -
ikkentim - 30.04.2014
The limit (2bln) is the max value of a 32 bit integer. As you need to pass an integer to the SetVirtialWorld function, this is the limit.
Re: Limit of Virtual Worlds -
iFarbod - 30.04.2014
Quote:
Originally Posted by ikkentim
The limit (2bln) is the max value of a 32 bit integer. As you need to pass an integer to the SetVirtialWorld function, this is the limit.
|
An Example of the Limit?
Re: Limit of Virtual Worlds - Guest4390857394857 - 30.04.2014
Quote:
Originally Posted by Konstantinos
Those numbers are not separated - it's just one number! The limit is 2147483647 (~2.1 billions).
|
Who said you these bro?
Re: Limit of Virtual Worlds -
Calgon - 30.04.2014
Quote:
Originally Posted by ShivRp
Who said you these bro?
|
sir hiddos of samp told him
Re: Limit of Virtual Worlds -
davve95 - 30.04.2014
Quote:
Originally Posted by ShivRp
Who said you these bro?
|
Sa-mp wiki, it was posted in the main post.
https://sampwiki.blast.hk/wiki/Limits