quiero sacar el plugins que dice " This Server using Amx Mod visit amx.org algo asi , y TAMBIEN CUANDO FALTAN 20 MINUTOS 10 MINUTOS 5 MINUTOS UNAS LETRAS BLANCAS ABAJO (que como frizea el server cuando sale eso )
Versión para imprimir
quiero sacar el plugins que dice " This Server using Amx Mod visit amx.org algo asi , y TAMBIEN CUANDO FALTAN 20 MINUTOS 10 MINUTOS 5 MINUTOS UNAS LETRAS BLANCAS ABAJO (que como frizea el server cuando sale eso )
Para eso entra a la carpeta config del amxmod, luego abres el amxx.cfg con tu block de notas y busca esto:
Y en donde dice "amx_scrollmsg" al inicio le agregas // osea quedaria asi:Código:// Frequency in seconds and text of scrolling message
//
// Default value: "Welcome to %hostname% -- This server is using AMX Mod X" 600
amx_scrollmsg "Welcome to %hostname% -- This server is using AMX Mod X" 600
Código:// Frequency in seconds and text of scrolling message
//
// Default value: "Welcome to %hostname% -- This server is using AMX Mod X" 600
//amx_scrollmsg "Welcome to %hostname% -- This server is using AMX Mod X" 600
Luego para lo del tiempo busca esto:
Igual que en el otro le agregas los // a "amx_time" osea quedaria asi:Código:// Displaying of time remaining
// a - display white text on bottom
// b - use voice
// c - don't add "remaining" (only in voice)
// d - don't add "hours/minutes/seconds" (only in voice)
// e - show/speak if current time is less than this set in parameter
//
// Default value: "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
Código:// Displaying of time remaining
// a - display white text on bottom
// b - use voice
// c - don't add "remaining" (only in voice)
// d - don't add "hours/minutes/seconds" (only in voice)
// e - show/speak if current time is less than this set in parameter
//
// Default value: "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
//amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
gracias por tomar la molestia !
No no te preocupes cuando se y puedo ayudo ;)