View Single Post
Despirator
Senior Member
Join Date: Jun 2011
Location: Kazakhstan ->Shymkent
Old 08-20-2013 , 12:17   Re: [ANY|Source 2009] Advanced Advertisements
Reply With Quote #238

Quote:
Originally Posted by StayOx View Post
A suggestion if it is possible to be done, would be to add support for multi-language advertisement, as well as files phrases.

e.g:

Code:
"Advertisements"
{
    "1"
    {
        "type"               "H"
        "text"    "en"       "Hello"
        "text"    "es"       "ˇHola"
        "text"    "pt"       "Óla"
    }
}
Obviously only one of the languages ​​would be visible to the player determined by the language of your game.
that structure is not supported

may be this one

Code:
"Advertisements"
{
    "1"
    {
        "type"               "H"
         "en"       "Hello"
         "es"       "ˇHola"
         "pt"       "Óla"
    }
}
Despirator is offline