HTTP() & ****** Translator
#5

Quote:
Originally Posted by jlalt
Посмотреть сообщение
****** translator if I'm not wrong blocking directly http texts so samp http function can't read the text it's translating, here's a website that would work on samp http( thingy

PHP код:
 udcs-tss.com/******/?msg=%s&langin=%s&langout=%
example:
PHP код:
 udcs-tss.com/******/?msg=Hi&langin=en&langout=es 
lang-in even if wrong it detecting the real one of it auto
or
Код:
stock Trans(id,str[]) 
{ 
     new stream[114]; 
    format(stream,sizeof(stream),"http://translate.******.com/translate_tts?ie=UTF-8&total=1&idx=0&textlen=32&client=tw-ob&q=%s&tl=En-gb",str); 
    PlayAudioStreamForPlayer(id,stream); 
    return 1; 
}
Reply


Messages In This Thread
HTTP() & ****** Translator - by Luis- - 17.04.2016, 16:19
Re: HTTP() & ****** Translator - by Crystallize - 17.04.2016, 16:24
Re: HTTP() & ****** Translator - by Luis- - 17.04.2016, 16:26
Re: HTTP() & ****** Translator - by jlalt - 17.04.2016, 16:49
Re: HTTP() & ****** Translator - by Stuntff - 17.04.2016, 17:22
Re: HTTP() & ****** Translator - by Crayder - 17.04.2016, 17:39
Re: HTTP() & ****** Translator - by J0sh... - 17.04.2016, 18:10
Re: HTTP() & ****** Translator - by Luis- - 18.04.2016, 16:07
Re: HTTP() & ****** Translator - by Karan007 - 18.04.2016, 16:19
Re: HTTP() & ****** Translator - by Stinged - 28.04.2016, 18:04

Forum Jump:


Users browsing this thread: 1 Guest(s)