// instructor hint color, RBG format
chat_instruct_color "255,255,255"
// instructor flags, 1,2,4=pulse 8,16,32=alpha animating 64,128=shake 256=static.
// add numbers together you want
chat_instruct_flags "0"
// instructor hint icon, more see ./pak01_dir.vpk/scripts/mod_textures.txt
chat_instruct_icon "icon_skull"
// hint name prefix
chat_instruct_name "1"
// prevent default chat message 0=no 1=yes 2=prevent if out of range 3=prevent if in range
// required "[Any] Chat-Processor"
chat_instruct_prevent "0"
// instructor hint range, use with *_prevent, 0=infinity
chat_instruct_range "2000"
// time(seconds) to disappear instructor hint, int valuve
chat_instruct_timeout "12"
known issue
plugin might not response fast if player change instructor setting using bind key
changelog
v1.0 just releases; 31-December-2022
v1.0.1 fixes:
- dont prevent message when player didnt enabled the instructor,
- *_prevent now required "chat-processor"; 31-December-2022 (2nd time)
v1.0.2 fix throw error when detect player who not connected; 1-January-2023
v1.0.3 fix instructor ConVar not found on dedicated server, the previous version wrote on listen server; 4-January-2023