SA-MP Forums Archive
[AJUDA] Ir Objeto - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [AJUDA] Ir Objeto (/showthread.php?tid=184813)



[AJUDA] Ir Objeto - Vanderson - 21.10.2010

queria saber se alguem saber fazer o cmd de irpara o objeto..

se alguem souber pf poste aqui


Re: [AJUDA] Ir Objeto - Macintosh - 21.10.2010

LoL

pawn Код:
CreateObject(1363,1298.0563,-1528.2383,13.5508, 0.0000, 0.0000, 0.0000);

if(strcmp(cmd, "/irobjeto", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
                if (GetPlayerState(playerid) == 2)
                {
                    new tmpcar = GetPlayerVehicleID(playerid);
                    SetVehiclePos(tmpcar, 1298.0563,-1528.2383,13.5508);
                    TelePos[playerid][0] = 0.0;TelePos[playerid][1] = 0.0;
                }
                else
                {
                    SetPlayerPos(playerid, 1298.0563,-1528.2383,13.5508);
                }
                SendClientMessage(playerid, COLOR_GRAD1, "Voce foi teleportado ao objecto!");
                SetPlayerInterior(playerid,0);
                PlayerInfo[playerid][pInt] = 0;
            }
   
        }
        return 1;
    }



Re: [AJUDA] Ir Objeto - Vanderson - 21.10.2010

Precisa por esse createobject? .-.


Re: [AJUDA] Ir Objeto - Macintosh - 21.10.2010

CreateObject й o objeto que vocк criou ou irб criar e o /irobjeto й o teleporte.
sу substituir as cordenadas \o/


Re: [AJUDA] Ir Objeto - Vanderson - 21.10.2010

n entendi.. queria ir ao id do meu objeto no pwn u.u


Re: [AJUDA] Ir Objeto - Macintosh - 21.10.2010

Cara,pega um objecto teu.pega as cordenadas x,y,z e substitui no cmd ora


Re: [AJUDA] Ir Objeto - Vanderson - 21.10.2010

u.u deu n respondendo O>O