AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:GO] Custom Radio Sounds [1.2 / 2020-03-10] (https://forums.alliedmods.net/showthread.php?t=309941)

lolface992 03-28-2020 09:50

Re: [CS:GO] Custom Radio Sounds [1.2 / 2020-03-10]
 
Does anyone have paths for every agent models with names and can post it here? Thanks

JOnDark 06-06-2020 14:18

Re: [CS:GO] Custom Radio Sounds [1.2 / 2020-03-10]
 
Guys , this si normal to be in my console ? server console ?

Is spam with this

Event_SoundPlayed: ~player/footsteps/new/suit_ct_06.wav
Event_SoundPlayed: ~player/footsteps/new/sand_06.wav
Event_SoundPlayed: ~player/footsteps/new/suit_t_05.wav
Event_SoundPlayed: ~player/footsteps/new/concrete_ct_17.wav
Event_SoundPlayed: ~player/footsteps/new/suit_t_02.wav
Event_SoundPlayed: ~player/footsteps/new/concrete_ct_15.wav
Event_SoundPlayed: ~player/footsteps/new/suit_t_05.wav
Event_SoundPlayed: ~player/footsteps/new/tile_02.wav
Event_SoundPlayed: ~player/footsteps/new/suit_ct_11.wav
Event_SoundPlayed: ~player/footsteps/new/concrete_ct_07.wav
Event_SoundPlayed: ~player/footsteps/new/suit_t_10.wav
Event_SoundPlayed: ~player/footsteps/new/concrete_ct_16.wav
Event_SoundPlayed: ~player/footsteps/new/suit_t_10.wav
Event_SoundPlayed: ~player/footsteps/new/concrete_ct_02.wav
Event_SoundPlayed: ~player/footsteps/new/suit_t_05.wav
Event_SoundPlayed: ~player/footsteps/new/tile_13.wav
Event_SoundPlayed: ~player/footsteps/new/suit_ct_06.wav
Event_SoundPlayed: ~player/footsteps/new/concrete_ct_04.wav
Event_SoundPlayed: ~player/footsteps/new/suit_t_03.wav
Event_SoundPlayed: ~player/footsteps/new/concrete_ct_03.wav
Event_SoundPlayed: ~player/footsteps/new/suit_t_05.wav
Event_SoundPlayed: ~player/footsteps/new/concrete_ct_07.wav
Event_SoundPlayed: ~player/footsteps/new/suit_t_05.wav
Event_SoundPlayed: )weapons/knife/knife_hit_02.wav
Event_SoundPlayed: ~player/footsteps/new/concrete_ct_07.wav
Event_SoundPlayed: ~player/footsteps/new/suit_t_06.wav
Event_SoundPlayed: ~player/footsteps/new/concrete_ct_16.wav
Event_SoundPlayed: ~player/footsteps/new/suit_t_11.wav

JOnDark 06-06-2020 21:58

Re: [CS:GO] Custom Radio Sounds [1.2 / 2020-03-10]
 
Back with updates , i delete all "PrintToServer" and work fine now

ayrton09_arg 07-23-2020 09:03

Re: [CS:GO] Custom Radio Sounds [1.2 / 2020-03-10]
 
can this plugin works with cs:s?

ayrton09_arg 08-23-2020 05:27

Re: [CS:GO] Custom Radio Sounds [1.2 / 2020-03-10]
 
1 Attachment(s)
Quote:

Originally Posted by JOnDark (Post 2704323)
Guys , this si normal to be in my console ? server console ?

Is spam with this

Event_SoundPlayed: ~player/footsteps/new/suit_ct_06.wav
Event_SoundPlayed: ~player/footsteps/new/sand_06.wav
Event_SoundPlayed: ~player/footsteps/new/suit_t_05.wav
Event_SoundPlayed: ~player/footsteps/new/concrete_ct_17.wav
Event_SoundPlayed: ~player/footsteps/new/suit_t_02.wav
Event_SoundPlayed: ~player/footsteps/new/concrete_ct_15.wav
Event_SoundPlayed: ~player/footsteps/new/suit_t_05.wav
Event_SoundPlayed: ~player/footsteps/new/tile_02.wav
Event_SoundPlayed: ~player/footsteps/new/suit_ct_11.wav
Event_SoundPlayed: ~player/footsteps/new/concrete_ct_07.wav
Event_SoundPlayed: ~player/footsteps/new/suit_t_10.wav
Event_SoundPlayed: ~player/footsteps/new/concrete_ct_16.wav
Event_SoundPlayed: ~player/footsteps/new/suit_t_10.wav
Event_SoundPlayed: ~player/footsteps/new/concrete_ct_02.wav
Event_SoundPlayed: ~player/footsteps/new/suit_t_05.wav
Event_SoundPlayed: ~player/footsteps/new/tile_13.wav
Event_SoundPlayed: ~player/footsteps/new/suit_ct_06.wav
Event_SoundPlayed: ~player/footsteps/new/concrete_ct_04.wav
Event_SoundPlayed: ~player/footsteps/new/suit_t_03.wav
Event_SoundPlayed: ~player/footsteps/new/concrete_ct_03.wav
Event_SoundPlayed: ~player/footsteps/new/suit_t_05.wav
Event_SoundPlayed: ~player/footsteps/new/concrete_ct_07.wav
Event_SoundPlayed: ~player/footsteps/new/suit_t_05.wav
Event_SoundPlayed: )weapons/knife/knife_hit_02.wav
Event_SoundPlayed: ~player/footsteps/new/concrete_ct_07.wav
Event_SoundPlayed: ~player/footsteps/new/suit_t_06.wav
Event_SoundPlayed: ~player/footsteps/new/concrete_ct_16.wav
Event_SoundPlayed: ~player/footsteps/new/suit_t_11.wav

try this, it is because debug mode was enabled

Lannister 11-22-2020 11:21

Re: [CS:GO] Custom Radio Sounds [1.2 / 2020-03-10]
 
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!

darkboss 11-23-2022 01:13

Re: [CS:GO] Custom Radio Sounds [1.2 / 2020-03-10]
 
this plugin its not working anymore..


All times are GMT -4. The time now is 09:38.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.