SA-MP Forums Archive
[AJUDA] Ajeita o cmd - 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] Ajeita o cmd (/showthread.php?tid=343772)



[AJUDA] Ajeita o cmd - atsbs - 18.05.2012

Galera como nao sei muito mecher em dialog, me enrrolei um pouco aqui no cmd, eo /ir por dialog, so que ele nao pega o nick de quem deu o /ir, nem o da passoa que recebeu o teleporte, e nгo teleporta para niguem sim para a coondenada 0,0,0 ou seja la nakela fazenda entre ls e lv.

Codigo:
PHP код:
            new Float:plocx,Float:plocy,Float:plocz;
            new 
plo strval(inputtext);
              new 
string[256];
              new 
string2[256];
            if(
GetPlayerState(playerid) == 2)
            {
                new 
tmpcar GetPlayerVehicleID(playerid);
                
SetVehiclePos(tmpcarplocxplocy+4plocz);
            }
            
SetPlayerPos(playerid,plocx,plocy+2plocz);
            
SendClientMessage(playeridCOLOR_GOLD"Teste");
            
GetPlayerPos(ploplocxplocyplocz);
            
SetPlayerInterior(playerid,GetPlayerInterior(plo));
               
format(stringsizeof(string), "[INFO] Vocк teleportou atй %s."plo);
               
SendClientMessage(playeridCOLOR_GOLDstring);
               
format(string2sizeof(string2), "[INFO] O admin %s, teleportou atй vocк."sendername);
               
SendClientMessage(ploCOLOR_GOLDstring); 



Re: [AJUDA] Ajeita o cmd - DrTHE - 18.05.2012

comando completo por favor


Re: [AJUDA] Ajeita o cmd - atsbs - 18.05.2012

e dialog olha ai

PHP код:
    if(dialogid == Testedialog3)
    {
        if(
response)
        {
            new 
Float:plocx,Float:plocy,Float:plocz;
            new 
plo strval(inputtext);
              new 
string[256];
              new 
string2[256];
            if(
GetPlayerState(playerid) == 2)
            {
                new 
tmpcar GetPlayerVehicleID(playerid);
                
SetVehiclePos(tmpcarplocxplocy+4plocz);
            }
            
SetPlayerPos(playerid,plocx,plocy+2plocz);
            
SendClientMessage(playeridCOLOR_GOLD"Teste");
            
GetPlayerPos(ploplocxplocyplocz);
            
SetPlayerInterior(playerid,GetPlayerInterior(plo));
               
format(stringsizeof(string), "[INFO] Vocк teleportou atй %s."plo);
               
SendClientMessage(playeridCOLOR_GOLDstring);
               
format(string2sizeof(string2), "[INFO] O admin %s, teleportou atй vocк."sendername);
               
SendClientMessage(ploCOLOR_GOLDstring);
        }
    } 



Re: [AJUDA] Ajeita o cmd - Bruno Pereira - 18.05.2012

Posta o comando que chama o dialog!


Re: [AJUDA] Ajeita o cmd - ViniBorn - 18.05.2012

Vocк nгo precisa fazer dessa forma.
pawn Код:
new string[256];
new string2[256];
Isto basta :
pawn Код:
new string[64];



Re: [AJUDA] Ajeita o cmd - atsbs - 18.05.2012

Aqui oh bruno

PHP код:
             if(listitem == 3)
               {
                   
ShowPlayerDialog(playerid,Testedialog3,DIALOG_STYLE_INPUT,"Ir","Digite o ID de quem vocк quer ir:","Ir","Voltar");
            }
        }
    } 
o vini vlw ajeitou aki


Re: [AJUDA] Ajeita o cmd - leonardo1434 - 18.05.2012

pawn Код:
new Float:plocx,Float:plocy,Float:plocz; // tem  que se alinhado com as outras linhas.. aki ta dando bug..
            new plo = strval(inputtext);
            new string[64];
            if(GetPlayerState(playerid) == 2)
            {
                new tmpcar = GetPlayerVehicleID(playerid);
                SetVehiclePos(tmpcar, plocx, plocy+4, plocz);
            }
            SetPlayerPos(playerid,plocx,plocy+2, plocz);
            SendClientMessage(playerid, COLOR_GOLD, "Teste");
            GetPlayerPos(plo, plocx, plocy, plocz);
            SetPlayerInterior(playerid,GetPlayerInterior(plo));
            format(string, sizeof(string), "[INFO] Vocк teleportou atй %s.", plo);
            SendClientMessage(playerid, COLOR_GOLD, string);
            format(string2, sizeof(string2), "[INFO] O admin %s, teleportou atй vocк.", sendername);
            SendClientMessage(plo, COLOR_GOLD, string);
pawn Код:
if(dialogid == Testedialog3)
    {
        if(response)
        {
            new Float:plocx,Float:plocy,Float:plocz;
            new plo = strval(inputtext);
            new string2[64];
            if(GetPlayerState(playerid) == 2)
            {
                new tmpcar = GetPlayerVehicleID(playerid);
                SetVehiclePos(tmpcar, plocx, plocy+4, plocz);
            }
            SetPlayerPos(playerid,plocx,plocy+2, plocz);
            SendClientMessage(playerid, COLOR_GOLD, "Teste");
            GetPlayerPos(plo, plocx, plocy, plocz);
            SetPlayerInterior(playerid,GetPlayerInterior(plo));
            format(string, sizeof(string), "[INFO] Vocк teleportou atй %s.", plo);
            SendClientMessage(playerid, COLOR_GOLD, string);
            format(string2, sizeof(string2), "[INFO] O admin %s, teleportou atй vocк.", sendername);
            SendClientMessage(plo, COLOR_GOLD, string);
        }
    }
Tenta isso..


Re: [AJUDA] Ajeita o cmd - atsbs - 18.05.2012

Nгo deu muito certo o leonardo


Re: [AJUDA] Ajeita o cmd - leonardo1434 - 18.05.2012

Bom, aconteceu o que?


Re: [AJUDA] Ajeita o cmd - atsbs - 18.05.2012

Ta o mesmo do vini, ou seja consertou o dos nomes, agora o tele nao