@@ -72,17 +72,17 @@ public client_disconnect(id)
72
72
public Command_Informer (id)
73
73
{
74
74
g_bInformer[id] = ! g_bInformer[id];
75
- client_print_color (id, print_team_default, " %s ^1 % L" , PREFIX, LANG_PLAYER, " DRI_INFORMER_MSG" , g_bInformer[id] ? " DRI_ENABLED" : " DRI_DISABLED" );
75
+ client_print_color (id, print_team_default, " %s ^1 % L" , PREFIX, LANG_PLAYER, " DRI_INFORMER_MSG" , LANG_PLAYER, g_bInformer[id] ? " DRI_ENABLED" : " DRI_DISABLED" );
76
76
}
77
77
public Command_SpecList (id)
78
78
{
79
79
g_bSpecList[id] = ! g_bSpecList[id];
80
- client_print_color (id, print_team_default, " %s ^1 % L" , PREFIX, LANG_PLAYER, " DRI_SPECLIST_MSG" , g_bSpecList[id] ? " DRI_ENABLED" : " DRI_DISABLED" );
80
+ client_print_color (id, print_team_default, " %s ^1 % L" , PREFIX, LANG_PLAYER, " DRI_SPECLIST_MSG" , LANG_PLAYER, g_bSpecList[id] ? " DRI_ENABLED" : " DRI_DISABLED" );
81
81
}
82
82
public Command_Speed (id)
83
83
{
84
84
g_bSpeed[id] = ! g_bSpeed[id];
85
- client_print_color (id, print_team_default, " %s ^1 % L" , PREFIX, LANG_PLAYER, " DRI_SPEEDOMETER_MSG" , g_bSpeed[id] ? " DRI_ENABLED" : " DRI_DISABLED" );
85
+ client_print_color (id, print_team_default, " %s ^1 % L" , PREFIX, LANG_PLAYER, " DRI_SPEEDOMETER_MSG" , LANG_PLAYER, g_bSpeed[id] ? " DRI_ENABLED" : " DRI_DISABLED" );
86
86
}
87
87
// ***** Events *****//
88
88
public Event_RoundStart ()
0 commit comments