Translate phrases and words in a code automatically

61 views Asked by At

Is there a way to translate phrases and words in a script (pawn code) automatically without messing up the script, the script contains a lot of Russian it's hard to go through each word/phrase to translate it.

1

There are 1 answers

0
IS4 On BEST ANSWER

Assuming you are working in SA-MP, there is a plugin allowing to interface with the DeepL API, allowing for translation of messages at runtime. You can hook SendClientMessage and similar functions to first translate the message, if needed.