Jump to content

Always return "ERROR"


Wisin

Recommended Posts

Posted

Hi, i have a problem, i was trying to send a translated text to the chatbox but it doesnt work, it says "ERROR" always.

callRemote("http://ajax.googleapis.com/ajax/services/language/translate?q=Hello&v=1.0&langpair=en|tr",outputMessage) 
  
function outputMessage(message) 
outputChatBox(tostring(message)) 
end 

i dont know if its a MTA bug or something.

Posted

I don't know much about PHP and so on, but maybe the url doesn't return anything at all?

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

Try

  
outputChatBox(tostring(message.translatedText)) 
  

I didnt tested yet

Edit:

Doesnt works, he is Java and not PHP

Ingame nick: Cadu12

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...