View Single Post
Rohanlogs
Senior Member
Join Date: Nov 2015
Old 03-26-2016 , 20:24   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1741

Quote:
Originally Posted by blackhawk74 View Post
Because your client has already downloaded the wickedsick.mp3 file, it does not detect change, download & replace it. Instead of giving clients different sounds with the same file name, in cksurf.sp change line 95 from this:

Code:
#define CP_FULL_SOUND_PATH "sound/quake/wickedsick.mp3"
to a different, unique directory/file name, so it does not interfere with any other servers they may play on.

Example:

Code:
#define CP_FULL_SOUND_PATH "sound/custom/damnson.mp3"

Oh yeah right I get it, but I get alot of errors trying to compile it.

http://imgur.com/VYHe7KW
Rohanlogs is offline