View Single Post
  #23  
Old 12-07-2003, 07:09 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Re: Question...

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.
Reply With Quote