View Single Post
morqka
New Member
Join Date: Dec 2011
Old 12-21-2011 , 11:18   Re: ZombieHell - Try to survive!
Reply With Quote #346

Quote:
Originally Posted by yokomo View Post
After i explore the code i found this:
PHP Code:
    precache_sound"ZDefence/zombieswin.mp3" );
    
precache_sound"ZDefence/humanswin.mp3" );
    
precache_sound"ZDefence/boss_fight.mp3" );
    
precache_sound"ZDefence/boss_fight_final.mp3" ); 
mp3 files should be precache using:
PHP Code:
precache_generic(soundfile
So it will be like this:
PHP Code:
    precache_generic"ZDefence/zombieswin.mp3" );
    
precache_generic"ZDefence/humanswin.mp3" );
    
precache_generic"ZDefence/boss_fight.mp3" );
    
precache_generic"ZDefence/boss_fight_final.mp3" ); 
Good luck keep a good work.

Hey i change the sound and nothing happens pls help me
morqka is offline
Send a message via Skype™ to morqka