Данный плагин проигрывает звук при подключении игрока к серверу, а так же показывает Steam ID, IP, город и страну
Установка:
Файл geoip.inc поместить в папку addons\sourcemod\configs\geoip
Файл cdannouncer.phrases.txt поместить в папку addons\sourcemod\translations
Файл geoip.inc поместить в папку addons\sourcemod\configs\geoip
Файл cdannouncer.phrases.txt поместить в папку addons\sourcemod\translations
Переменные:
cd_mode - что показывать при подключении
1 – Steam ID , 2 – IP адрес , 3 - IP адрес и Steam ID
cd_showall - 1 = show all(connects, and disconnects), 2 = show connects only, 3 = show disconnects only (Def 1)
cd_sound - Toggles sound on and off (Def 1 = on)
cd_printcountry - Turns on\off priting country names 0 = off, 1= on (Def 1)
cd_showadmins - Shows Admins on connect/disconnect, 0= don't show, 1 = show (Def 1)
cd_country_type - country name print type 1 = print shortname, 2 = print full name(Def 1)
cd_sound_file - Sound file location to be played on a connect/disconnect under the sounds directory (Def =buttons/blip1.wav)
cd_loggin - 0 to turn off logging, 1 to make it log connects and disconnects and make them also print in chat and 2 is to make the annoucers only log to the file and nothing in chat (Def 1)
cd_logfile - default file location of the log file relative to the sourcemod directory DEF = "data/cd_logs.log"
cd_mode - что показывать при подключении
1 – Steam ID , 2 – IP адрес , 3 - IP адрес и Steam ID
cd_showall - 1 = show all(connects, and disconnects), 2 = show connects only, 3 = show disconnects only (Def 1)
cd_sound - Toggles sound on and off (Def 1 = on)
cd_printcountry - Turns on\off priting country names 0 = off, 1= on (Def 1)
cd_showadmins - Shows Admins on connect/disconnect, 0= don't show, 1 = show (Def 1)
cd_country_type - country name print type 1 = print shortname, 2 = print full name(Def 1)
cd_sound_file - Sound file location to be played on a connect/disconnect under the sounds directory (Def =buttons/blip1.wav)
cd_loggin - 0 to turn off logging, 1 to make it log connects and disconnects and make them also print in chat and 2 is to make the annoucers only log to the file and nothing in chat (Def 1)
cd_logfile - default file location of the log file relative to the sourcemod directory DEF = "data/cd_logs.log"
Скачать: