View Single Post
iTaGhost
New Member
Join Date: Oct 2015
Old 02-05-2016 , 09:41   Re: [CS:Go] LastCt for JailBreak Server
Reply With Quote #5

Quote:
Originally Posted by mazdarx8 View Post
Possible to add this to a deathrun server too ?
Yes, it should work; if you need a new featurs just write



Quote:
Originally Posted by Ownkruid View Post
Code:
public OnMapStart() 
{ 
    AddFileToDownloadsTable("misc/lastct.mp3"); 
    PrecacheSoundAny("misc/lastct.mp3");
}
Should be

Code:
public OnMapStart() 
{ 
    AddFileToDownloadsTable("sound/misc/lastct.mp3"); 
    PrecacheSoundAny("sound/misc/lastct.mp3");
}
This is source of EmitSoundAny and the author usage this : https://forums.alliedmods.net/showthread.php?t=237045
iTaGhost is offline