Upvote Upvoted 5 Downvote Downvoted
medic autocall help
posted in Q/A Help
1
#1
3 Frags +

The autocall script I use never worked how I see it work on other medics streams or pov's. For one, my radar never works. When I hit the key I have binded for radar, nothing ever happens, no health bubbles appear, and I never hear that dinging noise you hear from radar. Also my health bubbles for autocall aren't just a red cross how I see it when others use auto call, its just the default white speech bubble with the cross inside. Was just curious is anyone knows a solution?

Heres the script I use. I've tried a variety of keys to bind for radar

//auto call
alias "autocall_default" "hud_medicautocallersthreshold 40"
alias "autocall_all" "hud_medicautocallersthreshold 150"
alias "+radar" "autocall_all"
alias "-radar" "autocall_default"
bind "b" "+radar

The autocall script I use never worked how I see it work on other medics streams or pov's. For one, my radar never works. When I hit the key I have binded for radar, nothing ever happens, no health bubbles appear, and I never hear that dinging noise you hear from radar. Also my health bubbles for autocall aren't just a red cross how I see it when others use auto call, its just the default white speech bubble with the cross inside. Was just curious is anyone knows a solution?

Heres the script I use. I've tried a variety of keys to bind for radar

//auto call
alias "autocall_default" "hud_medicautocallersthreshold 40"
alias "autocall_all" "hud_medicautocallersthreshold 150"
alias "+radar" "autocall_all"
alias "-radar" "autocall_default"
bind "b" "+radar
2
#2
0 Frags +

Eh? For medics right?

Here's how I set up mine's.

// Medic Radar - It simply enables the medic indicator to work more sufficiently. :D
alias "autocall_initial" "hud_medicautocallersthreshold "50""
alias "autocall_temp" "hud_medicautocallersthreshold "150""
alias "+autocall_temp_hit" "autocall_temp"
alias "-autocall_temp_hit" "autocall_initial"

// Rebinding aliases to something more simpilier for the medic radar
alias "+remind" "autocall_temp"
alias "-remind" "autocall_initial"

bind mouse4 "+remind;voicemenu 2 4"

Now mind you that it's what I've been using for quite some time so I can't definitely confirm if it'll work still or not. Hope it does for you.

Eh? For medics right?

Here's how I set up mine's.

[quote]// Medic Radar - It simply enables the medic indicator to work more sufficiently. :D
alias "autocall_initial" "hud_medicautocallersthreshold "50""
alias "autocall_temp" "hud_medicautocallersthreshold "150""
alias "+autocall_temp_hit" "autocall_temp"
alias "-autocall_temp_hit" "autocall_initial"

// Rebinding aliases to something more simpilier for the medic radar
alias "+remind" "autocall_temp"
alias "-remind" "autocall_initial"

bind mouse4 "+remind;voicemenu 2 4"

[/quote]

Now mind you that it's what I've been using for quite some time so I can't definitely confirm if it'll work still or not. Hope it does for you.
3
#3
0 Frags +

I think I fixed it. I had to turn on Medic: Injured teammates automatically call out in multiplayer options, but it wont save when I do so I had to manually put hud_medicautocallers "1" in my med cfg. radar is working now

I think I fixed it. I had to turn on Medic: Injured teammates automatically call out in multiplayer options, but it wont save when I do so I had to manually put hud_medicautocallers "1" in my med cfg. radar is working now
Please sign in through STEAM to post a comment.