[Ajuda] SetPlayerVirtualWorld
#1

Queria uma ajuda rбpida aqui, й o seguinte, alguйm pode me ajudar com SetPlayerVirtualWorld tipo eu queria saber como posso usar, estou com duvidas pq faзo de tudo e nada.. alguйm?
Reply
#2

Quote:
Originally Posted by DeadNudock
View Post
Queria uma ajuda rбpida aqui, й o seguinte, alguйm pode me ajudar com SetPlayerVirtualWorld tipo eu queria saber como posso usar, estou com duvidas pq faзo de tudo e nada.. alguйm?
A wiki te explica como fazer .
https://sampwiki.blast.hk/wiki/SetPlayerVirtualWorld
Reply
#3

Humm, olha se estб certo, acho que sim, kkk'.s


Entrando no banco praзa LV
Code:
   			else if(PlayerToPoint(1.0,playerid,2364.2720,2377.6091,10.8203)) // Banco 02 - Praзa LV
			{
			     SetPlayerInterior(playerid,0);
			     SetPlayerPos(playerid,2305.5806,-16.1346,26.7496);
			     GameTextForPlayer(playerid,"~g~Banco",3000,1);
			     SetPlayerVirtualWorld(playerid,3);
			}
Saindo do banco praзa LV
Code:
			else if(PlayerToPoint(1.5,playerid,2305.5806,-16.1346,26.7496)) // Banco 02 - Praзa LV
			{
		         SetPlayerInterior(playerid,0);
                 SetPlayerPos(playerid,2364.0562,2377.6636,10.8203);
		         GameTextForPlayer(playerid, "~w~Las Venturas", 3000, 1);
		         SetPlayerVirtualWorld(playerid,0);
			}
Tem dois bancos com o mesmo interior entгo й isso, tб certo?

Reply
#4

Alguem? ae?
Reply
#5

Code:
else if(PlayerToPoint(1.0,playerid,2364.2720,2377.6091,10.8203)) // Banco 02 - Praзa LV
			{
			     SetPlayerInterior(playerid,0);
			     SetPlayerPos(playerid,2305.5806,-16.1346,26.7496);
			     SetPlayerVirtualWorld(playerid,3);
			     GameTextForPlayer(playerid,"~g~Banco",3000,1);
			}
Code:
			else if(PlayerToPoint(1.5,playerid,2305.5806,-16.1346,26.7496)) // Banco 02 - Praзa LV
			{
		         SetPlayerInterior(playerid,0);
                         SetPlayerPos(playerid,2364.0562,2377.6636,10.8203);
		         SetPlayerVirtualWorld(playerid,0);
		         GameTextForPlayer(playerid, "~w~Las Venturas", 3000, 1);
			}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)