SA-MP Forums Archive
[Ajuda] meu /rg e dialog - 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] meu /rg e dialog (/showthread.php?tid=660223)



meu /rg e dialog - AutomatA - 28.10.2018

olб pessoal
venho tentando por em dialog
a o digitar o comando a dialog me mostra apenas a opзгo que coloquei por ultimo
poderiam

PHP Code:
CMD:identidade(playerid)
{
    new 
Strcat[700], profissaoid;
    
format(Str,sizeof (Str),"{58FA58}Nome:{FFFFFF} %s\n"pNomeOriginal[playerid]);
    
strcat(Strcat, (Str));
    
printf("{58FA58}Nome:{FFFFFF} %s\n"pNomeOriginal[playerid]);
    
format(Str,sizeof (Str),"{58FA58}Sexo:{FFFFFF} %d\n"PlayerInfo[playerid][pSexo]);
    
strcat(Strcat, (Str));
    
printf("{58FA58}Nome:{FFFFFF} %d\n"PlayerInfo[playerid][pSexo]);// aqui esqueci de trocar o Nome por Sexo
    
format(Str,sizeof (Str),"{58FA58}Profissao:{FFFFFF} %s\n"eInfo[profissaoid][eName]);
    
strcat(Strcat, (Str));
    
printf("{58FA58}Profissao:{FFFFFF} %s\n"eInfo[profissaoid][eName]);
    
format(Str,sizeof (Str),"{58FA58}Tempo total on line:{FFFFFF} %d\n"PlayerInfo[playerid][pSegundosJogados]);
    
strcat(Strcat, (Str));
    
printf("{58FA58}Tempo total on line:{FFFFFF} %d\n"PlayerInfo[playerid][pSegundosJogados]);
    
format(Str,sizeof (Str),"{58FA58}Skin:{FFFFFF} %d\n"PlayerInfo[playerid][pSkin]);
     
strcat(Strcat, (Str));
     
printf("{58FA58}Skin:{FFFFFF} %d\n"PlayerInfo[playerid][pSkin]);
    
format(Str,sizeof (Str),"{58FA58}Dinheiro: $ {FFFFFF} %d\n"PlayerInfo[playerid][pDinheiro]);
     
strcat(Strcat, (Str));
     
printf("{58FA58}Dinheiro: $ {FFFFFF} %d\n"PlayerInfo[playerid][pDinheiro]);
    
ShowPlayerDialog(playeridDIALOG_IDENTIDADEDIALOG_STYLE_MSGBOX,"IDENTIDADE",Str,"Fechar","");
    return 
1;

apenas os prints

PHP Code:
01:32:14] {58FA58}Nome:{FFFFFFIris_12
[01:32:14] {58FA58}Nome:{FFFFFF2
[01:32:14] {58FA58}Profissao:{FFFFFFDesempregado
[01:32:14] {58FA58}Tempo total on line:{FFFFFF17184
[01:32:14] {58FA58}Skin:{FFFFFF194
[01:32:14] {58FA58}Dinheiro: $ {FFFFFF1048100 



Re: meu /rg e dialog - ipsLuan - 28.10.2018

Tira esses parentes de (Str) do dialog.


Re: meu /rg e dialog - AutomatA - 28.10.2018

ola ipsLuan, agradeзo por responder, eu fiz sem os parenteses e como nгo estava conseguindo
eu os coloquei mas em ambas nгo muda sу a opзгo de dinheiro aparece (ou a ultima que eu colocar)
ai fiz uma busca aqui por /rg ou / documentos e acrescentei
strcat(Strcat
pois eu nгo sabia disso
mбs o resultado nгo altera


Re: meu /rg e dialog - ipsLuan - 28.10.2018

No dialog, vocк colocou para exibir Str (que й a ъltima linha), coloque Strcat.


Re: meu /rg e dialog - AutomatA - 28.10.2018

ipsLuan
nossa muito obrigado
eu testo e vou na wiki.sa-mp.com e venho forum buscar as info que me ajudem
e bom de mais quando nos ajudam
deu certo
muito obrigado
jб dei a estrelinha a vocк


na verdade axo que a reputaзгo nгo foi
olha
You must spread some Reputation around before giving it to ipsLuan again.

mбs agradeзo de mais pela ajuda


Re: meu /rg e dialog - ipsLuan - 28.10.2018

Quote:
Originally Posted by AutomatA
View Post
ipsLuan
nossa muito obrigado
eu testo e vou na wiki.sa-mp.com e venho forum buscar as info que me ajudem
e bom de mais quando nos ajudam
deu certo
muito obrigado
jб dei a estrelinha a vocк


na verdade axo que a reputaзгo nгo foi
olha
You must spread some Reputation around before giving it to ipsLuan again.

mбs agradeзo de mais pela ajuda
Nгo se preocupe, nгo ligo muito para esses nъmeros.
O importante й que deu tudo certo.