#include < amxmodx > public plugin_precache( ) { if( equal( sound, "win1.mp3" ) ) { client_print( 0, print_chat, "[Song Name] Mohombi - Bumpy Ride." ) format( sound, charsmax( sound ), "sound/%s", sound ) precache_generic( sound ) } }