25.09.2015, 01:50
I recommend making a version that utilizes SQLite(or just having a define to switch between the two).
Also, Crayder:
The language is easily changable unless you mean translating the original text and not playing it as audio(the above snippet is from the filterscript). Though I believe an API is also available for translating the text.
Also, Crayder:
pawn Код:
format(temp_Definition, sizeof(temp_Definition), "http://translate.******.com/translate_tts?tl=en&q=%s",
word);
PlayAudioStreamForPlayer(playerid, temp_Definition);