20.07.2011, 19:18
There is a much simpler way to doing this, just set the player's virtual world to their ID + 1.
You add the +1 incase the player has the ID of 0, removing them from the default world.
pawn Код:
SetPlayerVirtualWorld( playerid, playerid + 1 );