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:
@@ -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>");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user