25.07.2009, 16:19
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
like
pawn Код:
OnPlayerConnect(playerid){
SetPlayerVirtualWorld(playerid,1); //setting the player's Virtual World to 1
return 1;
}