View Single Post
Drimacus
Member
Join Date: Jun 2011
Old 02-18-2024 , 02:20   Re: Play my sound of death
Reply With Quote #3

There is a sound pre-sharpening.
PHP Code:
public OnMapStart()
{
    
decl String:file[MAX_PATH_LENGTH];
    
// Precache
    
for (new 1<= 5i++)
    {
        
Format(filesizeof(file), "death%d.mp3"i);
        
PrecacheSound(filetrue);
    }


Last edited by Drimacus; 02-18-2024 at 02:21.
Drimacus is offline