CLIENT PREFS ARE GO!!1!shiftone!!1!

Fully implemented amb734 - Including console interface and menu for clients to use.

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402140
This commit is contained in:
Matt Woodrow
2008-05-12 08:06:47 +00:00
parent 6e91780e73
commit d88ba02fde
22 changed files with 1177 additions and 112 deletions
+43
View File
@@ -0,0 +1,43 @@
"Phrases"
{
"Cookie List"
{
"en" "Sourcemod Cookie List"
}
"Printing Cookie List"
{
"en" "Printing cookie list to console"
}
"Cookie not Found"
{
"#format" "{1:s}"
"en" "Could not find cookie \"{1}\""
}
"Cookie Value"
{
"#format" "{1:s},{2:s}"
"en" "{1}'s value is {2}"
}
"Protected Cookie"
{
"#format" "{1:s}"
"en" "Cannot change the value of protected cookie \"{1}\""
}
"Cookie Changed Value"
{
"#format" "{1:s},{2:s}"
"en" "Changed the value of cookie \"{1}\" to \"{2}\""
}
"No Console"
{
"en" "Cannot display settings menu to console"
}
"Choose Option"
{
"en" "Choose Option"
}
"Client Settings"
{
"en" "Client Settings"
}
}
+8
View File
@@ -249,4 +249,12 @@
"#format" "{1:s}"
"en" "Kicked player '{1}'"
}
"On"
{
"en" "On"
}
"Off"
{
"en" "Off"
}
}