Secrets: Added functionality to Perl/Server for $client->PlayMP3("name of file").

This commit is contained in:
SecretsOTheP
2013-12-24 01:28:32 -05:00
parent bddb03ba3b
commit a7c15ef598
15 changed files with 54 additions and 12 deletions
+1 -1
View File
@@ -3483,7 +3483,7 @@ struct MobRename_Struct {
};
struct PlayMP3_Struct {
char filename[128];
char filename[0];
};
//this is for custom title display in the skill window
+1 -1
View File
@@ -2665,7 +2665,7 @@ struct MobRename_Struct {
};
struct PlayMP3_Struct {
char filename[128];
char filename[0];
};
//this is for custom title display in the skill window
+1 -1
View File
@@ -3635,7 +3635,7 @@ struct MobRename_Struct {
};
struct PlayMP3_Struct {
char filename[128];
char filename[0];
};
//this is for custom title display in the skill window
+1 -1
View File
@@ -3232,7 +3232,7 @@ struct MobRename_Struct {
};
struct PlayMP3_Struct {
char filename[128];
char filename[0];
};
//this is for custom title display in the skill window
+1 -1
View File
@@ -3095,7 +3095,7 @@ struct MobRename_Struct {
};
struct PlayMP3_Struct {
char filename[128];
char filename[0];
};
//this is for custom title display in the skill window
+1 -1
View File
@@ -2724,7 +2724,7 @@ struct MobRename_Struct {
};
struct PlayMP3_Struct {
char filename[128];
char filename[0];
};
//this is for custom title display in the skill window
+1 -1
View File
@@ -3275,7 +3275,7 @@ struct MobRename_Struct {
};
struct PlayMP3_Struct {
char filename[128];
char filename[0];
};
//this is for custom title display in the skill window