Fixed formatting bugs
This commit is contained in:
parent
89b5496dfb
commit
d819c76024
@ -362,7 +362,7 @@ public actionMapsMenu(id,key) {
|
||||
|
||||
switch (get_cvar_num("amx_show_activity")) {
|
||||
case 2: client_print(0,print_chat,"%L",LANG_PLAYER,"ADMIN_CHANGEL_2",name,g_mapName[ a ])
|
||||
case 1: client_print(0,print_chat,"%L",LANG_PLAYER,"ADMIN_CHANGEL_2",g_mapName[ a ])
|
||||
case 1: client_print(0,print_chat,"%L",LANG_PLAYER,"ADMIN_CHANGEL_1",g_mapName[ a ])
|
||||
}
|
||||
|
||||
log_amx("Cmd: ^"%s<%d><%s><>^" changelevel ^"%s^"",
|
||||
|
@ -107,7 +107,7 @@ public cmdLangMenu(id,level,cid)
|
||||
|
||||
if (!get_cvar_num("amx_client_languages"))
|
||||
{
|
||||
client_print(id, print_console, "[AMXX] %L", "LANG_MENU_DISABLED")
|
||||
client_print(id, print_console, "[AMXX] %L", LANG_SERVER, "LANG_MENU_DISABLED")
|
||||
return PLUGIN_HANDLED
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user