Portal SAMP
[Ajuda] string msg dialog - Versão de Impressão

+- Portal SAMP (https://portalsamp.com)
+-- Fórum: SA-MP (https://portalsamp.com/forumdisplay.php?fid=5)
+--- Fórum: Área de suporte (https://portalsamp.com/forumdisplay.php?fid=6)
+--- Tópico: [Ajuda] string msg dialog (/showthread.php?tid=1111)



string msg dialog - robertjwx - 19/04/2021

Pq essa string não tá funcionando?
Código:
      if(!response) return 1;
      new message[128];
      format(message, sizeof(message), "%s", strval(inputtext) );
      printf("input %s msg %s\n", inputtext, message);
      SendPvtMessage(playerid, targetid, message, 2);

Pq msg não está printando nada?
Código:
[06:57:11] input dasdas msg



RE: string msg dialog - Vel - 19/04/2021

https://sampwiki.blast.hk/wiki/Strval_PT
Código:
format(message, sizeof(message), "%s", inputtext);



RE: string msg dialog - robertjwx - 19/04/2021

(19/04/2021 11:10)Vel Escreveu: https://sampwiki.blast.hk/wiki/Strval_PT
Código:
format(message, sizeof(message), "%s", inputtext);

Vlw +rep