View Single Post
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 02-11-2011 , 06:20   Re: Custom Items Sounds
Reply With Quote #6

- I suggest you use the cvars to put the sounds they want instead. So, they can use custom sounds depending the map or map type.
- Use precache_sound(), EngFunc_PrecacheSound uses more code and you don't have to use it in such case.
- Use one forward FM_EmitSound, there is no point to use like you do. I suggest you use a trie, so you can associate the old sound to the new one, and your code will be more easy.
__________________
Arkshine is offline