Quote:
Originally posted by KuJiGX
Just a question Stefan but do you do something like
if (playertouchsme) {
if (client.german) setstring this.message,43kfkdfdf;
if (client.english) setstring this.message,I like a lot of plat :-);
etc...;
}
|
No

I think based on the language the client sends to the server, the server gets the texts not out of the scripts directly but from a translations database.