21.12.2010, 23:14
Quando vocк usa o DIALOG_STYLE_INPUT o inputtext corresponderб ao texto que vocк digitar:
Como pode ver no exemplo abaixo, resolvi seu problema apenas trocando o result (variбvel de texto que correspondia ao anъncio por comando) por inputtext (que corresponde ao texto digitado).
Espero ter ajudado
Como pode ver no exemplo abaixo, resolvi seu problema apenas trocando o result (variбvel de texto que correspondia ao anъncio por comando) por inputtext (que corresponde ao texto digitado).
Код:
format(string,sizeof(string),"Anuncio: %s,Contato: %s Telefone: %d",inputtext,sendername,PlayerInfo[playerid][pPnumber]);
