View Single Post
mostras20
New Member
Join Date: Aug 2013
Old 11-30-2015 , 11:13   Re: [CS:GO] Lasermines 1.5.1
Reply With Quote #21

Hi, why lasermines don't make sounds ? I edited the plugin, changed sounds path (because I added my own sounds) and they don't work, i compiled it with no errors...

Here what i changed:

#define SND_MINEPUT "sound/lasermine/lasermine.wav"
#define SND_MINEACT "sound/lasermine/beamstart10"
#define SND_BUYMINE "sound/lasermine/gunpickup2.wav"
#define SND_CANTBUY "sound/lasermine/button2.wav"

AND TO DOWNLOAD:

AddFileToDownloadsTable( "sound/lasermine/lasermine.wav" );
AddFileToDownloadsTable( "sound/lasermine/beamstart10" );
AddFileToDownloadsTable( "sound/lasermine/gunpickup2.wav" );
AddFileToDownloadsTable( "sound/lasermine/button2.wav" );

And why sounds are not working ?
mostras20 is offline