Virtual World ID's
#1

Where can i find all the Virtual World ID's?
Reply
#2

there is 0-255 id's
edit..
when i think aabout it who sayd there is 0 - 255 id's!
there is infinite of them
Reply
#3

Do you know what is a virtual world?
Reply
#4

https://sampwiki.blast.hk/wiki/Limits

256 Virtual Worlds.
Reply
#5

Yes, they are from 0-255 (Total 256)
use then like
pawn Код:
SetPlayerVirtualWorld(playerid,worldid); //replace worldid with any number from 0-255
Thank You
-Abhinav
Reply
#6

Thanks... Now how can i create a virtual world like the default virtual world? (A copy of the default virtual world)
Reply
#7

well. the deafult VirWorld is 0 .... you can se another VirWorld of the player to 1 or w/e you want when they connect.

like

pawn Код:
OnPlayerConnect(playerid){
SetPlayerVirtualWorld(playerid,1); //setting the player's Virtual World to 1
return 1;
}
Reply
#8

I want that the Virtual World 1 is identical to the default 0 but the players of the virtual world 0 play in the virtual world 0 and the players of virtual world 1 play in virtual world 1
Reply
#9

All virtual worlds are identical if you mean the map.
Reply
#10

Players playing in a Virtual world (whether 0 or some other) cannot see the players playing on Any other virtual World.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)