[Ajuda] Sobre World
#10

Quote:
Originally Posted by yNexus
Посмотреть сообщение
PHP код:
new entropolial[MAX_PLAYER];
    if(
strcmp(cmdtext"/Entrar"true) == 0)
    {
        if(
IsPlayerInRangeOfPoint(playerid3.01555.5046, -1675.652516.1953))
        {
//Entrada Policia Militar
            
entropolicial[playerid] = 1;
            
GameTextForPlayer(playerid"~b~DP ~w~Policia Militar "50001);
            
SetPlayerInterior(playerid6);
            
SetPlayerPos(playerid,246.783996,63.900199,1003.640625);
            
SetPlayerInterior(playerid6);
            
SetPlayerVirtualWorld(playerid1);
        }
    }
    
    if(
strcmp(cmdtext"/Sair"true) == 0)
    {
        if(
IsPlayerInRangeOfPoint(playerid3.0246.783996,63.900199,1003.640625))
        {
//Saida Policia Militar
            
if(entropolicial[playerid] == 1)
            {
                   
GameTextForPlayer(playerid"~b~DP ~w~Policia Militar "50001);
                   
entropolicial[playerid] = 0;
                
SetPlayerInterior(playerid0);
                
SetPlayerPos(playerid,1555.5046, -1675.652516.1953);
                
SetPlayerInterior(playerid0);
                
SetPlayerVirtualWorld(playerid0);
            }
        }
    } 
Se Caso Eu Add Mais Interiores Eu Faзo Como?
pawn Код:
SetPlayerVirtualWorld(playerid, 1);
SetPlayerVirtualWorld(playerid, 2);
SetPlayerVirtualWorld(playerid, 3);
SetPlayerVirtualWorld(playerid, 4);
SetPlayerVirtualWorld(playerid, 5);
Reply


Messages In This Thread
Sobre World - by Alisson Silva Alves - 05.03.2014, 15:52
Re: Sobre World - by PT - 05.03.2014, 16:02
Re: Sobre World - by Alisson Silva Alves - 05.03.2014, 16:19
Re: Sobre World - by PT - 05.03.2014, 16:42
Re: Sobre World - by yNexus - 05.03.2014, 17:04
Re: Sobre World - by ViniBorn - 05.03.2014, 17:40
Re: Sobre World - by Alisson Silva Alves - 05.03.2014, 18:01
Re: Sobre World - by ViniBorn - 05.03.2014, 18:04
Re: Sobre World - by Alisson Silva Alves - 05.03.2014, 18:10
Re: Sobre World - by Alisson Silva Alves - 06.03.2014, 12:53

Forum Jump:


Users browsing this thread: 4 Guest(s)