Moderator
M
Moderator
19th July 2011
Maker:
Could be useful for someone.
Maker:
Could be useful for someone.
About..
History: I wanted to make my map support 2 main Languages, English & German. (or even more.. but later..)
Using for what?:You can show every player a message (ex. a hint) in his own language (you just have to set the message in the varriable)
It may be good in RPG games, because i cant understand good english^^.. so the mapmaker could add german or even other languages.
Code: GUI , MPU
Creator: Cr4ck4r
How it works?
(Warning: This will only work if the NAME of "hf00" (footman) was NOT changed)
Well, creating a unit on startup, taking its name, compare it with strings and output a language.
example:
If name of unit:
Soldat = set to German
Footman = set to English
You can also take an other Unit for that (ex below..)
Fleisch Wagen = set to German
Meat Wagon = set to English
( I just took footman, becuase its easy to search on google for french and spain name )
In this map:
Features
-Language: English, german, french, spain
-with some examples for them
-documentation!
Changelog
-1.0 first release
-1.1 removed that player number things,
made little bit clearer,
now compare string=string
added 2 new examples: message on kill, -from
and even more documentation
-1.2 using Map initialization..
-