Removed sounds translations from funcommands.phrases.txt, created and added sounds.phrases.txt, modified sounds.sp to include translation files (bug 3603, r=dvander)

This commit is contained in:
Liam
2009-01-31 22:39:36 -05:00
parent 29b357a2f6
commit 52826342fc
3 changed files with 179 additions and 174 deletions
+3
View File
@@ -46,6 +46,9 @@ public Plugin:myinfo =
public OnPluginStart( )
{
LoadTranslations("common.phrases");
LoadTranslations("sounds.phrases");
RegAdminCmd("sm_play", Command_Play, ADMFLAG_GENERIC, "sm_play <#userid|name> <filename>");
}