B4rrY / left4downtown2

Automatically exported from code.google.com/p/left4downtown2
0 stars 0 forks source link

Patch for /gamedata/left4downtown.l4d2.txt #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Fix typos in signatures for CDirector::IsFinale() and 
ZombieManager::SpawnWitchBride()

Original issue reported on code.google.com by dcx2ge...@gmail.com on 7 Jul 2013 at 6:18

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by dcx2ge...@gmail.com on 1 Aug 2013 at 10:15

GoogleCodeExporter commented 9 years ago
"Phrases"
{
    "Command RS"
    {
        "hu"            "Usage: sm_resetplayer <name or #userid>"
    }

    "Command SetScore"
    {
        "hu"            "Usage: sm_setscore <name or #userid> <Kills> <Deaths>"
    }
    "Command SetAssists"
    {
        "hu"            "Usage: sm_setassists <name or #userid> <assists>"
    }
    "Command SetStars"
    {
        "hu"            "Usage: sm_setstars <name or #userid> <stars>"
    }
    "Reset Score of"
    {
        "#format"       "{1:s}"
        "hu"            "reseset score of {1}."
    }
    "Set Score of"
    {
        "#format"       "{1:s},{2:d},{3:d}"
        "hu"            "set score of {1} to {2}/{3}."
    }

    "Set Stars of"
    {
        "#format"       "{1:s},{2:d}"
        "hu"            "set stars of {1} to {2}."
    }

    "Set Assists of"
    {
        "#format"       "{1:s},{2:d}"
        "hu"            "set assists of {1} to {2}."
    }

    "Set Score Console"
    {
        "#format"       "{1:s},{2:d},{3:d}"
        "hu"            "Console set score of {1} to {2}/{3}."
    }

    "Plugin Disabled"
    {
        "hu"            "The plugin is disabled."
    }

    "Server Reset"
    {
        "hu"            "The server cannot reset his score."
    }

    "Score 0"
    {
        "hu"            "Your Score is already 0."
    }

    "Player Reset Red"
    {
        "#format"       "{1:s}"
        "hu"            "Player {red}{1} {default}has just reseted his score."
    }

    "Player Reset Blue"
    {
        "#format"       "{1:s}"
        "hu"            "Player {blue}{1} {default}has just reseted his score."
    }

    "Player Reset Normal"
    {
        "#format"       "{1:s}"
        "hu"            "Player {lightgreen}{1} {default}has just reseted his score."
    }

    "You Reset"
    {
        "hu"            "You reseted your score !."
    }

}

Original comment by egri.ire...@gmail.com on 24 Aug 2014 at 9:58