28.11.2011, 12:45
Yes..
https://sampwiki.blast.hk/wiki/SetPlayerVirtualWorld
Код:
if (PlayerInfo[playerid][pMember] == 15 || PlayerInfo[playerid][pLeader] == 15) //Faction no. 15 spawn { SetPlayerToTeamColor(playerid); SetPlayerPos(playerid, 2527.654052,-1679.388305,1015.498596); SetPlayerInterior(playerid,1); SetPlayerVirtualWorld(playerid, WHICHVIRTUALWORLDYOUWANT); PlayerInfo[playerid][pVW] = Whichvirtualworldtyouwant; PlayerInfo[playerid][pInt] = 1; return 1; }