[HELP]Problem with virtual worlds
#1

I have created houses and i have problem with virtual worlds.
Here : https://sampwiki.blast.hk/wiki/Limits writes that in sa-mp are these virtual worlds: 2,147,483,647. Only 4 virtual world?I don't understand it.
Reply
#2

Why dont you use interiors? xD
Reply
#3

Don't crosspost, you also put this in script request thread.
I answered this:
Quote:

Haha no, it means there are over 2 billion virtual worlds, ranging from 1 to 2147483647
That should be enough :P

Reply
#4

But i used interiors,too.But only 4 virtual worlds?
And i tried from 0-4 it works but if i write 5 to virtual world of the house its crashes.
Reply
#5

Err... Show the code then, that's weird.
There isn't only 4 virtual worlds, there's over 2 billion virtual worlds as I said.
Reply
#6

so the problem is , in sa-mp scripting are only 4 virtual worlds?
Reply
#7

No!
There's over 2 billion virtual worlds...
Reply
#8

Thats true.

Btw we spam.
Reply
#9

Quote:
Originally Posted by sushihusi
But i used interiors,too.But only 4 virtual worlds?
And i tried from 0-4 it works but if i write 5 to virtual world of the house its crashes.
Show me your code
Reply
#10

But i dont know the problem.
These works:
Код:
AddHouse(0,-2625.3792,-191.2459,7.2031,235.508994,1189.169897,1080.339966,700000,700000,3,0);
AddHouse(8,-2725.5969,-92.5606,7.2031,235.508994,1189.169897,1080.339966,700000,700000,3,1);
AddHouse(16,-2786.9292,-175.2172,7.8594,235.508994,1189.169897,1080.339966,700000,700000,3,2);
AddHouse(24,-2639.4072,168.5770,7.1953,235.508994,1189.169897,1080.339966,700000,700000,3,3);
AddHouse(32,-2791.6147,218.6461,7.8594,235.508994,1189.169897,1080.339966,700000,700000,3,4);
AddHouse(40,-2880.7070,726.5281,29.2411,235.508994,1189.169897,1080.339966,700000,700000,3,147);
AddHouse(48,-2841.9270,904.4179,44.0547,235.508994,1189.169897,1080.339966,700000,700000,3,483);
AddHouse(56,-2899.1458,1057.0281,32.1328,235.508994,1189.169897,1080.339966,700000,700000,3,647);
But if i write this:
AddHouse(64,-2677.3176,803.4011,49.9766,235.508994,1189.169897, 1080.339966,700000,700000,3,256);
AddHouse(65,-2677.3176,803.4011,49.9766,235.508994,1189.169897, 1080.339966,700000,700000,3,5);
It doesnt work.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)