Oto plik sma :
#include <amxmodx>
#include <amxmisc>
#include <deathrun_stats>
#define PLUGIN "[DR Stats] DŸwiêk na pobicie rekordu"
#define VERSION "1.0"
#define AUTHOR "R3X"
new const gszSound[] = "sound/misc/drstats/owned.mp3";
public plugin_precache(){
register_plugin(PLUGIN, VERSION, AUTHOR);
precache_generic(gszSound);
}
public fwPlayerFinished(id, iTime, bool:newrecord){
if(newrecord){
client_cmd(0, "mp3 play %s", gszSound);
}
}


Dodatki SourceMod







bleble.amxx







