View Single Post
Lannister
Veteran Member
Join Date: Apr 2015
Old 11-22-2020 , 11:21   Re: [CS:GO] Custom Radio Sounds [1.2 / 2020-03-10]
Reply With Quote #46

Hello!

I've tried to add the following radio sounds "cheer" "compliment" which are in the default radio from CSGO,

What i did to try add them was in the kento_radio.sp add the following lines

Code:
	
"sorry",
"cheer",
"compliment"
	
}
Also i've added more array index (85)

Code:
char g_radioFiles[MAXMODEL][85][512];
So i don't get the error "Array index out-of-bounds (index 81, limit 81)"

Plugin compiles fine and i don't see any error log on console however i cannot make the radio sounds for "cheer" and "compliment" to work, nothing sound at all. Am i doing something wrong? and can you help me? Thanks!

Last edited by Lannister; 11-22-2020 at 11:22.
Lannister is offline